Проблема с интеграцией phpbb3 с phpbbforum
Поставил модуль phpbbforum на drupal 7. Установил форум phpbb3 3.0.9. Перешел на страницу сайт/admin/config/phpbbforum а там текст: «Fatal error: Call to a member function authenticateUser() on a non-object in /сайт/sites/all/modules/phpbbforum/includes/phpbbdrupalbridge/phpbbvbridge.php on line 133»
Функция:
<?phppublic function authenticateUser() {
/*
$auth = $this->getApp()->getAuth();
$auth->clear()
->setPasswordType(vbridgeAuth::PASSWORD_TYPE_ENCRYPTED)
->setPasswordValidate(vbridgeAuth::PASSWORD_NO_VALIDATE)
->setStoreAuth(false);
$authenticated = $auth->authenticate('qookie');
if ($authenticated)
{
$authenticated = $this->loadUserById($auth->getUserId());
if ($authenticated) {?>