СВП в наличии, выкуп и реализация катеров с пробегом

PHP warning

PHP warning

Cannot modify header information - headers already sent by (output started at /usr/share/php/framework/web/CController.php:796)

/home/GIR/moshovercraft.ru/themes/custom/views/catalog/site/categoryView.php(2)

01 <?php
02 header('Content-Type: text/html; charset=utf-8');
03 
04  Yii::app()->clientScript->registerCoreScript('jquery');
05 $this->pageTitle = $category->seo_title;
06 ?> 
07 
08 <div class="content">
09             
10     <div class="content_body">
11 
12         <div class="content_main">
13 
14             <div class="paginator">

Stack Trace

#0
+
 /home/GIR/moshovercraft.ru/themes/custom/views/catalog/site/categoryView.php(2): header("Content-Type: text/html; charset=utf-8")
1 <?php
2 header('Content-Type: text/html; charset=utf-8');
3 
4  Yii::app()->clientScript->registerCoreScript('jquery');
5 $this->pageTitle = $category->seo_title;
6 ?> 
7 
#5
+
 /home/GIR/moshovercraft.ru/protected/modules/catalog/controllers/SiteController.php(166): CController->render("categoryView", array("categoryItems" => array(), "category" => CatCategory))
161         $this->render('categoryView', array('categoryItems' => $dataProvider->getData(), 'category' => $category, 'maximalPriceValue' => $maximalPriceValue));
162 
163 
164         $dataProvider = new CActiveDataProvider('CatItemsToCat', array('criteria' => array('select' => 't.itemId', 'condition' => '`t`.`catId` = ' . $catId . '', 'with' =>array( 'item'=>array('condition'=>'published=1')), 'order' => 't.order'),'pagination'=>array( 'pageSize'=>1000)));
165        // $dataProvider=CatItemsToCat::model()->published()->with('item')->findAll();
166         $this->render('categoryView', array('categoryItems' => $dataProvider->getData(), 'category' => $category));
167     }
168 
169 
170     public function actionRCategoryView($catId = 0,$page=0) {
171 
#15
+
 /home/GIR/moshovercraft.ru/index.php(16): CApplication->run()
11 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
12 
13 require_once($yii);
14 
15 $config=dirname(__FILE__).'/protected/config/main.php';
16 Yii::createWebApplication($config)->run();
17 
18 
19 
20 
21 
2025-01-18 09:55:19 nginx/1.26.2 Yii Framework/1.1.30-dev