1 / 1

Resolve Invalid Controller Error in Service Files Access

Learn how to fix the issue of an invalid controller specified (services) when trying to access service files. Follow the guide to troubleshoot and rectify the controller error efficiently.

indiya
Download Presentation

Resolve Invalid Controller Error in Service Files Access

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. object(Zend_Controller_Dispatcher_Exception)#449 (7) { ["_previous:private"]=> NULL ["message:protected"]=> string(39) "Invalid controller specified (services)" ["string:private"]=> string(0) "" ["code:protected"]=> int(0) ["file:protected"]=> string(52) "/usr/lib/php/Zend/Controller/Dispatcher/Standard.php" ["line:protected"]=> int(248) ["trace:private"]=> array(4) { [0]=> array(6) { ["file"]=> string(38) "/usr/lib/php/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)#47 (15) { ["_paramSources:protected"]=> array(2) { [0]=> string(4) "_GET" [1]=> string(5) "_POST" } ["_requestUri:protected"]=> string(66) "/services/files/Introduction%20to%20AIMA%20-%20Matthew%20Jones.ppt" ["_baseUrl:protected"]=> string(0) "" ["_basePath:protected"]=> NULL ["_pathInfo:protected"]=> string(66) "/services/files/Introduction%20to%20AIMA%20-%20Matthew%20Jones.ppt" ["_params:protected"]=> array(4) { ["controller"]=> string(8) "services" ["action"]=> string(5) "files" ["module"]=> string(7) "default" ["error_handler"]=> object(ArrayObject)#448 (3) { ["exception"]=> *RECURSION* ["type"]=> string(23) "EXCEPTION_NO_CONTROLLER" ["request"]=> object(Zend_Controller_Request_Http)#447 (15) { ["_paramSources:protected"]=> array(2) { [0]=> string(4) "_GET" [1]=> string(5) "_POST" } ["_requestUri:protected"]=> string(66) "/services/files/Introduction%20to%20AIMA%20-%20Matthew%20Jones.ppt" ["_baseUrl:protected"]=> string(0) "" ["_basePath:protected"]=> NULL ["_pathInfo:protected"]=> string(66) "/services/files/Introduction%20to%20AIMA%20-%20Matthew%20Jones.ppt" ["_params:protected"]=> array(3) { ["controller"]=> string(8) "services" ["action"]=> string(5) "files" ["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(8) "services" ["_controllerKey:protected"]=> string(10) "controller" ["_action:protected"]=> string(5) "files" ["_actionKey:protected"]=> string(6) "action" } } } ["_rawBody:protected"]=> NULL ["_aliases:protected"]=> array(0) { } ["_dispatched:protected"]=> bool(true) ["_module:protected"]=> string(7) "default" ["_moduleKey:protected"]=> string(6) "module" ["_controller:protected"]=> string(5) "error" ["_controllerKey:protected"]=> string(10) "controller" ["_action:protected"]=> string(5) "error" ["_actionKey:protected"]=> string(6) "action" } [1]=> object(Zend_Controller_Response_Http)#48 (8) { ["_body:protected"]=> array(0) { } ["_exceptions:protected"]=> array(1) { [0]=> *RECURSION* } ["_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(38) "/usr/lib/php/Zend/Controller/Front.php" ["line"]=> int(212) ["function"]=> string(8) "dispatch" ["class"]=> string(21) "Zend_Controller_Front" ["type"]=> string(2) "->" ["args"]=> array(0) { } } [2]=> array(6) { ["file"]=> string(30) "/home/ifsmalta/kosmos/init.php" ["line"]=> int(63) ["function"]=> string(3) "run" ["class"]=> string(21) "Zend_Controller_Front" ["type"]=> string(2) "::" ["args"]=> array(1) { [0]=> &string(33) "/home/ifsmalta/kosmos/controllers" } } [3]=> array(6) { ["file"]=> string(36) "/home/ifsmalta/public_html/index.php" ["line"]=> int(10) ["function"]=> string(7) "execute" ["class"]=> string(6) "kosmos" ["type"]=> string(2) "->" ["args"]=> array(0) { } } } }

More Related