- 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:

Line 157 in functions.php is this one:
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!
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:

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!