CHttpException

Запрашиваемая Вами страница не существует.

/home/r/rodnicum/moynaki-crimea.ru/public_html/protected/helpers/common.php(217)

205     CVarDumper::dump($mVal, 10, true);
206     echo '</pre>';
207 }
208 
209 function logs($mVal) {
210     $file = fopen(ROOT_PATH . '/uploads/logs.txt', 'a+');
211     $sLogs = date("d.m.y H:i : ") . var_export($mVal, true) . "\n";
212     fwrite($file, $sLogs);
213     fclose($file);
214 }
215 
216 function throw404() {
217     throw new CHttpException(404, tc('The requested page does not exist.'));
218 }
219 
220 function showMessage($messageTitle, $messageText, $breadcrumb = '', $isEnd = true) {
221     Yii::app()->controller->render('//site/message', array('breadcrumb' => $breadcrumb,
222         'messageTitle' => $messageTitle,
223         'messageText' => $messageText));
224 
225     if ($isEnd) {
226         Yii::app()->end();
227     }
228 }
229 

Stack Trace

#0
+
 /home/r/rodnicum/moynaki-crimea.ru/public_html/protected/modules/entries/controllers/MainController.php(101): throw404()
096         $this->modelName = 'Entries';
097                 
098         if($url && issetModule('seo') && param('genFirendlyUrl')){
099         $seo = SeoFriendlyUrl::getForView($url, $this->modelName);
100             if(!$seo){
101                 throw404();
102             }
103             $this->setSeo($seo);
104             $id = $seo->model_id;
105         }
106                 
#19
+
 /home/r/rodnicum/moynaki-crimea.ru/public_html/index.php(26): CApplication->run()
21 
22 define('ALREADY_INSTALL_FILE', ROOT_PATH . DIRECTORY_SEPARATOR . 'protected' . DIRECTORY_SEPARATOR
23                                 . 'runtime' . DIRECTORY_SEPARATOR . 'already_install');
24 
25 require_once($yii);
26 Yii::createWebApplication($config)->run();
2024-03-28 16:00:27 Apache/2.4.55 (Unix) Yii Framework/1.1.17