• Welcome to the all-new Kolakube support, the official place to get help for Marketers Delight, XFtoWP, CryptoWP, and other WordPress products! Please login with your account details to access members-only support forums.

XFtoWP randomly doesn't add XenForo account

El Porcharo

Active member
XFtoWP
Messages
36
Reaction score
4
Hello there Alex,
Today I had another user submitting the registration form without the XenForo account being generated.

I've thoroughly looked into my server logs, and I think I found something related:

1699131009335.png

Line 157 in functions.php is this one: $xf_user_id = $xf_user->user->user_id;

I had 4 registrations today and this is the only one that didn't go through (it is also last one of the day, no other registrations afterward).

How can I troubleshoot this random error that occurs every now and then?

Hope we can fix it!

Thanks for your time!
 
I have an update on this!

Thanks to my ActiveCampaign tags, I realized that the account was already present since long ago, but it was disabled.

So at this point I remember you set a random number in case the username was already there, but I assume the error here comes from the email.
Is there a way that I get a notification and, at the end of the process, also the user gets a message that the account has been registered already? :)
 
Comment
Can you message me your functions.php file? The function we made to work with Fluent can be tweaked so it always registers a new user even with an random number attached.
 
Comment
Back
Top