WP Multi-site - Registration has been disabled

Hello there

I’ve got a WordPress multi-site network using S2Member Pro, I’ve used the free plugin several times before but this is the first time using the pro version on a multi-site

I’m trying to enable free registration but I’ve run in to a problem

So in s2Member I’ve enabled Open registration as you can see here in this screen

So then going to this URL /wp-login.php?action=register it redirects to this URL /wp-signup.php and here you can in the next screen that ‘Registration has been disabled.’ which I’ve highlighted in the red circle … but it does tell me above that circle that I need to go to my options page and enable registration

http://www.camp-site-finder.com/screen2.png (new members can only upload 1 image so here’s a link to the second screen)

So following that link it then takes me to the WordPress options screen where I can see that Registration has been disabled

http://www.camp-site-finder.com/screen3.png (new members can only upload 1 image so here’s a link to the third screen)

Problem is these options have been disable so I can’t change them … but also this is what I would expect as I thought s2Member would overwrite these options … humm, so that’s where I get stuck

I’ve found a few similar posts on here (I can’t link to it because I’m new and it limits the amount of links I can insert!!)

Which said I needed to add a few details to the wp-config which I already had so I’m starting to think my issue is a different one

define( 'WP_ALLOW_MULTISITE', true );
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);

Maybe I’ve done something stupid but I’ve really run in to a dead end on this one so if anyone can give me any advice and point me in the right direction that would be amazing, thank you all in advance for your time reading my query - hope that’s all clear, let me know if you need anymore information from me

Regards,
Neil

Found a solution to this bug

Searching the forum for other solutions I found this post which resolved my problem, happy days!

https://www.s2member.com/forums/topic/mu-lev-0-registration-disabled-workaround/index.html

N