10 likes | 130 Vues
An error occurred indicating that an invalid controller was specified during the file upload process. The issue is traced back to the Zend Framework's controller dispatcher, which failed to properly dispatch the controller and request objects. This error was triggered within the application module related to system management, and it is vital to rectify the controller configuration to resolve the issue and ensure proper functionality of the application.
E N D
<pre>string(580) "ERROR: Invalid controller specified (upload_file) #0 /usr/local/apache/htdocs/rmsforum.lv/library/Zend/Controller/Front.php(935): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http)) #1 /usr/local/apache/htdocs/rmsforum.lv/library/Zend/Controller/Front.php(214): Zend_Controller_Front->dispatch() #2 /usr/local/apache/htdocs/rmsforum.lv/application/modules/system/Kernel.php(264): Zend_Controller_Front::run(Array) #3 /usr/local/apache/htdocs/rmsforum.lv/public_html/index.php(35): Kernel::run(Array) #4 {main}" </pre>