Hi!

I am currently writting a couple of applications with Zend Framework with quite some success.
When reading the Apache error log file, I discovered this entry:

[Sat Apr 21 19:05:35 2007] [error] [client 127.0.0.1] PHP Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (o)' in D:\\Apache2.2\\htdocs\\myapp\\library\\Zend\\Controller\\Dispatcher\\Standard.php:173\nStack trace:\n#0 D:\\Apache2.2\\htdocs\\myapp\\library\\Zend\\Controller\\Front.php(754): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))\n#1 D:\\Apache2.2\\htdocs\\myapp\\index.php(95): Zend_Controller_Front->dispatch()\n#2 {main}\n thrown in D:\\Apache2.2\\htdocs\\myapp\\library\\Zend\\Controller\\Dispatcher\\Standard.php on line 173

while I understand what the error is about, I have no clue how to track it down. The application is working correctly, no error is shown. Does someone have an idea about the origin of this error message and have an idea how to solve it? Or is this a know issue to ZF 0.9.2 ?

Regards,

Stephan

Reply via email to