QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 979|回复: 1

phpnuke 6.5 fresh install erro

[复制链接]
发表于 2003-4-3 02:53:33 | 显示全部楼层 |阅读模式
Warning: Cannot modify header information - headers already sent by (output started at /usr/server/apache/htdocs/header.php:32) in /usr/server/apache/htdocs/includes/sessions.php on line 222

Warning: Cannot modify header information - headers already sent by (output started at /usr/server/apache/htdocs/header.php:32) in /usr/server/apache/htdocs/includes/sessions.php on line 223

I try to change some setting in /usr/server/apache/conf/php.ini
But it just won't work!

I try to set  output_buffering = 4096
But .... :-(
Any idea of how to fix?
发表于 2003-4-6 01:30:20 | 显示全部楼层
555555555,
老兄就一个毛病啊?羡慕ING

lkrivelyov - http://www.12thlevel.com/nuke

mainfile.php
find:

$phpver = phpversion();
if ($phpver >= '4.0.4pl1' && strstr($HTTP_USER_AGENT,'compatible')) {
    if (extension_loaded('zlib')) {
        ob_end_clean();
        ob_start('ob_gzhandler');
    }
} else if ($phpver > '4.0') {


change to:

$phpver = phpversion();
if ($phpver >= '4.0.4pl1')
{
    ob_start('ob_gzhandler');
}else if ($phpver > '4.0') {
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-23 04:50 , Processed in 0.051341 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表