Support » Networking WordPress » Unable to create WordPress Network

  • Resolved Marj Wyatt

    (@marjwyatt)


    1. I have installed, and re-installed WordPress, starting clean.
    2. I have dropped two databases, deleted associated users, and created two brand new databases with brand new users given all privileges on the database.
    3. I have tried creating the network with subdomains and with subfolders, although for this site subdomains are preferred.
    4. I have two other domains on the same host (Site5) running WordPress Networks.

    I tried one more time. Following the instructions found here:
    http://codex.wordpress.org/Create_A_Network

    The message I received after completing the steps on the above link indicated I should repair the database. I updated wp-config.php to allow this through the browser and ran the repair. The instructions tell me to copy this list of errors to the forum for help:

    ———————-
    crEaT1Ve_1_posts: Table ‘conundru_bl0gs1te.crEaT1Ve_1_posts’ doesn’t exist
    crEaT1Ve_1_comments: Table ‘conundru_bl0gs1te.crEaT1Ve_1_comments’ doesn’t exist
    crEaT1Ve_1_links: Table ‘conundru_bl0gs1te.crEaT1Ve_1_links’ doesn’t exist
    crEaT1Ve_1_options: Table ‘conundru_bl0gs1te.crEaT1Ve_1_options’ doesn’t exist
    crEaT1Ve_1_postmeta: Table ‘conundru_bl0gs1te.crEaT1Ve_1_postmeta’ doesn’t exist
    crEaT1Ve_1_terms: Table ‘conundru_bl0gs1te.crEaT1Ve_1_terms’ doesn’t exist
    crEaT1Ve_1_term_taxonomy: Table ‘conundru_bl0gs1te.crEaT1Ve_1_term_taxonomy’ doesn’t exist
    crEaT1Ve_1_term_relationships: Table ‘conundru_bl0gs1te.crEaT1Ve_1_term_relationships’ doesn’t exist
    crEaT1Ve_1_commentmeta: Table ‘conundru_bl0gs1te.crEaT1Ve_1_commentmeta’ doesn’t exist
    ——————

    I have reviewed this link:
    http://codex.wordpress.org/Debugging_a_WordPress_Network

    These tables are in the database:

    • crEaT1Ve_blogs
    • crEaT1Ve_blog_versions
    • crEaT1Ve_registration_log
    • crEaT1Ve_signups
    • crEaT1Ve_site
    • crEaT1Ve_sitemeta

    There are no other additional tables.

    The last time I setup a WordPress Network was prior to WordPress v4.0. Has something changed?

    Can someone from this forum please help me solve this issue?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Add the following to your wp-config.php:

    define('MULTISITE', true);
    Thread Starter Marj Wyatt

    (@marjwyatt)

    Well, don’t I feel stupid now. 🙂

    Yes, the instructions after running the network install did instruct me to change this line from the Create a Network link:
    define( 'WP_ALLOW_MULTISITE', true );

    I missed it.

    Sorry for the bother, and thank you.

    No worries, good luck with your network 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to create WordPress Network’ is closed to new replies.