Problem creating multisite: tables not created
-
I was following the tutorial:
Introduction to WordPress Multisite Networks – WordPress.tv
After enabling multisite with:define( ‘WP_ALLOW_MULTISITE’, true );
selecting install and addiing:
define( ‘SUBDOMAIN_INSTALL’, false );
define( ‘DOMAIN_CURRENT_SITE’, ‘wp_multisite.dvl.to’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );
define(‘WP_ALLOW_REPAIR’, true);
The following tables were not created
wp_1_posts: Table 'wp_multisite.wp_1_posts' doesn't exist wp_1_comments: Table 'wp_multisite.wp_1_comments' doesn't exist wp_1_links: Table 'wp_multisite.wp_1_links' doesn't exist wp_1_options: Table 'wp_multisite.wp_1_options' doesn't exist wp_1_postmeta: Table 'wp_multisite.wp_1_postmeta' doesn't exist wp_1_terms: Table 'wp_multisite.wp_1_terms' doesn't exist wp_1_term_taxonomy: Table 'wp_multisite.wp_1_term_taxonomy' doesn't exist wp_1_term_relationships: Table 'wp_multisite.wp_1_term_relationships' doesn't exist wp_1_termmeta: Table 'wp_multisite.wp_1_termmeta' doesn't exist wp_1_commentmeta: Table 'wp_multisite.wp_1_commentmeta' doesn't existI would appreciate any pointers on best way to debug
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Problem creating multisite: tables not created’ is closed to new replies.