Blank page after MultiSite upgrade
-
Hi guys and gals, here’s my headache :
Tuesday I updated WP to 3.2, and after the update 1 plugin stopped working, no big deal I though and I replaced it.
On Wednesday I was working on trying to find a replacement plugin for printer friendly plugin.
After trying a couple plugins then giving up, i deceided to wait and see if an update plugin would be released and be compatible to WP 3.2.
After that I went ot check the site and all my Style Sheets from my iThemes plugin where not working. When I click on the live view editor it showed the correct view, but when I went to the site it did not work.
Wednesday night i decided to try and restore my back up which was before the 3.2 upgrade) it was from the Wednesday morning, so at least it should have gone back to normal except the plugin that still did not work. After restore i started receiving an infinite loop error sending me to : https://www.mydomain.com/wp-signup.php?new=mydomain.com .
I searched the forums and the web, and after inspecting my wp-config.php I saw that a) the wp-config was all messed up and b) the multisite part had dissapeared!
So I re-inserted the multisite part and now it looks like this
‘
define(‘WP_DEBUG’, false);
define(‘WP_ALLOW_REPAIR’, true);
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘www.domain.com’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’); ‘As soon as I did that, the infinite loops when going to https://www.domain.com got replaced with a blank page (I assume its a 500 error page, but my cpanel logs don’t have a record of that)
I then tried to login into my wp-admin, and I received a “some tables are missing or damaged” click here to repair, and I did, it indeed repaired some of the tables BUT also said that a number of tables are missing! (double oh oh) .
Here’s the list of the tables missing:
wp_posts:
wp_comments:
wp_links:
wp_options:
wp_postmeta:
wp_terms:
wp_term_taxonomy:
wp_term_relationships:
wp_commentmeta:So I went and created a new installation on another domain, went into the database, copied those tables and inserted them into my Multisite database (after changing the paths for site url and blog url in wp_options)
I then managed to login into wp-admin (YAY!) but still get a blank page on the frontpage.
In the backend now I get the following message :
“Warning! WordPress encrypts user cookies, but you must add the following lines to wp-config.php for it to be more secure.
Before the line /* That’s all, stop editing! Happy blogging. */ please add this code:define( ‘NONCE_SALT’, ‘yD7).3I[b=bw1h=y|PG<veMu3BXvK_w;eK?EsFBDWF8VCh#i@~vl1=y!Q..~S>_5’ );
Thank you for Updating! Please visit the Update Network page to update all your sites. “I finished the update and it gave me a success message but all sites including the main still show a blank page (aaaaaaargh)
Any ideas ? :/
Thanks in advance and I am sorry for the huge post !
- The topic ‘Blank page after MultiSite upgrade’ is closed to new replies.