Подскажите, что за ошибка
Код: Выделить всё
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3942: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter'Код: Выделить всё
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3942: ob_start() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter'отключил, вроде помогло.HAMMER663 писал(а):отключите gzip так же
зачем?HAMMER663 писал(а):включите дебаггер
Код: Выделить всё
ob_start('ob_gzhandler');Код: Выделить всё
ob_end_flush();Код: Выделить всё
ob_start('ob_gzhandler');после того как просто отключил, вроде ошибки не сталоHAMMER663 писал(а):отключите gzip так же
вот, что вылезлоHAMMER663 писал(а):и перед ней вставить
Код: Выделить всё
Код: Выделить всё
ob_end_flush();
включить gzip снова
Код: Выделить всё
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3942: ob_end_flush() [ref.outcontrol]: failed to delete and flush buffer. No buffer to delete or flush.
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4221: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4223: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4224: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4225: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)Код: Выделить всё
ob_end_flush();