หน้า 1 จากทั้งหมด 1

[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 105: ob_start():

โพสต์แล้ว: 13/04/2014 1:32 am
โดย mindphp
แก้ปัญหา phpBB3 Error
[phpBB Debug] PHP Warning: in file [ROOT]/adm/index.php on line 105: ob_start(): output handler 'ob_gzhandler' conflicts with 'zlib output compression'
[phpBB Debug] PHP Notice: in file [ROOT]/adm/index.php on line 105: ob_start(): failed to create buffer


้เปิดไฟล์
/adm/index.php
ค้นหา

โค้ด: เลือกทั้งหมด

ob_start('ob_gzhandler'); 
แทนที่ด้วย

โค้ด: เลือกทั้งหมด

@ob_start('ob_gzhandler');