stephenju
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PHP Function date() being manipulated by WP?It is a real bug. It broke the blogs that use to display time correctly. And it punishes sites that properly set default time zone.
Why does it unconditionally set the default time zone instead of only set it when the site doesn’t have one?
Forum: Installing WordPress
In reply to: no access at all to server (http, email, or ftp)I think you went over bandwidth limit of your hosting service and got shut off from connection. Contact your hosting service for help.
Forum: Fixing WordPress
In reply to: password protection (not blog related)I had the password protection issue and find a fix (actually, 2 fixes). It’s documented here:
http://www.ju-ju.com/2006/03/17/wordpress-404-error/Forum: Installing WordPress
In reply to: permalinks, .htaccess, and broken everything!That index.php looks right. Do you have a .htaccess in the nfblog directory? If so, rename or move it away and see if that’s the cause.
Forum: Installing WordPress
In reply to: permalinks, .htaccess, and broken everything!Do you have a /comic/index.php ? If so, what’s in it?
Forum: Installing WordPress
In reply to: permalinks, .htaccess, and broken everything!What is your WordPress address and Blog address in General Options admin panel and do you redirect /comic/ to /comic/nfblog/ by htaccess or other means?
Forum: Installing WordPress
In reply to: permalinks, .htaccess, and broken everything!Those variables (%year%, etc) are WP permalink variables, not mod_rewrite ones. ie: Apache doesn’t understand those.
Did you write the rule yourself or use the permalink panel in WP admin?
Forum: Fixing WordPress
In reply to: default gravatar codingI think you need to specify a full URL to your deafult avatar.
Don’t you also need to escape those double quotes in the double quoted string?
Forum: Installing WordPress
In reply to: Language set up problem (portuguese)Glad to hear it’s solved. I upgraded to PHP5 a month ago and never have this problem before or after that.
Forum: Installing WordPress
In reply to: Language set up problem (portuguese)What kind of server is it? Maybe the server itself doesn’t have your language’s locale support?
Forum: Installing WordPress
In reply to: Language set up problem (portuguese)Does you PHP have gettext support?
Forum: Fixing WordPress
In reply to: WP 2.0 – htaccess overly aggressive? 404’s galoreI have the same problem of password protected directory redirected to WP 404 error page. Here’s the fix I deviced:
Forum: Plugins
In reply to: Error with Akismet – Invalid KeyAre any one of you whose Akismet key does not work using PHP 5? I just played with my site and changed the php handler to PHP 5 and got the same invalid key error which worked all the time. Switched back to PHP 5 and it works again.
Any developer here can see if it’s some compatibility issue with PHP 5?