Recursive redirect after 2.3 upgrade
-
After upgrading to 2.3, the main page of the blog redirects to itself indefinitely. The admin pages work fine, but the blog doesn’t render at all.
Yes, I disabled all plugins, and even wrote a shell script to back everything up, and restore everything when the upgrade breaks.
When I went to upgrade.php it reported a lot of database errors (mostly tables already exist type errors, which didn’t seem a big deal), but ultimately says the upgrade was successful.
I tried switching themes, no dice. Also, I added a functions.php to my theme with:
remove_action(‘template_redirect’, ‘redirect_canonical’);
Which made the header of the blog render, but none of the content.
Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Recursive redirect after 2.3 upgrade’ is closed to new replies.