CHttpException

/home/admin/web/ancard.ru/public_html/protected/controllers/frontend/CatalogController.php(200)

188                     'keywords'=>'',
189                     'description'=>'Лучшая цена на '.$product->title.'. Доставка по Москве, Владивостоку, России. '
190                 );
191 
192 
193                 $this->pageHtmlOptionsClass='singleProduct';
194 
195                 $this->render('product',array('product'=>$product));
196                 Yii::app()->end();
197             }
198             elseif($count_page!=$count_breadcrumbs)
199             {
200                 throw new CHttpException(404);
201             }
202         }
203         else
204         {
205             $this->addActiveId($id,'catalogTree');
206         }
207 
208         $this->getPageModule('tree');
209 
210         if (!empty($path['breadcrumbs']))
211         {
212             $this->setBreadcrumbs($path['breadcrumbs'],'tree');

Stack Trace

#10
+
 /home/admin/web/ancard.ru/public_html/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 14:11:12 Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips mod_fcgid/2.3.9 PHP/7.4.33 Yii Framework/1.1.17