While allowing multisite network, I’ve got an error.
-
Hi all,
I was trying to create a multisite network adding the scripts to “wp-config.php” as follows:// activate subdomain service define('WP_ALLOW_MULTISITE', true); define('SUBDOMAIN_INSTALL', true); define('DOMAIN_CURRENT_SITE', 'psir.shoplic.site'); define('PATH_CURRENT_SITE', '/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1);As soon as I uploaded the updated file to my server by ftp connection.
It says there’s a DB error.
So I’ve add another code to the file.
//DB auto repair define('WP_ALLOW_REPAIR', true);And I could easily find ‘DB repair’ button.
After the DB repair code, I’ve lost the way with the follow messages.
And the message recommended me to ask this forum.wp_1_posts: Table ‘psir.wp_1_posts’ doesn’t exist
wp_1_comments: Table ‘psir.wp_1_comments’ doesn’t exist
wp_1_links: Table ‘psir.wp_1_links’ doesn’t exist
wp_1_options: Table ‘psir.wp_1_options’ doesn’t exist
wp_1_postmeta: Table ‘psir.wp_1_postmeta’ doesn’t exist
wp_1_terms: Table ‘psir.wp_1_terms’ doesn’t exist
wp_1_term_taxonomy: Table ‘psir.wp_1_term_taxonomy’ doesn’t exist
wp_1_term_relationships: Table ‘psir.wp_1_term_relationships’ doesn’t exist
wp_1_termmeta: Table ‘psir.wp_1_termmeta’ doesn’t exist
wp_1_commentmeta: Table ‘psir.wp_1_commentmeta’ doesn’t existMay I have a chance to meet a hero, here?
Thank you in advance!!!
- This topic was modified 5 years, 4 months ago by . Reason: moved to Networking WordPress since this is a multisite question
The page I need help with: [log in to see the link]
The topic ‘While allowing multisite network, I’ve got an error.’ is closed to new replies.