CHttpException

Невозможно обработать запрос "docs/imagxkw.php".

/var/www/user5997374/data/www/framework/web/CUrlManager.php(376)

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

Stack Trace

#2
+
 /var/www/user5997374/data/www/webmaster-kmv.ru/index.php(20): CApplication->run()
15     ini_set('display_errors','On');
16     error_reporting(E_ALL);
17 }
18 
19 require_once($yii);
20 Yii::createWebApplication($config)->run();
2024-03-29 00:02:07 Apache/2.4.6 () mpm-itk/2.4.7-04 OpenSSL/1.0.2k-fips PHP/5.4.16 Yii Framework/1.1.19