PHPEye开源社区 » Zend Framework 使用讨论 » 我用baseapp,出现这个错误,什么意思啊?
《Programming PHP》第二版上市
2007-8-29 21:09 wohugb
我用baseapp,出现这个错误,什么意思啊?

Fatal error: Uncaught exception 'Zend_Controller_Action_Exception' with message 'ErrorController::setupExceptionAction() does not exist and was not trapped in __call()' in D:\xampplite\www\Zend\Controller\Action.php:480 Stack trace: #0 [internal function]: Zend_Controller_Action->__call('setupExceptionA...', Array) #1 D:\xampplite\www\Zend\Controller\Action.php(497): ErrorController->setupExceptionAction() #2 D:\xampplite\www\Zend\Controller\Action.php(545): Zend_Controller_Action->dispatch('setupExceptionA...') #3 D:\xampplite\www\library\BaseApp\Loader.php(85): Zend_Controller_Action->run() #4 D:\xampplite\www\library\BaseApp\Loader.php(104): BaseApp_Loader->__construct('development') #5 D:\xampplite\www\index.php(24): BaseApp_Loader::getInstance('development') #6 {main} thrown in D:\xampplite\www\Zend\Controller\Action.php on line 480

2007-9-2 11:41 Haohappy
setupExceptionAction()方法不存在?

2007-9-5 08:59 qqinxl
baseapp 是什么?

请求/error/setupException时候,ErrorController.php 里 setupExceptionAction() 不存在

2007-9-10 15:51 keenlio
楼上的没错。。写一段function 应该就好了
function setupExceptionAction() {
}

2007-9-11 23:25 wohugb
这里有介绍
[url]http://hi.baidu.com/bignose/blog/item/10826638a2a9792197ddd8e0.html[/url]

页: [1]


Powered by Discuz! Archiver 5.5.0  © 2001-2006 Comsenz Inc.