Код: Выделить всё
Notice: Undefined variable: board_config in z:\home\trk.ru\www\forums\admin\admin_topic_shadow.php on line 72
[Денвер: показать возможную причину ошибки]
Warning: Cannot modify header information - headers already sent by (output started at z:\home\trk.ru\www\forums\admin\admin_topic_shadow.php:72) in z:\home\trk.ru\www\forums\includes\sessions.php on line 389
Warning: Cannot modify header information - headers already sent by (output started at z:\home\trk.ru\www\forums\admin\admin_topic_shadow.php:72) in z:\home\trk.ru\www\forums\includes\sessions.php on line 390
Warning: Cannot modify header information - headers already sent by (output started at z:\home\trk.ru\www\forums\admin\admin_topic_shadow.php:72) in z:\home\trk.ru\www\forums\includes\sessions.php on line 394
Warning: Cannot modify header information - headers already sent by (output started at z:\home\trk.ru\www\forums\admin\admin_topic_shadow.php:72) in z:\home\trk.ru\www\forums\includes\sessions.php on line 397
Warning: Cannot modify header information - headers already sent by (output started at z:\home\trk.ru\www\forums\admin\admin_topic_shadow.php:72) in z:\home\trk.ru\www\forums\includes\sessions.php on line 398
Warning: Cannot modify header information - headers already sent by (output started at z:\home\trk.ru\www\forums\admin\admin_topic_shadow.php:72) in z:\home\trk.ru\www\forums\admin\page_header_admin.php on line 143
Warning: Cannot modify header information - headers already sent by (output started at z:\home\trk.ru\www\forums\admin\admin_topic_shadow.php:72) in z:\home\trk.ru\www\forums\admin\page_header_admin.php on line 145
Warning: Cannot modify header information - headers already sent by (output started at z:\home\trk.ru\www\forums\admin\admin_topic_shadow.php:72) in z:\home\trk.ru\www\forums\admin\page_header_admin.php on line 146
1) Что это такое в PHP?
2) Как исправить подобные ошибки (Мод admin shadow topic - мод, удаляющий через админку темы-ссылки на темы, которые были перемещены).
Добавлено спустя 6 минут 7 секунд:
Далее, если вновь зайти в скрипт admin_topic_shadow.php
число ошибок сокращается до
Код: Выделить всё
Notice: Undefined variable: board_config in z:\home\trk.ru\www\forums\admin\admin_topic_shadow.php on line 72
Warning: Cannot modify header information - headers already sent by (output started at z:\home\trk.ru\www\forums\admin\admin_topic_shadow.php:72) in z:\home\trk.ru\www\forums\admin\page_header_admin.php on line 143
Warning: Cannot modify header information - headers already sent by (output started at z:\home\trk.ru\www\forums\admin\admin_topic_shadow.php:72) in z:\home\trk.ru\www\forums\admin\page_header_admin.php on line 145
Warning: Cannot modify header information - headers already sent by (output started at z:\home\trk.ru\www\forums\admin\admin_topic_shadow.php:72) in z:\home\trk.ru\www\forums\admin\page_header_admin.php on line 146
Код: Выделить всё
if(!DISABLE_PREFERENCE_SAVING && !$board_config['gzip_compress']) ob_start();
Если включить gzip, то если вновь зайти в скрипт admin_topic_shadow.php отображаются иероглифы
[/code]