Hi @alptkz,
Greetings and thanks for posting on the forum.
Could you please tell me which version of Membership plugin you are using?
Also if you can please share me your site link along with invite code so that i can test it.
Kind Regards,
WPMU DEV
Thread Starter
alptkz
(@alptkz)
Thanks for your reply.
I’m on the latest version of Membership, so 3.4.4.1.
Here is a link to the register page. The invite code is 123456.
Hi @alptkz,
Thank you for your reply.
I could reproduce the issue on my test site using latest version of Membership plugin therefore i have notified the plugin developer to fix this issue.
In the meanwhile to fix this issue try editing the following Membership plugin file as below on line number 134
Membership plugin file:
membership\membershipincludes\addons\simple.invitecodes.php
Before Editing:
if(empty($error)) {
After Editing:
if(is_wp_error($error)) {
Note: You are making changes in the plugin file and these changes will be overwritten and lost when you update the plugin and you will have to make these again after plugin updation.
Best Regards,
WPMU DEV