Сконвертировал существующий форум (phpBB 3.0.12 + recaptcha) в phpBBex по данной инструкции.
Всё вроде работает, кроме регистрации в фонтенде и раздела "Средства против спам-ботов" в админке.
На локальном хосте (win) выдает следующее:
- Код: Выделить всё
[phpBB Debug] PHP Warning: in file [ROOT]/includes/captcha/captcha_factory.php on line 36: include(./includes/captcha/plugins/forum_captcha_nogd_plugin.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/includes/captcha/captcha_factory.php on line 36: include() [function.include]: Failed opening './includes/captcha/plugins/forum_captcha_nogd_plugin.php' for inclusion (include_path='.;C:/php/pear')
[phpBB Debug] PHP Warning: in file [ROOT]/includes/captcha/captcha_factory.php on line 38: call_user_func() expects parameter 1 to be a valid callback, class 'forum_captcha_nogd' not found
- Код: Выделить всё
[phpBB Debug] PHP Warning: in file [ROOT]/includes/captcha/captcha_factory.php on line 36: include(./includes/captcha/plugins/forum_captcha_nogd_plugin.php): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/includes/captcha/captcha_factory.php on line 36: include(): Failed opening './includes/captcha/plugins/forum_captcha_nogd_plugin.php' for inclusion (include_path='.:/usr/local/php54/lib/php')
[phpBB Debug] PHP Warning: in file [ROOT]/includes/captcha/captcha_factory.php on line 38: call_user_func() expects parameter 1 to be a valid callback, class 'forum_captcha_nogd' not found
Fatal error: Call to a member function init() on a non-object in /home/****/www/****.ru/includes/ucp/ucp_register.php on line 165
- Код: Выделить всё
Ошибка при создании изображения
» Ошибка в [ROOT]/includes/captcha/captcha_factory.php в строке 52: include(./includes/captcha/plugins/forum_captcha_nogd_plugin.php) [function.include]: failed to open stream: No such file or directory
Префикс таблиц "forum_".
Не подскажите, как решить проблему?