Error:Controller not exists : /data/apache/www/api.lianyun.ledu.com/Libraries/CommController/sitemap.xml.php
at () in Standard.php line 102
.. /data/apache/www/api.lianyun.ledu.com/Libraries/APP/Controller/Dispatcher/Standard.php
- protected static function throwMvcException($msg)
- {
- require_once('APP/Controller/Exception.php');
- throw new APP_Controller_Exception($msg, 404);
- }
- }
-
at APP_Controller_Dispatcher_Standard::throwMvcException ('
Controller not exists : /data/apache/www/api.lianyun.ledu.com/Libraries/CommController/sitemap.xml.php') in Standard.php line 90
.. /data/apache/www/api.lianyun.ledu.com/Libraries/APP/Controller/Dispatcher/Standard.php
- }
-
- if (!file_exists($path)) {
- self::throwMvcException('<b>Controller not exists</b> : ' . $path );
- } else {
-
- require_once($path);
at APP_Controller_Dispatcher_Standard::load_controller (
object('APP_Controller_Request_Http'),
object('APP_Controller_Response_Http')) in Standard.php line 22
.. /data/apache/www/api.lianyun.ledu.com/Libraries/APP/Controller/Dispatcher/Standard.php
- */
- public static function dispatch($request,$response)
- {
- $controller = self::load_controller($request, $response);
-
- $action = $controller->getRequest()->getRoutes('action');
-
at APP_Controller_Dispatcher_Standard::dispatch (
object('APP_Controller_Request_Http'),
object('APP_Controller_Response_Http')) in Front.php line 395
.. /data/apache/www/api.lianyun.ledu.com/Libraries/APP/Controller/Front.php
- $this->_plugins->preDispatch($request);
-
- try {
- $this->_dispatcher->dispatch($request, $response);
- } catch (Exception $e){
- $this->_response->setException($e);
- }
at APP_Controller_Front->forwardRequest (
object('APP_Controller_Request_Http'),
object('APP_Controller_Response_Http')) in Front.php line 371
.. /data/apache/www/api.lianyun.ledu.com/Libraries/APP/Controller/Front.php
- try
- {
- $this->_router->route($this->_request);
- $this->forwardRequest($this->_request, $this->_response);
-
- }catch (Exception $e){
- $this->_response->setException($e);
at APP_Controller_Front->dispatch () in index.php line 59
.. /data/apache/www/api.lianyun.ledu.com/Entry/index.php
- require(BASE_PATH.'/Configs/site.config.php');
- $front = APP_Controller_Front::getInstance();
- $tpl = APP_Controller_Action::loadTpl();
- $front->dispatch();
-