+ -
当前位置:首页 → 问答吧 → 大家好我请教大家一个问题 Class 'Action' not found

大家好我请教大家一个问题 Class 'Action' not found

时间:2011-12-10

来源:互联网

class IndexAction extends Action {
    public function _initialize() {
        MypubAction::islogin();
    }
    public function index() {
        $this->display();
    }
这是我写的IndexAction.class.php 在本地用没有问题,但是上传到网站正式环境的时候没有发现这个Action
Fatal error: Class 'Action' not found in /opt/91zhang/Admin/Lib/Action/IndexAction.class.php on line 13
造成这个错误的可能性会有哪几种呢?请大家多多指教我是个新手!感激不尽

作者: one_piece   发布时间: 2011-12-10

on line 13 检测一下

作者: yanlin   发布时间: 2011-12-10