我的网站是用ecshop做的,怎么现在进入网站首页突然就显示这段代码,求救!!跪谢!!
Warning:Cannotmodifyheaderinformation-headersalreadysentby(outputstartedatD:\WWW\Web0...
Warning: Cannot modify header information - headers already sent by (output started at D:\WWW\Web0111633\wwwroot\languages\zh_cn\common.php:1) in D:\WWW\Web0111633\wwwroot\includes\cls_session.php on line 116
Warning: Cannot modify header information - headers already sent by (output started at D:\WWW\Web0111633\wwwroot\languages\zh_cn\common.php:1) in D:\WWW\Web0111633\wwwroot\includes\init.php on line 162
Warning: Cannot modify header information - headers already sent by (output started at D:\WWW\Web0111633\wwwroot\languages\zh_cn\common.php:1) in D:\WWW\Web0111633\wwwroot\includes\init.php on line 163
Warning: Cannot modify header information - headers already sent by (output started at D:\WWW\Web0111633\wwwroot\languages\zh_cn\common.php:1) in D:\WWW\Web0111633\wwwroot\includes\cls_template.php on line 58
Warning: Cannot modify header information - headers already sent by (output started at D:\WWW\Web0111633\wwwroot\languages\zh_cn\common.php:1) in D:\WWW\Web0111633\wwwroot\includes\lib_main.php on line 1090
我用的是 ECSHOP 2.72版本的,我确实修改了一些信息~ 请教大侠们,难道2.72不能修改吗?修改后前阵子使用正常,程序没有改动春节期间突然出现这个问题是不是ECSHOP链接到服务器检查的?? 有没有办法修改或者避免这种错误?? 谢谢~ 展开
Warning: Cannot modify header information - headers already sent by (output started at D:\WWW\Web0111633\wwwroot\languages\zh_cn\common.php:1) in D:\WWW\Web0111633\wwwroot\includes\init.php on line 162
Warning: Cannot modify header information - headers already sent by (output started at D:\WWW\Web0111633\wwwroot\languages\zh_cn\common.php:1) in D:\WWW\Web0111633\wwwroot\includes\init.php on line 163
Warning: Cannot modify header information - headers already sent by (output started at D:\WWW\Web0111633\wwwroot\languages\zh_cn\common.php:1) in D:\WWW\Web0111633\wwwroot\includes\cls_template.php on line 58
Warning: Cannot modify header information - headers already sent by (output started at D:\WWW\Web0111633\wwwroot\languages\zh_cn\common.php:1) in D:\WWW\Web0111633\wwwroot\includes\lib_main.php on line 1090
我用的是 ECSHOP 2.72版本的,我确实修改了一些信息~ 请教大侠们,难道2.72不能修改吗?修改后前阵子使用正常,程序没有改动春节期间突然出现这个问题是不是ECSHOP链接到服务器检查的?? 有没有办法修改或者避免这种错误?? 谢谢~ 展开
5个回答
展开全部
ecshop如果你是在他们的客户,建议问售后人员比较好,如果你用的是免费版,那么他们可能对功能及权限有些限制,如果你强行更改了,可能会导致错误!
其实你的错误提示也很明显,我拿第一个来说:
Warning: Cannot modify header information - headers already sent by (output started at D:\WWW\Web0111633\wwwroot\languages\zh_cn\common.php:1) in D:\WWW\Web0111633\wwwroot\includes\cls_session.php on line 116
警告:不能修改头部信息
头部信息是通过common.php发送的,可能第一行你已经更改过了~
同时引用了common.php的文件又报错:
cls_session.php文件的第116行
下面就是一连串的问题了
其实你的错误提示也很明显,我拿第一个来说:
Warning: Cannot modify header information - headers already sent by (output started at D:\WWW\Web0111633\wwwroot\languages\zh_cn\common.php:1) in D:\WWW\Web0111633\wwwroot\includes\cls_session.php on line 116
警告:不能修改头部信息
头部信息是通过common.php发送的,可能第一行你已经更改过了~
同时引用了common.php的文件又报错:
cls_session.php文件的第116行
下面就是一连串的问题了
展开全部
查看
D:\WWW\Web0111633\wwwroot\languages\zh_cn\common.php
文件最前面是否有空格输出。
具体原因:
header('Content-Type:text/html;charset= UTF-8');发送头之前不能有任何输出,空格也不行,你需要将header(...)之前的空格去掉,或者其他输出的东西去掉,如果他上面include其他文件了,你还要检查其他文件里是否有输出
D:\WWW\Web0111633\wwwroot\languages\zh_cn\common.php
文件最前面是否有空格输出。
具体原因:
header('Content-Type:text/html;charset= UTF-8');发送头之前不能有任何输出,空格也不行,你需要将header(...)之前的空格去掉,或者其他输出的东西去掉,如果他上面include其他文件了,你还要检查其他文件里是否有输出
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
PHP代码的话 你不需要懂的!html代码你一定要懂一些!可以用html代码编辑器得到源代码!再到文件里查找!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
我汗太长了,我慢慢来
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
on line 116
on line ...
把那一行的问题处理一下。
on line ...
把那一行的问题处理一下。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询