колготи дитячі ANNA (жак)квітка

Артикул: A1021

ANNA (жак)квітка

колготи дитячі ANNA (жак)квітка


Артикул: A1021

Обращаем Ваше внимание на то, что оттенок изделия на Вашем мониторе может отличаться от реального.

PHP notice

PHP notice

unserialize(): Error at offset 8184 of 8192 bytes

/home/grafin02/fioreukraine.com.ua/www/protected/extensions/yii2-debug/Yii2Debug.php(225)

213         if (file_exists("$path/index.json")) {
214             foreach (glob("$path/*.json") as $jsonFile) {
215                 $data = json_decode(file_get_contents($jsonFile), true);
216                 $dataFile = substr($jsonFile, -4) . 'data';
217                 file_put_contents($dataFile, serialize($data));
218                 @unlink($jsonFile);
219             }
220         }
221 
222         $indexFile = "$path/index.data";
223         $manifest = array();
224         if (is_file($indexFile)) {
225             $manifest = unserialize(file_get_contents($indexFile));
226         }
227 
228         $data = array();
229         foreach ($this->panels as $panel) {
230             $data[$panel->getId()] = $panel->save();
231             if (isset($panel->filterData)) {
232                 $data[$panel->getId()] = $panel->evaluateExpression(
233                     $panel->filterData,
234                     array('data' => $data[$panel->getId()])
235                 );
236             }
237             $panel->load($data[$panel->getId()]);

Stack Trace

#0
+
 /home/grafin02/fioreukraine.com.ua/www/protected/extensions/yii2-debug/Yii2Debug.php(225): unserialize("a:55:{s:13:"6a85d9b1295b1";a:7:{s:3:"tag";s:13:"6a85d9b1295b1";s...")
220         }
221 
222         $indexFile = "$path/index.data";
223         $manifest = array();
224         if (is_file($indexFile)) {
225             $manifest = unserialize(file_get_contents($indexFile));
226         }
227 
228         $data = array();
229         foreach ($this->panels as $panel) {
230             $data[$panel->getId()] = $panel->save();
#1
+
 /home/grafin02/fioreukraine.com.ua/www/protected/extensions/yii2-debug/Yii2Debug.php(201): Yii2Debug->processDebug()
196     /**
197      * @param CEvent $event
198      */
199     protected function onEndRequest($event)
200     {
201         $this->processDebug();
202     }
203 
204     /**
205      * Запись отладочной информации
206      */
#5
+
 /home/grafin02/fioreukraine.com.ua/www/index.php(18): CApplication->run()
13 defined('YII_DEBUG') or define('YII_DEBUG',true);
14 // specify how many levels of call stack should be shown in each log message
15 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
16 
17 require_once($cmsBase);
18 CmsBase::createWebApplication($config)->run();
19 
20 
21 
22 
23 
2026-08-19 19:29:48 Apache Yii Framework/1.1.13