It sounds like it is coming from your URL (http://localhost/controller/action)
something like http://localhost/index/spacerGif would do that If you don't figure it out post your url and substitute localhost for you domain. photo312 wrote: > > Here is the error I get in php error log. I try to find any file with the > content of : "spacerGifAction", "spacerGif" but cannot find any single > instance of any text in any of my code. How can the error below be > happening and from where? > > [18-Apr-2008 20:51:42] PHP Fatal error: Uncaught exception > 'Zend_Controller_Action_Exception' with message 'Action "spacerGif" does > not exist and was not trapped in __call()' in > I:\Storage1\A\projects\zgzf\library\Zend\Controller\Action.php:477 > Stack trace: > #0 I:\Storage1\A\projects\zgzf\library\Zend\Controller\Action.php(504): > Zend_Controller_Action->__call('spacerGifAction', Array) > #1 > I:\Storage1\A\projects\zgzf\library\Zend\Controller\Dispatcher\Standard.php(293): > Zend_Controller_Action->dispatch('spacerGifAction') > #2 I:\Storage1\A\projects\zgzf\library\Zend\Controller\Front.php(914): > Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), > Object(Zend_Controller_Response_Http)) > #3 I:\Storage1\A\projects\zgzf\public\index.php(67): > Zend_Controller_Front->dispatch() > #4 {main} > thrown in I:\Storage1\A\projects\zgzf\library\Zend\Controller\Action.php > on line 477 > -- View this message in context: http://www.nabble.com/Bizarre-problem-with-Zend_Controller_Action_Exception-tp16766066p16767378.html Sent from the Zend Framework mailing list archive at Nabble.com.
