Problembot’s Weblog

Problem collector

  • Categories

  • Archives

Joomla 1.51 Fatal error: Call to undefined onauthenticate()

Posted by Additiver on March 20, 2008

Fatal error: Call to undefined method: stdClass->onauthenticate() in

/homepages/28/d236696822/htdocs/libraries/joomla/user/authentication.php on line 121

The data is dumped in MySQL. Use the following command to save the data:

mysqldump –add-drop-table –compatible=mysql40 –create-options -R –default-character-set=utf8 -p[yourpassword] joomla >backup.sql

Leave a comment