CHttpException

Không thể giải quyết yêu cầu "en/Dich-vu-cung-ung-lao-dong-c1/Female-unemployment-than-men-48".

/home/common/Yii/web/CWebApplication.php(286)

274     public function runController($route)
275     {
276         if(($ca=$this->createController($route))!==null)
277         {
278             list($controller,$actionID)=$ca;
279             $oldController=$this->_controller;
280             $this->_controller=$controller;
281             $controller->init();
282             $controller->run($actionID);
283             $this->_controller=$oldController;
284         }
285         else
286             throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".',
287                 array('{route}'=>$route===''?$this->defaultController:$route)));
288     }
289 
290     /**
291      * Creates a controller instance based on a route.
292      * The route should contain the controller ID and the action ID.
293      * It may also contain additional GET variables. All these must be concatenated together with slashes.
294      *
295      * This method will attempt to create a controller in the following order:
296      * <ol>
297      * <li>If the first segment is found in {@link controllerMap}, the corresponding
298      * controller configuration will be used to create the controller;</li>

Stack Trace

#2
+
 /home/common/protected/components/WebApplicationEndBehavior.php(39): CApplication->run()
#4
+
 /home/thnienxp/domains/thanhnienxp.com/public_html/index.php(30): CComponent->__call("runEnd", array("front"))
25 require_once($extCommon . DIRECTORY_SEPARATOR . 'libs' . DIRECTORY_SEPARATOR . 'global.php');
26 Yii::import('extensions.EZendAutoloader', true);
27 EZendAutoloader::$prefixes = array('Zend', 'Skoch', 'Polycast');
28 EZendAutoloader::$basePath = $extCommon . DIRECTORY_SEPARATOR;
29 Yii::registerAutoloader(array("EZendAutoloader", "loadClass"), true);
30 $app->runEnd('front');
31 ?>
32 
2024-03-28 16:28:11 Apache/2 Yii Framework/1.1.18