Cannot create new users with wp-members anymore

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Cannot create new users with wp-members anymore

Re: Cannot create new users with wp-members anymore

by tlagren » Sat Apr 19, 2025 10:43 am

Finally some progress :-)

I enabled user registration in Wordpress and created a new user with my test email address which I always use in this scenarios.
When using the WP signup page I received the error that the email address did already exist in the phpbb database. I found an old user in phpbb that I created for several years ago, removed it and bang it works.
So far so good, the difference here is that the default wp page stops and display the error while the wp-member registration probably stops, but not displaying the error so the user think the registration process succeeded.

Then I started to look at real users that complained about the registration process and found that those users had accounts in phpbb created many years ago, long time before we started with Wordpress but not used the for years.

But it's still strange that this behavior started in February unless the check email function is a new feature.

Edit:
The function "The function "Enable/Disable check of the email in phpBB before it is updated in WordPress (front-end plugins pages)" was disabled also.

/Tomas

Re: Cannot create new users with wp-members anymore

by tlagren » Tue Apr 15, 2025 6:07 pm

It's from the wp-members registration page. I haven't got time to re-enable the default wp registration but wil try to do that.

/Tomas

Re: Cannot create new users with wp-members anymore

by axew3 » Mon Apr 07, 2025 4:07 pm

from where you try to register and fail? WP default login/reg page or the wp-members registration page?

Re: Cannot create new users with wp-members anymore

by tlagren » Fri Apr 04, 2025 7:21 pm

This is so strange. Today I have tested this
  • Re-installed both wp-members and w3all
  • Upgraded phpbb to latest 3.3.15
  • Tried with and without the phpbb wp extension.
  • Disabled all plugins excepts wp-members and w3all.
Then having w3all enabled and selected the option to link users, new users cannot register to Wordpress anymore.

/Tomas

Re: Cannot create new users with wp-members anymore

by tlagren » Fri Apr 04, 2025 8:39 am

I'm just trying to let new users register to Wordpress using WP-members, but with the w3all plugin enabled it's not working. The user does not receive any error messages and there is no issues in the logfile, the user is not created.

If I disable w3all new users can register to wp.
When using "not linked users", new users can register to wp, but cannot login to wp.
If if remove DB config for wp3all (to make the code stop) new users can register to wp and the also login to wp.

This has been working for years, but suddenly I noticed that new users hasn't been added for long so I'm not really sure what caused this.

To try to find where the code stops i added debug to it and found that w3all_add_phpbb_user was the last part that was executed.

/Tomas

Re: Cannot create new users with wp-members anymore

by axew3 » Thu Apr 03, 2025 10:04 pm

What you try to do? To add an user in WP when registered into phpBB? Because this function
w3all_add_phpbb_user add a phpBB user into WP when the registration process into phpBB is complete and works with the phpBB extension that through cURL send a post request to WP.
If the var w3alladdphpbbuid is not set, as the code say, the function just return.

Are you searching for functions that adds users into phpBB instead?

Top