ci 报错 !不知道怎么解决~
A PHP Error was encounteredSeverity: Warning
Message: Cannot modify header information - headers already sent by (output started at D:\AppServ\www\losocart\application\controllers\home.php:1)
Filename: codeigniter/Common.php
Line Number: 360
我只在 控制层 输出helloworld !
各位同仁,帮我分析下,是什么原因导致的! 给咱们看看你的代码 PHP的header();函数执行之前,不能有任何输出。你不要在header之前调试输出就好了或在header执行之前exit()。 检查kis所说的内容。
我补充一句:检查你的文件是否存在php结束标签 ?> 如果有的话,去掉它。很多时候在结束标签之后存在一些无意输入的空格,会导致这个经典错误。 我把output_buffering 打开了, 就ok了!
页:
[1]