PDA

View Full Version : WordPress on New Platform


skw924
6-10-06, 04:54 PM
Since my migration last night, no one can leave comments on my WordPress weblog. When the link is clicked, the page just refreshes.

www.allabreve.org/insomniac/

SK Waller
allabreve.org

rtoohil
6-11-06, 12:09 AM
SK,

I'm 99% sure this is the fact that the new-style WordPress permalink rewrites don't play nicely on the new platform. I'm working on a KB item for this (and maybe I'll see if we can get a post stickied somewhere too). The solution is as follows:

1) Open up wp-includes/classes.php
2) Find $use_verbose_rules
3) Set it equal to true
4) Go to your WP Admin and resave your permalink options.

That should fix it.