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
这个错误是什么意思?
主要就是运行这个文件出错:
require_once 'Zend/Controller/Action.php';
class IndexController extends Zend_Controller_Action
{
/**
* The default action - show the home page
*/
public function indexAction()
{
// TODO Auto-generated IndexController::indexAction() action