Hi,
I’ve enabled user registration, functions OK-ish…
I have the following problems:
1. A user can complete the registration form, receives a confirmation email, BUT when he clicks on the link to confirm, the following error message is shown in the browser:
Fatal error: Call to a member function where() on a non-object in /home/www/xxxxxxxx/components/com_users/models/registration.php on line 109
2. looking at the user management in the back-end, the new user is awaiting activation – so this is ok. However as soon as the activate icon is clicked, the following error message appears:
Error
SQL=UPDATE yb769_acymailing_subscriber SET `confirmed` = 1, `confirmed_date` = 1378366567, `confirmed_ip` = ‘xxx.zz.y.qq’ WHERE `subid` = 9 LIMIT 1
Even though this error happens, the user is then active and can log in. No confirmation to user is sent.
How can this be fixed? Do the 2 error have something in common?
Thanks!