CHttpException

Not found

/var/www/avtokolesnica/data/www/avtokolesnica.by/protected/components/FrontendController.php(256)

244 
245         if (!empty($path['item']) && count($path['breadcrumbs']) == count($pages)) {
246             if (!empty($path['breadcrumbs'])) {
247                 $this->setBreadcrumbs($path['breadcrumbs'], 'site/page');
248             }
249 
250             if (!empty($path['active_ids'])) {
251                 $this->setActiveIds($path['active_ids']);
252             }
253 
254             $this->getPage($path['item']['id']);
255         } else
256             throw new CHttpException(404, 'Not found');
257     }
258 
259     public function actions()
260     {
261         return array(
262             'captcha' => array(
263                 'class' => 'CCaptchaAction',
264                 'foreColor' => 0x119423
265             ),
266             'upload' => array(
267                 'class' => 'application.actions.backend.UploadAction',
268             ),

Stack Trace

#0
+
 /var/www/avtokolesnica/data/www/avtokolesnica.by/protected/controllers/frontend/SiteController.php(40): FrontendController->setPageForUrl("news/nokian-rockproof")
35         ));
36     }
37 
38     public function actionPage($url)
39     {
40         $this->setPageForUrl($url);
41 
42         $this->render('page', array());
43     }
44 
45     public function actionError()
#10
+
 /var/www/avtokolesnica/data/www/avtokolesnica.by/index.php(7): CApplication->run()
2 // include Yii bootstrap file
3 defined('YII_DEBUG') or define('YII_DEBUG',true);
4 require_once(dirname(__FILE__).'/../framework/yii.php');
5 $config=dirname(__FILE__).'/protected/config/frontend.php';
6 // create a Web application instance and run
7 Yii::createWebApplication($config)->run();
8 ?>
2024-03-28 18:33:17 Apache/2.4.6 (CentOS) mpm-itk/2.4.7-04 OpenSSL/1.0.2k-fips PHP/5.4.16 Yii Framework/1.1.17