WordPress 3.0.1 – Blank Permalinks Page (Possible Solution)
-
I think I may have found the issue to the blank permalinks page, at least on the latest version (3.0.1). After several minutes of manual debugging, I have found that two groups of code cause the issue…
Around line 92:if ( ! got_mod_rewrite() && ! $iis7_permalinks ) $prefix = '/index.php';
Around line 153:
$wp_rewrite->flush_rules();
Commenting these two groups of code allow the permalinks page to be displayed without any issue. Updating the permalinks settings also work with no problems now. I hope that commenting this code has no catastrophic results, and that this info can help with the next bugfix release. ??
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘WordPress 3.0.1 – Blank Permalinks Page (Possible Solution)’ is closed to new replies.