Работаем с 2007 года

В работу входит:
1. Установка внутреннего блока
2. Установка наружного блока
3. Пробивка одного отверстия до 55 мм
4. Монтаж кронштейнов наружного блока
5. Прокладка и подключение фреоновой трассы
6. Вальцовка медных труб
7. Вакуумирование трассы
8. Пусконаладка оборудования
9. Уборка строительного мусора

Важное условие акции:
Специальная цена действует только при покупке кондиционера у нас.

Оплачивается отдельно по прайсу:
1. Расходные материалы и комплектующие
2. Высотные работы
3. Дополнительные услуги

+7 (909) 459-86-12  "Категория Климата"

г.Краснодар, п.Знаменский, ул.Свободная 27/1.ПН-СБ 9:00-19:00

Доставим бесплатно по Краснодару, оплата после получения товара - звоните!

наши работы по установке кондиционеров для дома и квартиры

новый уровень комфорта

ДОМАШНИЙ КЛИМАТ  ЖИЗНЬ В УДОВОЛЬСТВИЕ

ЖК "Родные Просторы" посёлок Знаменский

наши работы

Кабинет

Euroclimat EKSA-25HN
Euroclimat EKSA-20HN
Euroclimat EKSA-25HN

спальня

Euroclimat EKSF-20HN/EKOF-20HN
Euroclimat EKSF-25HN/EKOF-25HN
Euroclimat EKSF35HN/EKOF-35HN

кабинет

установка Euroclimat EKSA-25HN
установка Euroclimat EKSA-20HN
установка Euroclimat EKSA-35HN
Failed to start the session because headers have already been sent by "/home/climate23/domains/climate23.ru/public_html/libraries/vendor/joomla/application/src/AbstractWebApplication.php" at line 404. (500 Whoops, looks like something went wrong.)

RuntimeException

HTTP 500 Whoops, looks like something went wrong.

Failed to start the session because headers have already been sent by "/home/climate23/domains/climate23.ru/public_html/libraries/vendor/joomla/application/src/AbstractWebApplication.php" at line 404.

Exception

RuntimeException

  1.         if ($this->isActive()) {
  2.             throw new \RuntimeException('Failed to start the session: already started by PHP.');
  3.         }
  4.         if (ini_get('session.use_cookies') && headers_sent($file$line)) {
  5.             throw new \RuntimeException(
  6.                 sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.'$file$line)
  7.             );
  8.         }
  9.         if (!session_start()) {
  1.                 $this->setId($session_clean);
  2.                 $cookie->set($session_name'', ['expires' => time() - 3600 ]);
  3.             }
  4.         }
  5.         parent::start();
  6.         // Try loading data from the session
  7.         if (!empty($_SESSION['joomla'])) {
  8.             $this->data unserialize(base64_decode($_SESSION['joomla']));
  9.         }
  1.     {
  2.         if ($this->isStarted()) {
  3.             return;
  4.         }
  5.         $this->store->start();
  6.         $this->setState(SessionState::ACTIVE);
  7.         // Initialise the session
  8.         $this->setCounter();
  1.      * @since   1.0
  2.      */
  3.     public function has($name)
  4.     {
  5.         if (!$this->isActive()) {
  6.             $this->start();
  7.         }
  8.         return $this->store->has($name);
  9.     }
  1.                 $name $args[2] . '.' $name;
  2.             }
  3.         }
  4.         if (parent::has($name)) {
  5.             // Parent is used because of b/c, can be changed in Joomla 6
  6.             return parent::get($name$default);
  7.         }
  8.         /*
  1.                 __CLASS__
  2.             ),
  3.             E_USER_DEPRECATED
  4.         );
  5.         $instance self::getApplication()->getSession()->get('user');
  6.         if (\is_null($id)) {
  7.             if (!($instance instanceof User)) {
  8.                 $instance User::getInstance();
  9.             }
  1.         $view $app->input->get('view');
  2.         if (!$app->isClient('site') || $doc->getType() != 'html'
  3.             || strpos($pageTitle'Gridbox Editor') !== false || $view == 'gridbox') {
  4.             return;
  5.         }
  6.         $user Factory::getUser();
  7.         if ($this->performance->page_cache != || !$user->get('guest')) {
  8.             return;
  9.         }
  10.         $data $app->toString();
  11.         $data str_replace('<html ''<html data-cached="true" '$data);
Gridbox->onAfterRespond(object(SiteApplication)) in /home/climate23/domains/climate23.ru/public_html/libraries/src/Plugin/CMSPlugin.php (line 320)
  1.                 }
  2.                 // Convert to indexed array for unpacking.
  3.                 $arguments array_values($arguments);
  4.                 $result $this->{$methodName}(...$arguments);
  5.                 // Ignore null results
  6.                 if ($result === null) {
  7.                     return;
  8.                 }
  1.             foreach ($this->listeners[$event->getName()] as $listener) {
  2.                 if ($event->isStopped()) {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
  1.             $dispatcher $this->getDispatcher();
  2.         } catch (\UnexpectedValueException $exception) {
  3.             return null;
  4.         }
  5.         return $dispatcher->dispatch($eventName$event ?: new ApplicationEvent($eventName$this));
  6.     }
  7.     /**
  8.      * Method to run the application routines.
  9.      *
AbstractApplication->dispatchEvent('onAfterRespond', object(AfterRespondEvent)) in /home/climate23/domains/climate23.ru/public_html/libraries/src/Application/CMSApplication.php (line 347)
  1.         // Send the application response.
  2.         $this->respond();
  3.         // Trigger the onAfterRespond event.
  4.         $this->dispatchEvent(
  5.             'onAfterRespond',
  6.             new AfterRespondEvent('onAfterRespond', ['subject' => $this])
  7.         );
  8.     }
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/home/climate23/domains/climate23.ru/public_html/includes/app.php') in /home/climate23/domains/climate23.ru/public_html/index.php (line 51)
  1.     // ... die
  2.     die();
  3. }
  4. // Run the application - All executable code should be triggered through this file
  5. require_once __DIR__ '/includes/app.php';

Stack Trace

RuntimeException
RuntimeException:
Failed to start the session because headers have already been sent by "/home/climate23/domains/climate23.ru/public_html/libraries/vendor/joomla/application/src/AbstractWebApplication.php" at line 404.

  at /home/climate23/domains/climate23.ru/public_html/libraries/vendor/joomla/session/src/Storage/NativeStorage.php:454
  at Joomla\Session\Storage\NativeStorage->start()
     (/home/climate23/domains/climate23.ru/public_html/libraries/src/Session/Storage/JoomlaStorage.php:313)
  at Joomla\CMS\Session\Storage\JoomlaStorage->start()
     (/home/climate23/domains/climate23.ru/public_html/libraries/vendor/joomla/session/src/Session.php:396)
  at Joomla\Session\Session->start()
     (/home/climate23/domains/climate23.ru/public_html/libraries/vendor/joomla/session/src/Session.php:327)
  at Joomla\Session\Session->has('user')
     (/home/climate23/domains/climate23.ru/public_html/libraries/src/Session/Session.php:194)
  at Joomla\CMS\Session\Session->get('user')
     (/home/climate23/domains/climate23.ru/public_html/libraries/src/Factory.php:372)
  at Joomla\CMS\Factory::getUser()
     (/home/climate23/domains/climate23.ru/public_html/plugins/system/gridbox/src/Extension/Gridbox.php:206)
  at Balbooa\Plugin\System\Gridbox\Extension\Gridbox->onAfterRespond(object(SiteApplication))
     (/home/climate23/domains/climate23.ru/public_html/libraries/src/Plugin/CMSPlugin.php:320)
  at Joomla\CMS\Plugin\CMSPlugin->Joomla\CMS\Plugin\{closure}(object(AfterRespondEvent))
     (/home/climate23/domains/climate23.ru/public_html/libraries/vendor/joomla/event/src/Dispatcher.php:454)
  at Joomla\Event\Dispatcher->dispatch('onAfterRespond', object(AfterRespondEvent))
     (/home/climate23/domains/climate23.ru/public_html/libraries/vendor/joomla/application/src/AbstractApplication.php:99)
  at Joomla\Application\AbstractApplication->dispatchEvent('onAfterRespond', object(AfterRespondEvent))
     (/home/climate23/domains/climate23.ru/public_html/libraries/src/Application/CMSApplication.php:347)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/home/climate23/domains/climate23.ru/public_html/includes/app.php:58)
  at require_once('/home/climate23/domains/climate23.ru/public_html/includes/app.php')
     (/home/climate23/domains/climate23.ru/public_html/index.php:51)