• Resolved GuillaumeB

    (@bodetg)


    I tried to create mutlisites and I bumped into a problem with some databases. WP told me to report this mistake on wordpress forum as some of you may be able to help !!!

    adi_1_posts: Table ‘guillaum_wor1.adi_1_posts’ doesn’t exist
    adi_1_comments: Table ‘guillaum_wor1.adi_1_comments’ doesn’t exist
    adi_1_links: Table ‘guillaum_wor1.adi_1_links’ doesn’t exist
    adi_1_options: Table ‘guillaum_wor1.adi_1_options’ doesn’t exist
    adi_1_postmeta: Table ‘guillaum_wor1.adi_1_postmeta’ doesn’t exist
    adi_1_terms: Table ‘guillaum_wor1.adi_1_terms’ doesn’t exist
    adi_1_term_taxonomy: Table ‘guillaum_wor1.adi_1_term_taxonomy’ doesn’t exist
    adi_1_term_relationships: Table ‘guillaum_wor1.adi_1_term_relationships’ doesn’t exist
    adi_1_commentmeta: Table ‘guillaum_wor1.adi_1_commentmeta’ doesn’t exist

    Any ideas?

Viewing 1 replies (of 1 total)
  • Thread Starter GuillaumeB

    (@bodetg)

    Ok, I found out how to solve the problem as detailed below.

    apprently I wasn’t quite focused on when I had to copy the Define multisite true in the wp-config file.

    Hope this helps others.
    <blockquote=’kermit666′>

    I had a similar problem (I coludn’t even access my admin dashboard) and this site helped me.

    In the end it turned out I didn’t have this variable set in my wp-config.php:

    define(‘MULTISITE’, true);

    It’s funny, because I think I copied everything WP gave me during the multisite setup, but it could be I skipped this line, because I already had define(‘WP_ALLOW_MULTISITE’, true); inside.

Viewing 1 replies (of 1 total)
  • The topic ‘Creating mutlisites’ is closed to new replies.