Forum Replies Created

Viewing 11 replies - 61 through 71 (of 71 total)
  • Forum: Plugins
    In reply to: WordPress Blogs Stats

    Clueless, I am using mod rewrite like so https://mindofmog.net/archives/2004/05/04/ive-got-stats/ and all seem to come out today’s date. Now if the latest 10 posts, comments, etc. are all today isn’t a problem but the top commented definitely isn’t today.
    Didn’t have any trouble getting it to work aside from that. Kindof a newbie to troubleshooting and probably shouldn’t be using the latest nightly but I always backup.
    Here’s my mod rewrite rules if that helps.
    RewriteEngine On
    RewriteBase /
    RewriteRule ^archives/category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?category_name=$1&feed=$2 [QSA]
    RewriteRule ^archives/category/?(.*) /single.php?category_name=$1 [QSA]
    RewriteRule ^archives/category/?(.*) /single.php?category_name=$1 [QSA]
    RewriteRule ^archives/author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?author_name=$1&feed=$2 [QSA]
    RewriteRule ^archives/author/?(.*) /single.php?author_name=$1 [QSA]
    RewriteRule ^archives/author/?(.*) /single.php?author_name=$1 [QSA]
    RewriteRule ^archives/([0-9]{4})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([_0-9a-z-]+)?/?([0-9]+)?/?$ /single.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5 [QSA]
    RewriteRule ^archives/([0-9]{4})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([_0-9a-z-]+)?/?([0-9]+)?/?$ /single.php?year=$1&monthnum=$2&day=$3&name=$4&page=$5 [QSA]
    RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([_0-9a-z-]+)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed.php?year=$1&monthnum=$2&day=$3&name=$4&feed=$5 [QSA]
    RewriteRule ^archives/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([_0-9a-z-]+)/trackback/?$ /wp-trackback.php?year=$1&monthnum=$2&day=$3&name=$4 [QSA]
    RewriteRule ^feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1 [QSA]
    RewriteRule ^comments/feed/?([_0-9a-z-]+)?/?$ /wp-feed.php?feed=$1&withcomments=1 [QSA]

    Forum: Plugins
    In reply to: WordPress Blogs Stats

    I’m using 1.2 and getting the mod rewrite error, all posts link to today. I didn’t see the fix, does anyone have it?
    https://mindofmog.net/wp-stats.php

    Forum: Fixing WordPress
    In reply to: Not updating links
    Thread Starter mog

    (@mog)

    Pays to remember to log in. OK, I used the problem to have a few links in each category on the index page and all the links on the links page, that works for me even if they do show the description on the links page.
    Not everyone goes there.

    Worked for me, uploaded the file to the directory I specified on the 4/29 build.

    Making changes to link categories doesn’t work either. No matter what I toggle it to, nothing works.

    Thread Starter mog

    (@mog)

    Ah you’re right, there was and I missed it. Sometimes I miss stuff, so tried the new one, turned out to be even longer than the old one. See if it works in a few.

    Forum: Fixing WordPress
    In reply to: Ran Out Of Memory
    Thread Starter mog

    (@mog)

    Thanks, just got a comment from Matt that the newer versions have speed improvements so I will do both, upgrade to the latest nightly and try running PHP as CGI after backing up my data of course.

    Forum: Fixing WordPress
    In reply to: Ran Out Of Memory
    Thread Starter mog

    (@mog)

    It hit a high of 40meg and apparently “it seems that this happened on a few of our web servers, so it’s possible there may have been a misconfiguration that caused the limit as well. We’ve raised the limit a little to alleviate that as well.” Support also suggested running the php as cgi but I have no idea what that does to my WP. Anybody try that?

    Forum: Fixing WordPress
    In reply to: Ran Out Of Memory
    Thread Starter mog

    (@mog)

    Think I will hard code some link categories and delete some others, may help. Already deleted the number of posts per page. Thanks all for your input.

    Thread Starter mog

    (@mog)

    The options aren’t listed in the Version 1 readme. They are listed in the Version .72 readme.
    <pre><?php next_posts_link() ?> and <?php previous_posts_link() ?>
    </pre>

    Thread Starter mog

    (@mog)

    Where, which file on CVS do I need to upload?

Viewing 11 replies - 61 through 71 (of 71 total)