用户
 找回密码
 入住 CI 中国社区
搜索
查看: 3195|回复: 3
收起左侧

救命啊,总报错找不到原因(已自己解决)

[复制链接]
发表于 2008-10-26 22:11:57 | 显示全部楼层 |阅读模式
A PHP Error was encounteredSeverity: Warning
Message: Cannot modify header information - headers already sent by(output started atH:\serv\APMServ5.2.6\www\htdocs\phpframeworks\controllers\news.php:1)
Filename: libraries/Session.php
Line Number: 315



phpframeworks\controllers\news.php

class News extends Controller {

        function News(){
                parent::Controller();
        }
        function index(){
                $this->load->view('header');
                $this->load->view('testing');
                $this->load->view('footer');
        }
}

[ 本帖最后由 wood 于 2008-10-26 22:38 编辑 ]
 楼主| 发表于 2008-10-26 22:37:56 | 显示全部楼层
我把文件从utf-8存成unicode就好了
发表于 2008-10-26 22:56:46 | 显示全部楼层
应该是 dom的问题
发表于 2008-10-27 23:17:02 | 显示全部楼层
不用问,肯定是 BOM 造成的,请看 FAQ!

本版积分规则