При просмотре Профайла выдается:
Код: Выделить всё
[phpBB Debug] PHP Notice: in file /memberlist.php on line 566: Undefined variable: favorites_listitems_text
[phpBB Debug] PHP Notice: in file /memberlist.php on line 566: Undefined variable: favorites_listitems_text
[phpBB Debug] PHP Notice: in file /memberlist.php on line 566: Undefined variable: favorites_listitems_text
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3784: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3190)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3786: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3190)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3787: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3190)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3788: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3190)
В админке при создании Категории избранного на русском, выдается следующее: ????????
Версия форума 3.0.4. Все файлы сохранены в utf-8 без BOM.
При установке на 3.0.3 проблем нет никаких.
Строки 3784-3788, файла includes/functions.php:
Код: Выделить всё
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: 0');
header('Pragma: no-cache');Код: Выделить всё
$cat_text = $favorites_listitems_text[$cat['category_id']] ? implode(", ",$favorites_listitems_text[$cat['category_id']]) : '';Добавлено спустя 9 минут 10 секунд:
Форум тестовый, был создан для проверки нужных в хозяйстве модов на совместную работу на версии 3.0.4.
Все можно увидеть вживую.
http://www.test.soundsclub.ru/conference/

