After upgrading a blog from 1.5 to 2.3.1, all pages that were not in wp-admin showed up blank.
When comparing /index.php with /wordpress/index.php (the former being “old”, as in “already there in 1.5), I found out that in the NEW index.php, there’s a define before the wp-blog-header.php file is included. After adding that to the /index.php file, everything was peachy again:
define(‘WP_USE_THEMES’, true);
This makes perfect sense, of course, but since you get NO OUTPUT whatsoever, it’s a bit hard to figure out. Hope this helps someone.
Posted 2 months ago #
征途私服