看标题,还以为楼主把系统放出来了
是放出来了啊 Rming 发表于 2012-6-20 20:36 static/image/common/back.gif
建议放github上
貌似被墙了 A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at E:\webroot\testroot\jrcms\application\controllers\front\entry.php:22)
Filename: libraries/Session.php
Line Number: 671
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at E:\webroot\testroot\jrcms\application\controllers\front\entry.php:22)
Filename: libraries/Session.php
Line Number: 671
老刘 发表于 2012-6-20 23:22 static/image/common/back.gif
后台很漂亮
前台开始测试的时候有个Parse error: parse error, unexpected T_FUNCTION in D:\test\appl ...
http://codeigniter.org.cn/forums/thread-13851-1-1.html 已发新版,解决了 PHP 5.3 以下出错的问题 。 5utogo 发表于 2012-6-21 14:19 static/image/common/back.gif
你那个错误是不是因为php版本的错误,上面的要求是php5.3以上的版本。
http://codeigniter.org.cn/forums/thread-13851-1-1.html 已发新版,解决了 PHP 5.3 以下出错的问题 。 bywzy 发表于 2012-7-26 16:20 static/image/common/back.gif
A PHP Error was encountered
Severity: Warning
http://codeigniter.org.cn/forums/thread-13851-1-1.html 新版出来了,你下载,看看是否解决你的问题了哈 wwwww class user_model extends Permissions_model
{
public function get_group()
{
// 这里直接使用内置的DB访问数据库,正式的应该是使用 group_manager->get
this->db->get_where('group',array('id'=>this->group_id))->row();
}
}
程序提示错误:
A PHP Error was encountered
Severity: Error
Message: Class 'Permissions_model' not found
Filename: models/User_model.php
Line Number: 3
Backtrace:
-------------------------
是啥情况?
必须 在load user_model之前 先load一下 Permissions_model 才行~! 不是自动加载父类的model
页:
1
[2]