<b>Warning</b>: ob_start() [<a href='ref.outcontrol'>ref.outcontrol</a>]: output handler 'ob_gzhandler' conflicts with 'zlib output compression' in <b>/home/u229256095/public_html/incfiles/core.php</b> on line <b>112</b><br />
Выруби сжатие страницы. А лучше смени хост.
С последней оперы так:
This page contains the following errors:
error on line 2 at column 1: Extra content at the end of the document
Below is a rendering of the page up to the first error.
# ValekS (14.12.2014 / 00:32)
...То у тебя Опера старая или не знаю, почему она ошибки не показывает.
А какая тогда опера новее?
TrashDupe, попробуй в добавить .htaccess php_flag zlib.output_compression Off
На 12й да, работать нехочет. А на 10й нормально.
fagot, Попробовал, толку 0
@ini_set('arg_separator.output', '&'); Разве верно?
TrashDupe, В phpMyadmin открываешь таблицу cms_settings, находишь в ней gzip и ставишь ему значение 0
Orion, /*
-----------------------------------------------------------------
Буфферизация вывода
-----------------------------------------------------------------
*/
if ($set['gzip'] && @extension_loaded('zlib')) {
@ini_set('zlib.output_compression_level', 3);
ob_start('ob_gzhandler');
} else {
И что здесь неверного?