日期:2014-05-17  浏览次数:20506 次

zend 这个是什么错?
The following error occurred:

exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (add)' in D:\zendtest\library\Zend\Controller\Dispatcher\Standard.php:248 Stack trace: #0 D:\zendtest\library\Zend\Controller\Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 D:\zendtest\html\index.php(20): Zend_Controller_Front->dispatch() #2 {main}


新手这个是什么错误?
------解决方案--------------------
估计是版本不配套
------解决方案--------------------
引用:
The following error occurred:

exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (add)' in D:\zendtest\library\Zend\Controller\Dispatcher\Standard.php:248 S……

具体的错误你屏蔽掉了。
zend他本来应该是想找个地方显示错误的,结果这个显示错误的控制器不在,所以,就报了个控制器不存在的error,结果他实际的错误却没处理。
补上你删掉的那个ErrorController吧。就能看见错误了。