1 / 1

Invalid Controller Specified in Zend Framework Dispatch Process

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.

issac
Télécharger la présentation

Invalid Controller Specified in Zend Framework Dispatch Process

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. <pre>object(Zend_Controller_Dispatcher_Exception)#20 (8) { [&quot;_previous&quot;:&quot;Zend_Exception&quot;:private] =&gt; NULL [&quot;message&quot;:protected] =&gt; string(34) &quot;Invalid controller specified (pdf)&quot; [&quot;string&quot;:&quot;Exception&quot;:private] =&gt; string(0) &quot;&quot; [&quot;code&quot;:protected] =&gt; int(0) [&quot;file&quot;:protected] =&gt; string(72) &quot;/www/zPhplib/ZendFramework/11111/Zend/Controller/Dispatcher/Standard.php&quot; [&quot;line&quot;:protected] =&gt; int(248) [&quot;trace&quot;:&quot;Exception&quot;:private] =&gt; array(2) { [0] =&gt; array(6) { [&quot;file&quot;] =&gt; string(58) &quot;/www/zPhplib/ZendFramework/11111/Zend/Controller/Front.php&quot; [&quot;line&quot;] =&gt; int(954) [&quot;function&quot;] =&gt; string(8) &quot;dispatch&quot; [&quot;class&quot;] =&gt; string(35) &quot;Zend_Controller_Dispatcher_Standard&quot; [&quot;type&quot;] =&gt; string(2) &quot;-&gt;&quot; [&quot;args&quot;] =&gt; array(2) { [0] =&gt; object(Zend_Controller_Request_Http)#17 (15) { [&quot;_paramSources&quot;:protected] =&gt; array(2) { [0] =&gt; string(4) &quot;_GET&quot; [1] =&gt; string(5) &quot;_POST&quot; } [&quot;_requestUri&quot;:protected] =&gt; string(15) &quot;/pdf/0UpWoj.ppt&quot; [&quot;_baseUrl&quot;:protected] =&gt; string(0) &quot;&quot; [&quot;_basePath&quot;:protected] =&gt; NULL [&quot;_pathInfo&quot;:protected] =&gt; string(15) &quot;/pdf/0UpWoj.ppt&quot; [&quot;_params&quot;:protected] =&gt; array(3) { [&quot;controller&quot;] =&gt; string(3) &quot;pdf&quot; [&quot;action&quot;] =&gt; string(10) &quot;0UpWoj.ppt&quot; [&quot;module&quot;] =&gt; string(7) &quot;default&quot; } [&quot;_rawBody&quot;:protected] =&gt; NULL [&quot;_aliases&quot;:protected] =&gt; array(0) { } [&quot;_dispatched&quot;:protected] =&gt; bool(true) [&quot;_module&quot;:protected] =&gt; string(7) &quot;default&quot; [&quot;_moduleKey&quot;:protected] =&gt; string(6) &quot;module&quot; [&quot;_controller&quot;:protected] =&gt; string(3) &quot;pdf&quot; [&quot;_controllerKey&quot;:protected] =&gt; string(10) &quot;controller&quot; [&quot;_action&quot;:protected] =&gt; string(10) &quot;0UpWoj.ppt&quot; [&quot;_actionKey&quot;:protected] =&gt; string(6) &quot;action&quot; } [1] =&gt; object(Zend_Controller_Response_Http)#18 (8) { [&quot;_body&quot;:protected] =&gt; array(0) { } [&quot;_exceptions&quot;:protected] =&gt; array(0) { } [&quot;_headers&quot;:protected] =&gt; array(0) { } [&quot;_headersRaw&quot;:protected] =&gt; array(0) { } [&quot;_httpResponseCode&quot;:protected] =&gt; int(200) [&quot;_isRedirect&quot;:protected] =&gt; bool(false) [&quot;_renderExceptions&quot;:protected] =&gt; bool(false) [&quot;headersSentThrowsException&quot;] =&gt; bool(true) } } } [1] =&gt; array(6) { [&quot;file&quot;] =&gt; string(28) &quot;/www/www.sibioc.it/index.php&quot; [&quot;line&quot;] =&gt; int(72) [&quot;function&quot;] =&gt; string(8) &quot;dispatch&quot; [&quot;class&quot;] =&gt; string(21) &quot;Zend_Controller_Front&quot; [&quot;type&quot;] =&gt; string(2) &quot;-&gt;&quot; [&quot;args&quot;] =&gt; array(0) { } } } [&quot;previous&quot;:&quot;Exception&quot;:private] =&gt; NULL } </pre>errore

More Related