8 (800) 555-70-57 Заказать звонок

Legrand Шкаф встр.EkinoxeTX 3x18М бел., 607067

Legrand
Артикул: 607067 Бренд: Legrand
Цена 4 701.66 ₽
Количество
1
Доступность
Под заказ
Добавить к заказу
Бренд: Legrand
Legrand
Доступность
Под заказ

Технические характеристики

Серия Mini S|Ekinoxe
Ссылка на сайт производителя www.legrand.ru

Доставка

Доставка в любой регион РФ осуществляется любой транспортной компанией по вашему выбору, в соответствии с ее тарифами и графиком работы.
Бесплатная доставка по Москве при суммарной стоимости заказа от 50 000 рублей. В иных случаях стоимость доставки по Москве в пределах МКАД — 700 руб. Доставка по Москве осуществляется с 10:00 до 18:00 в рабочие дни, возможна доставка в субботу, что заранее согласовывается с менеджером нашей компании.

PHP warning

PHP warning

file_put_contents(): Only 0 of 4278 bytes written, possibly out of free disk space

/home/topseti_user/web/topseti.ru/public_html/protected/extensions/debug/Yii2Debug.php(198)

186             'time' => time(),
187         );
188         $this->resizeHistory($manifest);
189 
190         $dataFile = "$path/{$this->getTag()}.json";
191         $data = array();
192         foreach ($this->panels as $panel) {
193             $data[$panel->id] = $panel->save();
194             $panel->load($data[$panel->id]);
195         }
196         $data['summary'] = $summary;
197 
198         file_put_contents($dataFile, json_encode($data));
199         file_put_contents($indexFile, json_encode($manifest));
200     }
201 
202     /**
203      * Удаление ранее сохраненных логов когда общее их кол-во больше historySize
204      * @param $manifest
205      */
206     protected function resizeHistory(&$manifest)
207     {
208         if (count($manifest) > $this->historySize + 10) {
209             $path = $this->logPath;
210             $n = count($manifest) - $this->historySize;

Stack Trace

#0
+
 /home/topseti_user/web/topseti.ru/public_html/protected/extensions/debug/Yii2Debug.php(198): file_put_contents("/home/topseti_user/web/topseti.ru/public_html/protected/runtime/...", "{"config":{"phpVersion":"5.6.40-30+ubuntu18.04.1+deb.sury.org+1"...")
193             $data[$panel->id] = $panel->save();
194             $panel->load($data[$panel->id]);
195         }
196         $data['summary'] = $summary;
197 
198         file_put_contents($dataFile, json_encode($data));
199         file_put_contents($indexFile, json_encode($manifest));
200     }
201 
202     /**
203      * Удаление ранее сохраненных логов когда общее их кол-во больше historySize
#1
+
 /home/topseti_user/web/topseti.ru/public_html/protected/extensions/debug/Yii2Debug.php(163): Yii2Debug->processDebug()
158     /**
159      * @param CEvent $event
160      */
161     protected function onEndRequest($event)
162     {
163         $this->processDebug();
164     }
165 
166     /**
167      * Запись отладочной информации
168      */
#2
+
 /home/topseti_user/web/topseti.ru/public_html/protected/yiilite.php(822): Yii2Debug->onEndRequest(CEvent)
817                         // an array: 0 - object, 1 - method name
818                         list($object,$method)=$handler;
819                         if(is_string($object))    // static method call
820                             call_user_func($handler,$event);
821                         elseif(method_exists($object,$method))
822                             $object->$method($event);
823                         else
824                             throw new CException(Yii::t('yii','Event "{class}.{event}" is attached with an invalid handler "{handler}".',
825                                 array('{class}'=>get_class($this), '{event}'=>$name, '{handler}'=>$handler[1])));
826                     }
827                     else // PHP 5.3: anonymous function
2024-05-12 02:16:08 nginx/1.19.2 Yii Framework/1.1.13