Joomla 1.5.x: ошибка при авторизации

Когда возникает ошибка Joomla при авторизации
* JAuthentication::__construct: Could not load authentication libraries.
* Имя пользователя и пароль не совпадают

в БД делаем запросы:
use имя_БД;
update jos_plugins set published = 1 where name = 'Authentication - Joomla';
update jos_plugins set published = 1 where name = 'User - Joomla!';