Showing /var/www/html/app/libs/zend/Zend/Controller/Router/Rewrite.php
where line #408 raised:
No route matched the request
Extracted source (around line #408):
403 }
404 }
405
406 if (!$routeMatched) {
407 require_once 'Zend/Controller/Router/Exception.php';
[408]» throw new Zend_Controller_Router_Exception('No route matched the request', 404);
409 }
410
411 if($this->_useCurrentParamsAsGlobal) {
412 $params = $request->getParams();
413 foreach($params as $param => $value) {
Stack trace:
#0 /var/www/html/app/libs/zend/Zend/Controller/Front.php(911): Zend_Controller_Router_Rewrite->route(Object(Zend_Controller_Request_Http))
#1 /var/www/html/app/libs/core/Core/Context/Web.php(76): Zend_Controller_Front->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#2 /var/www/html/app/libs/core/Core.php(191): Core_Context_Web->run()
#3 /var/www/html/index.php(11): Core::run()
#4 {main}