CHttpException

Невозможно обработать запрос "sozdanie-internet-magazina".

/var/www/ulkan/vhost/ulkan.uz/vendor/yiisoft/yii/framework/web/CUrlManager.php(374)

362         if($this->getUrlFormat()===self::PATH_FORMAT)
363         {
364             $rawPathInfo=$request->getPathInfo();
365             $pathInfo=$this->removeUrlSuffix($rawPathInfo,$this->urlSuffix);
366             foreach($this->_rules as $i=>$rule)
367             {
368                 if(is_array($rule))
369                     $this->_rules[$i]=$rule=Yii::createComponent($rule);
370                 if(($r=$rule->parseUrl($this,$request,$pathInfo,$rawPathInfo))!==false)
371                     return isset($_GET[$this->routeVar]) ? $_GET[$this->routeVar] : $r;
372             }
373             if($this->useStrictParsing)
374                 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".',
375                     array('{route}'=>$pathInfo)));
376             else
377                 return $pathInfo;
378         }
379         elseif(isset($_GET[$this->routeVar]))
380             return $_GET[$this->routeVar];
381         elseif(isset($_POST[$this->routeVar]))
382             return $_POST[$this->routeVar];
383         else
384             return '';
385     }
386 

Stack Trace

#2
+
 /var/www/ulkan/vhost/ulkan.uz/public/index.php(31): CApplication->run()
26 $base = require ROOT_DIR . '/protected/config/main.php';
27 
28 $confManager = new yupe\components\ConfigManager();
29 $confManager->sentEnv(\yupe\components\ConfigManager::ENV_WEB);
30 
31 Yii::createWebApplication($confManager->merge($base))->run();
2024-03-29 18:44:23 Apache Yii Framework/1.1.17