Multisite – New Dashboard not Accessible and Repair Database Failed
-
Hello,
I have been trying to put my site into subdomain multi site for a few weeks now but there seem to be some issues with the databases which i cannot seem to fix. First, when I create a new site within the, I cannot access the dashboard of this newly created site and am instead redirected to the main site Dashboard.
Second, Network upgrade fails with wp_die at upgrade.php:96
Lastly, when trying to manually access the wp-admin dashboard using the URL, I get a message saying there is an error “One or more database tables are unavailable. The database may need to be repaired.”
I thus add the define(‘WP_ALLOW_REPAIR’, true); to the wp-config file and the repair does not see any issues with most of the tables but he cannot repair as he cannot find these tables:
wp_3_posts: Table ‘wp_tedjordan.wp_3_posts’ doesn’t exist
wp_3_comments: Table ‘wp_tedjordan.wp_3_comments’ doesn’t exist
wp_3_links: Table ‘wp_tedjordan.wp_3_links’ doesn’t exist
wp_3_options: Table ‘wp_tedjordan.wp_3_options’ doesn’t exist
wp_3_postmeta: Table ‘wp_tedjordan.wp_3_postmeta’ doesn’t exist
wp_3_terms: Table ‘wp_tedjordan.wp_3_terms’ doesn’t exist
wp_3_term_taxonomy: Table ‘wp_tedjordan.wp_3_term_taxonomy’ doesn’t exist
wp_3_term_relationships: Table ‘wp_tedjordan.wp_3_term_relationships’ doesn’t exist
wp_3_termmeta: Table ‘wp_tedjordan.wp_3_termmeta’ doesn’t exist
wp_3_commentmeta: Table ‘wp_tedjordan.wp_3_commentmeta’ doesn’t existThe main domain is tedjordan.org and the new subdomain I am testing for is blog.tedjordan.org (DNS is set up correctly). I checked the tables and there was nothing out of the ordinary I could find except that there was two wp_options tables: _wp_options and wp_options. The URL in the former was the one provided by the local host which I changed to tedjordan.org (what it is supposed to be) to see if that solves anything.
Any idea what’s going on and how I can solve that?
Thanks a mil.Tanguy
- This topic was modified 5 months, 2 weeks ago by . Reason: moved to Networking WordPress since this is a multisite issue
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.