All the instructions I’ve looked at are asking the same thing. They want me to go to Tools > Network Setup, but the option isn’t there. Any ideas?
]]>define( 'WP_ALLOW_MULTISITE', true );
The code is in the same spot on both wp-config.php files and both sites have the same installation structure when looking on the DreamHost FTP (both runnig on dreamhost).
When trying to connect to www.lerattus.blog/wp-admin/networking it only says “Multisite support is not enabled.”
What could be the problem?
I set up a multisite to run two different online stores from one WordPress install. The main domain dashboard and network dashboard both work fine, however, I am getting a 404 error when I try to access the dashboard for my subdomain. My subdomain site works fine from the front end, just not the backend.
I found this article below that appears to be a solution, but I don’t know exactly where I should be pasting these codes as I am new to this and still learning.
https://www.ads-software.com/support/article/debugging-a-wordpress-network/#mod_rewrite-not-working
Also note, I did go into wp-config.php and change the code “define( ‘SUBDOMAIN_INSTALL’, true );” to “define( ‘SUBDOMAIN_INSTALL’, false );” and doing this gave me access to my subdomain dashboard, but when I logged out and tried to log back in I was only able to login into the subdomain, yet not the main domain so I switched it back.
Any assistance is greatly appreciated.
]]>I would like to ask if there’s a workaround with this without actually deactivating the plugins? I’ve tried deactivating all plugins but the site went down. Deactivating plugins even for a short while will destroy the site and won’t be able to access even the dashboard.
Is there any safe way to setup the network? or any ideas to make it work.
Will appreciate any help. Thanks.
]]>Can anyone tell me if any of these plugins are not compatible with network setup?
add from server
clean login
eventbrite services
jetpack
shortcodes ultimate
tomatoes download
woocommerce
thanks
]]>define( ‘WP_ALLOW_MULTISITE’, true );
on my
wp-config.php
above
/* That’s all, stop editing! Happy blogging. *
but whenever I go to my wordpress site,
network setup
is not one of the options. I have been trying to find a solution for a couple of days now but I can’t seem to make my website a multisite, no matter how hard I try. and i’m starting to get frustrated. Please help! i don’t know what i’m doing wrong..
]]>Thanks
]]>Any help is appreciated!
]]>What I’ve done:
The result: The Network Setup screen is now available, but it says “Warning: Please deactivate your plugins before enabling the Network feature.” The rest of the screen is blank and doesn’t have any options.
What do I do now? I searched all over and haven’t found anyone else having this problem.
]]>I am currently trying to set up wordpress multisite on an existing project. The reason is, that I want to configure a new website with another template on the same wordpress installation, while keeping the old website for the customer until the new one is done.
I started editing the wp-config which worked, the “Network Setup” showed up. But then, it only gave me the option to do a subdomain which isn’t supported by my host. I found an advice for a workaround to still be able to create a subdirectory but don’t get along with it.
It tells me to add this code to the wp-config between the define(‘WP_ALLOW_MULTISITE’, true); and the /* That’s all, stop editing! Happy blogging. */:
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘labs.work-paper.de’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
But once I do this, I cannot access the multipage network anymore through the dashboard. The button just disappears. Can anyone explain this and tell me what I did wrong?
Thanks:-)
]]>