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

[HELP] 用的3.0版本session加载报错

[复制链接]
发表于 2016-1-15 09:50:01 | 显示全部楼层 |阅读模式
不知道什么原因我手动自动加载session都报错,用的是阿帕奇环境,php5.4版本,框架3.0,请指点页面错误如下
Internal Server ErrorThe server encountered an internal error ormisconfiguration and was unable to completeyour request.
Please contact the server administrator at  admin@phpStudy.net to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be availablein the server error log.


代码很简单

<?php

  class NewsCtlr extends CI_Controller{

          public function __construct(){
                  parent::__construct();
                //$this->load->library('Session');
               
          }


        public function viewlist(){
                //$this->load->view('news/list.php');
                echo 'aaaa';
                //echo $this->session;
        }
  }

?>


 楼主| 发表于 2016-1-15 10:00:14 | 显示全部楼层
找到原因了,php.in中session是默认关闭的,打开就好了

本版积分规则