• Resolved warleroux

    (@warleroux)


    In short, I moved my wordpress installation from subfodler to addon domain. I was having problems so i wanted to completely remove and reinstall multilingual press and create a new network.

    I removed these DB tables
    wp_blogs
    wp_blog_versions
    wp_registration_log
    wp_signups
    wp_site
    wp_sitemeta

    and removed these fields from my users table.
    spam
    deleted

    doing this and ajusting my wp-config, and .htacces i thought would complete remove all tables/files so i could start fresh with the install and network creation of multilingual press.

    now here is my problem:

    when reinstalling the plugin, and attempting to create a network using these instructions:
    http://codex.wordpress.org/Create_A_Network

    I encounter a problem with the network creation. I expected to see the network creation utiliy, but instead get this message when in the network setup

    “Create a Network of WordPress Sites
    Multilingual Press only works in a multisite installation. See how to install a multisite network: WordPress Codex: Create a network
    Warning: Please deactivate your plugins before enabling the Network feature.”

    I get this message even after the first step in these instructions
    http://codex.wordpress.org/Create_A_Network

    In short, the first step is to add this to my wp-config..

    /* Multisite */
    define( ‘WP_ALLOW_MULTISITE’, true );

    can anyone offer some help?
    Thanks

    http://wordpress.org/plugins/multilingual-press/

Viewing 1 replies (of 1 total)
  • You have to remove this line …

    define( 'WP_ALLOW_MULTISITE', true );

    … after network creation. This is not related to Multilingual Press.

Viewing 1 replies (of 1 total)

The topic ‘Multilingual Press Network setup problems’ is closed to new replies.