Cannot create new users with wp-members anymore

tlagren
User w
User w
Posts: 7
Joined: Tue Oct 16, 2018 5:37 pm

Cannot create new users with wp-members anymore

Post by tlagren »

Hi, since the last month I got issues with the new user registration at my wp site.
I'm using the plugin wp-members and your phpbb3 plugin, they have worked good together for several years but suddenly I noticed the new user registration isn't working.

If I disable the w3all plugin new users can successfully be registered on the wp site.
When having the w3all plugin enabled from an user perspective everything looks fine, but no user is created.

I have looked into the website error_logs without finding anything. I have also enabled debug logging in wp but no issues is logged.

Have you seen this behavior before? Do you have any ideas how to debug this more? Is it possble to add some debug logging into your plugin to find what's happening here.

/Tomas
tlagren
User w
User w
Posts: 7
Joined: Tue Oct 16, 2018 5:37 pm

Re: Cannot create new users with wp-members anymore

Post by tlagren »

I still have the problem, but to not completely stop new user registration in Wordpress I temporary "miss configured" the database settings in the phpbb extension. So when having an invalid DB setup new users can register again. Off course users logged in in wp does not get automatically logged in into phpbb but that is less painful than preventing new users from signing up.

/Tomas
User avatar
axew3
w3all User
w3all User
Posts: 2897
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Cannot create new users with wp-members anymore

Post by axew3 »

Hello Tomas. It's working fine here on my localhost. I mean this plugin
https://wordpress.org/plugins/wp-members/
i tested a registration of a test user adding the plugin shortcode [wpmem_form register] into a test page and it worked fine.
tlagren wrote: Thu Mar 13, 2025 1:05 pm I still have the problem, but to not completely stop new user registration in Wordpress I temporary "miss configured" the database settings in the phpbb extension. So when having an invalid DB setup new users can register again. Off course users logged in in wp does not get automatically logged in into phpbb but that is less painful than preventing new users from signing up.

/Tomas
Not understood. To disable the extension in phpBB if you mean this, you should disable it into phpBB from the proper disable extension option.
But the one do not interfere anyway with the other. The WP plugin and the phpBB extension code runs each their own way.
The user registration in WP if the plugin is active, should just create the user in phpBB also, and not prevent the creation of the user in WP, if there is not the same email or username do not exist in phpBB.

Are you still in trouble?
Post Reply