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

[HELP] 控制器跳转报错

[复制链接]
发表于 2013-2-23 13:46:28 | 显示全部楼层 |阅读模式
在控制器中使用
redirect('class/method');

报错误:
A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at E:\xampp\htdocs\application\controllers\class.php:1)

Filename: helpers/url_helper.php

Line Number: 542

这怎么解决呢?

发表于 2013-2-23 17:52:08 | 显示全部楼层
有可能是没有加载url辅助函数,在autoload.php中修改$autoload['helper'] = array('url');试试
 楼主| 发表于 2013-2-23 20:32:15 | 显示全部楼层
CloudMind 发表于 2013-2-23 17:52
有可能是没有加载url辅助函数,在autoload.php中修改$autoload['helper'] = array('url');试试 ...

在此类中还真加了。$this->load->helper('url');
 楼主| 发表于 2013-2-23 20:49:24 | 显示全部楼层
已经解决,等下写出来
 楼主| 发表于 2013-2-23 20:52:33 | 显示全部楼层
http://blog.csdn.net/wide288/article/details/8605925

本版积分规则