• wp_1_posts: Table 'wordpress-db.wp_1_posts' doesn't exist
    wp_1_comments: Table 'wordpress-db.wp_1_comments' doesn't exist
    wp_1_links: Table 'wordpress-db.wp_1_links' doesn't exist
    wp_1_options: Table 'wordpress-db.wp_1_options' doesn't exist
    wp_1_postmeta: Table 'wordpress-db.wp_1_postmeta' doesn't exist
    wp_1_terms: Table 'wordpress-db.wp_1_terms' doesn't exist
    wp_1_term_taxonomy: Table 'wordpress-db.wp_1_term_taxonomy' doesn't exist
    wp_1_term_relationships: Table 'wordpress-db.wp_1_term_relationships' doesn't exist
    wp_1_commentmeta: Table 'wordpress-db.wp_1_commentmeta' doesn't exist

    That’s the results of last try to fix database using wp-admin/maint/repair.php
    My website still loading really low and some site are not able to be displayed in the front end, but wp-admin/dashboard working fine for all sites

    Some idea to how to fix database tables?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    In your wp-config.php, do you have BOTH these:

    define( 'WP_ALLOW_MULTISITE', true );
    define( 'MULTISITE', true );
    Thread Starter SuperAtic

    (@superatic)

    yes… actually I think is somthing related with the site path! I’m currently using an IP https://74.220.218.181/wp-admin/ (i’ve an index.html to hide the default theme!)

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    As I said in your OTHER post, you cannot use Multisite on an IP address. Not supported, doesn’t work unless you’re a serious server master.

    We can finish up in the other post, but the tl;dr is that you’re using WordPress wrong. Please use a URL, not an IP, or you’re in for a world of non-supported hurt.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP Multisite DB not working properly!!!’ is closed to new replies.