Здравствуйте, есть компонент, в нем пытаюсь сделать авторизацию вставляя след. код Код (html): require_once ('globals.php'); require_once ('configuration.php'); require_once ($mosConfig_absolute_path.'/includes/definitions.php'); require_once ($mosConfig_absolute_path.'/includes/joomla.php'); $mainframe = new mosMainFrame($database, 'com_login'); $mainframe -> login($_POST['_user'], $_POST['_pass']); Он вызвает след. ошибку: Код (html): Fatal error: Call to undefined method stdClass::update() Что это может быть, подскажите пожалуйста?