Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
Empty show more show less
Description
Calling translate5 in the form: /?action=foo produces an error:
Exception: | Zend_Controller_Action_Exception |
Level: | ERROR |
Errorcode: | E9999 |
Message: | Action "stream" does not exist and was not trapped in __call() |
Domain: | core |
Version: | 3.4.1 |
File (Line): | /webs/mittagqi_meta/other/zend/Zend-z1-php7.3-1.13.2-p1/Zend/Controller/Action.php (485) |
Request: | GET /?action=stream |
Trace:
#0 /webs/mittagqi_meta/other/zend/Zend-z1-php7.3-1.13.2-p1/Zend/Controller/Action.php(518): Zend_Controller_Action->__call('streamAction', Array)
#1 /webs/mittagqi_meta/other/zend/Zend-z1-php7.3-1.13.2-p1/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('streamAction')
#2 /webs/mittagqi_meta/other/zend/Zend-z1-php7.3-1.13.2-p1/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#3 /webs/mittagqi_meta/other/zend/Zend-z1-php7.3-1.13.2-p1/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#4 /webs/mittagqi_meta/other/zend/Zend-z1-php7.3-1.13.2-p1/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#5 /webs/xxx.translate5.net/library/ZfExtended/Application.php(47): Zend_Application->run()
#6 /webs/xxx.translate5.net/library/ZfExtended/BaseIndex.php(146): ZfExtended_Application->run()
#7 /webs/xxx.translate5.net/public/index.php(35): ZfExtended_BaseIndex->startApplication()
#8 {main}
Request:
Array ( [action] => stream )