CHttpException

Unable to resolve the request "san-pham-yeu-thich/lien-he/102/kem-danh-rang-colgate-total-toothpaste-clean-mint-170g-cua-my".

/home/raovobjd/muahangmy.com/framework/yiilite.php(1750)

1738     public function runController($route)
1739     {
1740         if(($ca=$this->createController($route))!==null)
1741         {
1742             list($controller,$actionID)=$ca;
1743             $oldController=$this->_controller;
1744             $this->_controller=$controller;
1745             $controller->init();
1746             $controller->run($actionID);
1747             $this->_controller=$oldController;
1748         }
1749         else
1750             throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".',
1751                 array('{route}'=>$route===''?$this->defaultController:$route)));
1752     }
1753     public function createController($route,$owner=null)
1754     {
1755         if($owner===null)
1756             $owner=$this;
1757         if(($route=trim($route,'/'))==='')
1758             $route=$owner->defaultController;
1759         $caseSensitive=$this->getUrlManager()->caseSensitive;
1760         $route.='/';
1761         while(($pos=strpos($route,'/'))!==false)
1762         {

Stack Trace

#2
+
 /home/raovobjd/muahangmy.com/protected/components/WebApplicationEndBehavior.php(24): CApplication->run()
19         // and raise it.
20         $this->onModuleCreate = array($this, 'changeModulePaths');
21         $this->onModuleCreate(new CEvent($this->owner));
22 
23         $this->configMailerComponent();
24         $this->owner->run(); // Run application.
25     }
26 
27     // This event should be raised when CWebApplication
28     // or CWebModule instances are being initialized.
29     public function onModuleCreate ($event) {
#4
+
 /home/raovobjd/muahangmy.com/index.php(13): CComponent->__call("runEnd", array("front"))
08 defined('YII_DEBUG') or define('YII_DEBUG', true);
09 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
10 
11 require_once($yii);
12 $app = Yii::createWebApplication($config);
13 $app->runEnd('front');
2024-03-28 16:48:45 LiteSpeed Yii Framework/1.1.14