• When i have installed multisite, a repair message is popup on backend… some missing tables… and this messages appear when i activate repair button:

    wpcv_1_posts: Table ‘a9626072_wp.wpcv_1_posts’ doesn’t exist
    wpcv_1_comments: Table ‘a9626072_wp.wpcv_1_comments’ doesn’t exist
    wpcv_1_links: Table ‘a9626072_wp.wpcv_1_links’ doesn’t exist
    wpcv_1_options: Table ‘a9626072_wp.wpcv_1_options’ doesn’t exist
    wpcv_1_postmeta: Table ‘a9626072_wp.wpcv_1_postmeta’ doesn’t exist
    wpcv_1_terms: Table ‘a9626072_wp.wpcv_1_terms’ doesn’t exist
    wpcv_1_term_taxonomy: Table ‘a9626072_wp.wpcv_1_term_taxonomy’ doesn’t exist
    wpcv_1_term_relationships: Table ‘a9626072_wp.wpcv_1_term_relationships’ doesn’t exist
    wpcv_1_commentmeta: Table ‘a9626072_wp.wpcv_1_commentmeta’ doesn’t exist

    what can i do?
    Thanks in advance

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

    (@ipstenu)

    ?????? Advisor and Activist

    Check that you have both of these in your wp-config:

    define(‘WP_ALLOW_MULTISITE’, true);

    and

    define(‘MULTISITE’, true);

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