Fatal-error-in-registration

From Joomla! Documentation

Revision as of 05:25, 13 May 2013 by Infograf768 (talk | contribs)

When registration is done with administrator activation, one may get a

Fatal error: Call to a member function where() on a non-object in ROOTcomponents/com_users/models/registration.php on line 109

To solve this, change line 108 of ROOT/components/com_users/models/registration.php

from

->from($db->quoteName('#__users')

to

->from($db->quoteName('#__users'))