Problems Downgrading From Multisite
-
I am setting up a new site which was formerly a multisite install. I have gone through everything I can find on downgrading from multisite, and have followed all the steps. My WordPress install still shows no admin controls, and I am unable to add or delete users, update WordPress, install plugins, etc.
I have completed the steps below and still do not have the proper admin access, even with newly created admin users through phpMyAdmin:
-
Remove all the lines added to wp-config.php
* Revert back to older .htaccess file or delete it and regenrate it by going to Settings > Permalinks
* Remove the two fields added to the users table that are multisite-only (deleted and spam columns).
* Remove the following tables in database
(prefixed by your DB prefix which is generally wp_):
o wp_blogs
o wp_blog_versions
o wp_registration_log
o wp_site
o wp_sitemeta
o wp_signups
o wp_sitecategories (if you have global terms enabled)I cannot find anything in phpMyAdmin or the actual WordPress install that shows any multisite data is left. I’m out of options and am hoping someone can come up with something to help me out.
The topic ‘Problems Downgrading From Multisite’ is closed to new replies.