找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1700|回复: 1

[站长互助] Warning: require_once(Zend/Controller/Action.php) [function.require-once]: faile

[复制链接]
发表于 2011-3-25 00:18:23 | 显示全部楼层 |阅读模式
Warning: require_once(Zend/Controller/Action.php) [function.require-once]: failed to open stream: No such file or directory in E:\www\han\application\default\controllers\IndexController.php on line 10

Fatal error: require_once() [function.require]: Failed opening required 'Zend/Controller/Action.php' (include_path='.;C:\php5\pear') in E:\www\han\application\default\controllers\IndexController.php on line 10


这个错误是什么意思?

主要就是运行这个文件出错:
  1. require_once 'Zend/Controller/Action.php';

  2. class IndexController extends Zend_Controller_Action
  3. {
  4.         /**
  5.          * The default action - show the home page
  6.          */
  7.     public function indexAction()
  8.     {
  9.         // TODO Auto-generated IndexController::indexAction() action
  10.     }
  11. }
复制代码
回复

使用道具 举报

发表于 2011-3-25 00:21:07 | 显示全部楼层
你这是控制器的代码,为什么还要载入另外的控制器呢?载入操作最好都在入口文件里进行``那样目录的控制方便一点``

如果子目录内的代码需要载入,最好使用绝对路径。你的入口文件初始化的时候没有定义包含文件路径`所以载入就失败了``
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|王牌互联

GMT+8, 2024-11-17 06:55 , Processed in 0.029386 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表