CHttpException

Not found

/var/www/alemir/data/www/mostik.by/protected/components/FrontendController.php(252)

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

Stack Trace

#0
+
 /var/www/alemir/data/www/mostik.by/protected/controllers/frontend/SiteController.php(34): FrontendController->setPageForUrl("622/623")
29         ));
30     }
31     
32     public function actionPage($url)
33     {
34         $this->setPageForUrl($url);
35 
36         $this->render('page',array('url'=>$url));
37     }
38 
39     public function actionError()
#10
+
 /var/www/alemir/data/www/mostik.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-29 04:05:10 Apache/2.4.6 (CentOS) mpm-itk/2.4.7-04 OpenSSL/1.0.2k-fips PHP/5.4.16 Yii Framework/1.1.16