欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

zend 这个是什么错?该如何解决

程序员文章站 2022-06-12 13:38:01
...
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吧。就能看见错误了。
zend 这个是什么错?该如何解决

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频