1

Invalid controller specified (sitemap.xml)

Error Type : EXCEPTION_NO_CONTROLLER, Code :0

Line (248) of File :/www/wwwroot/nauvoo.armarlo.com/library/Zend/Controller/Dispatcher/Standard.php

URL Request Table
# Param Name Value
1 *_paramSources 0 : _GET
1 : _POST
2 *_requestUri /sitemap.xml
3 *_baseUrl
4 *_basePath
5 *_pathInfo /sitemap.xml
6 *_params controller : sitemap.xml
action : index
module : default
7 *_rawBody
8 *_aliases
9 *_dispatched 0 : 1
10 *_module default
11 *_moduleKey module
12 *_controller sitemap.xml
13 *_controllerKey controller
14 *_action index
15 *_actionKey action
Trace Table
Function: ( line : 247 ) /www/wwwroot/nauvoo.armarlo.com/library/Zend/Controller/Dispatcher/Standard.php
array(0) {
}
    {
        $this->setResponse($response);

        /**
         * Get controller class
         */
        if (!$this->isDispatchable($request)) {
            $controller = $request->getControllerName();
            if (!$this->getParam('useDefaultControllerAlways') && !empty($controller)) {
                require_once 'Zend/Controller/Dispatcher/Exception.php';
                throw new Zend_Controller_Dispatcher_Exception('Invalid controller specified (' . $request->getControllerName() . ')');
            }

            $className = $this->getDefaultControllerClass($request);
        } else {
            $className = $this->getControllerClass($request);
            if (!$className) {
                $className = $this->getDefaultControllerClass($request);
            }
        }
Function: dispatch( line : 953 ) /www/wwwroot/nauvoo.armarlo.com/library/Zend/Controller/Front.php
array(2) {
  [0]=>
  object(Zend_Controller_Request_Http)#224 (15) {
    ["_paramSources":protected]=>
    array(2) {
      [0]=>
      string(4) "_GET"
      [1]=>
      string(5) "_POST"
    }
    ["_requestUri":protected]=>
    string(12) "/sitemap.xml"
    ["_baseUrl":protected]=>
    string(0) ""
    ["_basePath":protected]=>
    NULL
    ["_pathInfo":protected]=>
    string(12) "/sitemap.xml"
    ["_params":protected]=>
    array(4) {
      ["controller"]=>
      string(11) "sitemap.xml"
      ["action"]=>
      string(5) "index"
      ["module"]=>
      string(7) "default"
      ["error_handler"]=>
      object(ArrayObject)#228 (1) {
        ["storage":"ArrayObject":private]=>
        array(3) {
          ["exception"]=>
          object(Zend_Controller_Dispatcher_Exception)#227 (8) {
            ["_previous":"Zend_Exception":private]=>
            NULL
            ["message":protected]=>
            string(42) "Invalid controller specified (sitemap.xml)"
            ["string":"Exception":private]=>
            string(0) ""
            ["code":protected]=>
            int(0)
            ["file":protected]=>
            string(79) "/www/wwwroot/nauvoo.armarlo.com/library/Zend/Controller/Dispatcher/Standard.php"
            ["line":protected]=>
            int(248)
            ["trace":"Exception":private]=>
            array(4) {
              [0]=>
              array(6) {
                ["file"]=>
                string(65) "/www/wwwroot/nauvoo.armarlo.com/library/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]=>
                  *RECURSION*
                  [1]=>
                  object(Zend_Controller_Response_Http)#225 (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(80) "/www/wwwroot/nauvoo.armarlo.com/library/Zend/Application/Bootstrap/Bootstrap.php"
                ["line"]=>
                int(105)
                ["function"]=>
                string(8) "dispatch"
                ["class"]=>
                string(21) "Zend_Controller_Front"
                ["type"]=>
                string(2) "->"
                ["args"]=>
                array(0) {
                }
              }
              [2]=>
              array(6) {
                ["file"]=>
                string(60) "/www/wwwroot/nauvoo.armarlo.com/library/Zend/Application.php"
                ["line"]=>
                int(384)
                ["function"]=>
                string(3) "run"
                ["class"]=>
                string(36) "Zend_Application_Bootstrap_Bootstrap"
                ["type"]=>
                string(2) "->"
                ["args"]=>
                array(0) {
                }
              }
              [3]=>
              array(6) {
                ["file"]=>
                string(48) "/www/wwwroot/nauvoo.armarlo.com/public/index.php"
                ["line"]=>
                int(26)
                ["function"]=>
                string(3) "run"
                ["class"]=>
                string(16) "Zend_Application"
                ["type"]=>
                string(2) "->"
                ["args"]=>
                array(0) {
                }
              }
            }
            ["previous":"Exception":private]=>
            NULL
          }
          ["type"]=>
          string(23) "EXCEPTION_NO_CONTROLLER"
          ["request"]=>
          object(Zend_Controller_Request_Http)#229 (15) {
            ["_paramSources":protected]=>
            array(2) {
              [0]=>
              string(4) "_GET"
              [1]=>
              string(5) "_POST"
            }
            ["_requestUri":protected]=>
            string(12) "/sitemap.xml"
            ["_baseUrl":protected]=>
            string(0) ""
            ["_basePath":protected]=>
            NULL
            ["_pathInfo":protected]=>
            string(12) "/sitemap.xml"
            ["_params":protected]=>
            array(3) {
              ["controller"]=>
              string(11) "sitemap.xml"
              ["action"]=>
              string(5) "index"
              ["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(11) "sitemap.xml"
            ["_controllerKey":protected]=>
            string(10) "controller"
            ["_action":protected]=>
            string(5) "index"
            ["_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)#225 (8) {
    ["_body":protected]=>
    array(0) {
    }
    ["_exceptions":protected]=>
    array(1) {
      [0]=>
      object(Zend_Controller_Dispatcher_Exception)#227 (8) {
        ["_previous":"Zend_Exception":private]=>
        NULL
        ["message":protected]=>
        string(42) "Invalid controller specified (sitemap.xml)"
        ["string":"Exception":private]=>
        string(0) ""
        ["code":protected]=>
        int(0)
        ["file":protected]=>
        string(79) "/www/wwwroot/nauvoo.armarlo.com/library/Zend/Controller/Dispatcher/Standard.php"
        ["line":protected]=>
        int(248)
        ["trace":"Exception":private]=>
        array(4) {
          [0]=>
          array(6) {
            ["file"]=>
            string(65) "/www/wwwroot/nauvoo.armarlo.com/library/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)#224 (15) {
                ["_paramSources":protected]=>
                array(2) {
                  [0]=>
                  string(4) "_GET"
                  [1]=>
                  string(5) "_POST"
                }
                ["_requestUri":protected]=>
                string(12) "/sitemap.xml"
                ["_baseUrl":protected]=>
                string(0) ""
                ["_basePath":protected]=>
                NULL
                ["_pathInfo":protected]=>
                string(12) "/sitemap.xml"
                ["_params":protected]=>
                array(4) {
                  ["controller"]=>
                  string(11) "sitemap.xml"
                  ["action"]=>
                  string(5) "index"
                  ["module"]=>
                  string(7) "default"
                  ["error_handler"]=>
                  object(ArrayObject)#228 (1) {
                    ["storage":"ArrayObject":private]=>
                    array(3) {
                      ["exception"]=>
                      *RECURSION*
                      ["type"]=>
                      string(23) "EXCEPTION_NO_CONTROLLER"
                      ["request"]=>
                      object(Zend_Controller_Request_Http)#229 (15) {
                        ["_paramSources":protected]=>
                        array(2) {
                          [0]=>
                          string(4) "_GET"
                          [1]=>
                          string(5) "_POST"
                        }
                        ["_requestUri":protected]=>
                        string(12) "/sitemap.xml"
                        ["_baseUrl":protected]=>
                        string(0) ""
                        ["_basePath":protected]=>
                        NULL
                        ["_pathInfo":protected]=>
                        string(12) "/sitemap.xml"
                        ["_params":protected]=>
                        array(3) {
                          ["controller"]=>
                          string(11) "sitemap.xml"
                          ["action"]=>
                          string(5) "index"
                          ["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(11) "sitemap.xml"
                        ["_controllerKey":protected]=>
                        string(10) "controller"
                        ["_action":protected]=>
                        string(5) "index"
                        ["_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]=>
              *RECURSION*
            }
          }
          [1]=>
          array(6) {
            ["file"]=>
            string(80) "/www/wwwroot/nauvoo.armarlo.com/library/Zend/Application/Bootstrap/Bootstrap.php"
            ["line"]=>
            int(105)
            ["function"]=>
            string(8) "dispatch"
            ["class"]=>
            string(21) "Zend_Controller_Front"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(0) {
            }
          }
          [2]=>
          array(6) {
            ["file"]=>
            string(60) "/www/wwwroot/nauvoo.armarlo.com/library/Zend/Application.php"
            ["line"]=>
            int(384)
            ["function"]=>
            string(3) "run"
            ["class"]=>
            string(36) "Zend_Application_Bootstrap_Bootstrap"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(0) {
            }
          }
          [3]=>
          array(6) {
            ["file"]=>
            string(48) "/www/wwwroot/nauvoo.armarlo.com/public/index.php"
            ["line"]=>
            int(26)
            ["function"]=>
            string(3) "run"
            ["class"]=>
            string(16) "Zend_Application"
            ["type"]=>
            string(2) "->"
            ["args"]=>
            array(0) {
            }
          }
        }
        ["previous":"Exception":private]=>
        NULL
      }
    }
    ["_headers":protected]=>
    array(0) {
    }
    ["_headersRaw":protected]=>
    array(0) {
    }
    ["_httpResponseCode":protected]=>
    int(200)
    ["_isRedirect":protected]=>
    bool(false)
    ["_renderExceptions":protected]=>
    bool(false)
    ["headersSentThrowsException"]=>
    bool(true)
  }
}
                 * Skip requested action if preDispatch() has reset it
                 */
                if (!$this->_request->isDispatched()) {
                    continue;
                }

                /**
                 * Dispatch request
                 */
                try {
                    $dispatcher->dispatch($this->_request, $this->_response);
                } catch (Exception $e) {
                    if ($this->throwExceptions()) {
                        throw $e;
                    }
                    $this->_response->setException($e);
                }

                /**
                 * Notify plugins of dispatch completion
Function: dispatch( line : 104 ) /www/wwwroot/nauvoo.armarlo.com/library/Zend/Application/Bootstrap/Bootstrap.php
array(0) {
}
    {
        $front   = $this->getResource('FrontController');
        $default = $front->getDefaultModule();
        if (null === $front->getControllerDirectory($default)) {
            throw new Zend_Application_Bootstrap_Exception(
                'No default controller directory registered with front controller'
            );
        }

        $front->setParam('bootstrap', $this);
        $response = $front->dispatch();
        if ($front->returnResponse()) {
            return $response;
        }
    }

    /**
     * Set module resource loader
     *
     * @param  Zend_Loader_Autoloader_Resource $loader
Function: run( line : 383 ) /www/wwwroot/nauvoo.armarlo.com/library/Zend/Application.php
array(0) {
}
        return $this;
    }

    /**
     * Run the application
     *
     * @return void
     */
    public function run()
    {
        $this->getBootstrap()->run();
    }

    /**
     * Load configuration file of options
     *
     * @param  string $file
     * @throws Zend_Application_Exception When invalid configuration file is provided
     * @return array
     */
Function: run( line : 25 ) /www/wwwroot/nauvoo.armarlo.com/public/index.php
array(0) {
}

/** Zend_Application */
require_once 'Zend/Application.php';

// Create application, bootstrap, and run
$application = new Zend_Application(
    APPLICATION_ENV,
    APPLICATION_PATH . '/configs/application.ini'
);
$application->bootstrap()
            ->run();
			
require_once 'Zend/Layout.php';
//Zend_Layout::startMvc($rootPath . '/application/views/layouts');	
//Zend_Layout::startMvc(array('layoutPath' => '/application/views/layouts'));
		
Full Trace Dump
string(0) ""
31087