Multilingual Press Network setup problems
-
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_sitemetaand removed these fields from my users table.
spam
deleteddoing 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_NetworkI 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_NetworkIn short, the first step is to add this to my wp-config..
/* Multisite */
define( ‘WP_ALLOW_MULTISITE’, true );can anyone offer some help?
Thanks
The topic ‘Multilingual Press Network setup problems’ is closed to new replies.