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吧。就能看见错误了。