Код: Выделить всё
Fatal error: Cannot redeclare class bbcode in /usr/share/phpbb3/www/includes/bbcode.php on line 23Форум 3.0.14
Версия php на старом 5.2, на новом 5.4.41
Код: Выделить всё
Fatal error: Cannot redeclare class bbcode in /usr/share/phpbb3/www/includes/bbcode.php on line 23
bbcode.php или включающий его). Надо искать где. Начиная с posting.php, потом по папке includesКод: Выделить всё
include($phpbb_root_path . 'includes/bbcode.' . $phpEx);viewtopic.php, posting.php и папку includes искал по коду includes/bbcode
functions_posting где-нибудь дважды встречается?functions_posting во вложении
posting.php
includes/message_parser.php
Код: Выделить всё
if (!class_exists('bbcode'))
{
include($phpbb_root_path . 'includes/bbcode.' . $phpEx);
}includes/functions_user.php и includes/functions_display.php - нет ли там, случаем, кода с includes/bbcode ?message_parser.php - код 1 к 1includes/functions_user.php и includes/functions_display.php не имеют кода.
cache) не пробовали?includes/bbcode не добавляется?include на include_once в нужных местах.message_parser.php исправил на include_once вроде работает. Но на старом сервере и без исправлений файлов работало все.