10 likes | 136 Vues
The error log indicates that an invalid controller has been specified during the request dispatching process in the Zend Framework. Specifically, the system encountered an exception when trying to process a PDF request, resulting in the message "Invalid controller specified (pdf)". This error may stem from misconfiguration in routing or an attempt to access a controller that does not exist. For resolution, verify the controller's existence and ensure it is correctly set up in the Zend application configuration.
E N D
<pre>object(Zend_Controller_Dispatcher_Exception)#20 (8) { ["_previous":"Zend_Exception":private] => NULL ["message":protected] => string(34) "Invalid controller specified (pdf)" ["string":"Exception":private] => string(0) "" ["code":protected] => int(0) ["file":protected] => string(72) "/www/zPhplib/ZendFramework/11111/Zend/Controller/Dispatcher/Standard.php" ["line":protected] => int(248) ["trace":"Exception":private] => array(2) { [0] => array(6) { ["file"] => string(58) "/www/zPhplib/ZendFramework/11111/Zend/Controller/Front.php" ["line"] => int(954) ["function"] => string(8) "dispatch" ["class"] => string(35) "Zend_Controller_Dispatcher_Standard" ["type"] => string(2) "->" ["args"] => array(2) { [0] => object(Zend_Controller_Request_Http)#17 (15) { ["_paramSources":protected] => array(2) { [0] => string(4) "_GET" [1] => string(5) "_POST" } ["_requestUri":protected] => string(15) "/pdf/0UpWoj.ppt" ["_baseUrl":protected] => string(0) "" ["_basePath":protected] => NULL ["_pathInfo":protected] => string(15) "/pdf/0UpWoj.ppt" ["_params":protected] => array(3) { ["controller"] => string(3) "pdf" ["action"] => string(10) "0UpWoj.ppt" ["module"] => string(7) "default" } ["_rawBody":protected] => NULL ["_aliases":protected] => array(0) { } ["_dispatched":protected] => bool(true) ["_module":protected] => string(7) "default" ["_moduleKey":protected] => string(6) "module" ["_controller":protected] => string(3) "pdf" ["_controllerKey":protected] => string(10) "controller" ["_action":protected] => string(10) "0UpWoj.ppt" ["_actionKey":protected] => string(6) "action" } [1] => object(Zend_Controller_Response_Http)#18 (8) { ["_body":protected] => array(0) { } ["_exceptions":protected] => array(0) { } ["_headers":protected] => array(0) { } ["_headersRaw":protected] => array(0) { } ["_httpResponseCode":protected] => int(200) ["_isRedirect":protected] => bool(false) ["_renderExceptions":protected] => bool(false) ["headersSentThrowsException"] => bool(true) } } } [1] => array(6) { ["file"] => string(28) "/www/www.sibioc.it/index.php" ["line"] => int(72) ["function"] => string(8) "dispatch" ["class"] => string(21) "Zend_Controller_Front" ["type"] => string(2) "->" ["args"] => array(0) { } } } ["previous":"Exception":private] => NULL } </pre>errore