Exception detected!

Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php.6605add6c60e21.73340623): failed to open stream: Disk quota exceeded

500 Internal Server Error - ContextErrorException

Stack Trace

  1. in vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php at line 291  -
    1.         $tmpFileName $fileName '.' uniqid(''true);
    2.         file_put_contents($tmpFileName$proxyCode);
    3.         @chmod($tmpFileName0664);
    4.         rename($tmpFileName$fileName);
    5.     }
  2. at ErrorHandler ->handleError ('2', 'file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php.6605add6c60e21.73340623): failed to open stream: Disk quota exceeded', '/home/users/locja/public_html/locja.pl/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php', '291', array('class' => object(ClassMetadata), 'fileName' => '/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php', 'placeholderMatches' => array('' => 'namespace', '' => 'proxyShortClassName', '' => 'className', '' => 'baseProxyInterface', '' => 'lazyPropertiesDefaults', '' => 'additionalProperties', '' => 'constructorImpl', '' => 'magicGet', '' => 'magicSet', '' => 'magicIsset', '' => 'sleepImpl', '' => 'wakeupImpl', '' => 'cloneImpl', '' => 'methods'), 'placeholders' => array('' => 'Proxies\__CG__\Os\LocjaBundle\Entity', '' => 'GrupaProduktowa', '' => 'Os\LocjaBundle\Entity\GrupaProduktowa', '' => 'Doctrine\ORM\Proxy\Proxy', '' => '', '' => '', '' => ' /** * @param \Closure $initializer * @param \Closure $cloner */ public function __construct($initializer = null, $cloner = null) { $this->__initializer__ = $initializer; $this->__cloner__ = $cloner; }', '' => '', '' => '', '' => '', '' => ' /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'id', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'isAvailable', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'description', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'products', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'matriksy', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'sorting', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'karta_produktu', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name_slug', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'zbior']; } return ['__isInitialized__', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'id', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'isAvailable', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'description', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'products', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'matriksy', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'sorting', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'karta_produktu', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name_slug', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'zbior']; }', '' => ' /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (GrupaProduktowa $proxy) { $proxy->__setInitializer(null); $proxy->__setCloner(null); $existingProperties = get_object_vars($proxy); foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { if ( ! array_key_exists($property, $existingProperties)) { $proxy->$property = $defaultValue; } } }; } }', '' => ' /** * */ public function __clone() { $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); }', '' => ' /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); return parent::getId(); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); return parent::getName(); } /** * {@inheritDoc} */ public function setIsAvailable($isAvailable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsAvailable', [$isAvailable]); return parent::setIsAvailable($isAvailable); } /** * {@inheritDoc} */ public function getIsAvailable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsAvailable', []); return parent::getIsAvailable(); } /** * {@inheritDoc} */ public function setDescription($description) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', [$description]); return parent::setDescription($description); } /** * {@inheritDoc} */ public function getDescription() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', []); return parent::getDescription(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function addProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addProduct', [$products]); return parent::addProduct($products); } /** * {@inheritDoc} */ public function removeProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeProduct', [$products]); return parent::removeProduct($products); } /** * {@inheritDoc} */ public function getProducts() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProducts', []); return parent::getProducts(); } /** * {@inheritDoc} */ public function addMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addMatriksy', [$matriksy]); return parent::addMatriksy($matriksy); } /** * {@inheritDoc} */ public function removeMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeMatriksy', [$matriksy]); return parent::removeMatriksy($matriksy); } /** * {@inheritDoc} */ public function getMatriksy() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMatriksy', []); return parent::getMatriksy(); } /** * {@inheritDoc} */ public function setSorting($sorting) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSorting', [$sorting]); return parent::setSorting($sorting); } /** * {@inheritDoc} */ public function getSorting() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSorting', []); return parent::getSorting(); } /** * {@inheritDoc} */ public function setKartaProduktu(\Os\LocjaBundle\Entity\KartaProduktu $kartaProduktu = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setKartaProduktu', [$kartaProduktu]); return parent::setKartaProduktu($kartaProduktu); } /** * {@inheritDoc} */ public function getKartaProduktu() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getKartaProduktu', []); return parent::getKartaProduktu(); } /** * {@inheritDoc} */ public function setNameSlug($nameSlug) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setNameSlug', [$nameSlug]); return parent::setNameSlug($nameSlug); } /** * {@inheritDoc} */ public function getNameSlug() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNameSlug', []); return parent::getNameSlug(); } /** * {@inheritDoc} */ public function setZbior(\Os\LocjaBundle\Entity\Zbior $zbior = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setZbior', [$zbior]); return parent::setZbior($zbior); } /** * {@inheritDoc} */ public function getZbior() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getZbior', []); return parent::getZbior(); } '), 'name' => 'methods', 'placeholder' => ' /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); return parent::getId(); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); return parent::getName(); } /** * {@inheritDoc} */ public function setIsAvailable($isAvailable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsAvailable', [$isAvailable]); return parent::setIsAvailable($isAvailable); } /** * {@inheritDoc} */ public function getIsAvailable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsAvailable', []); return parent::getIsAvailable(); } /** * {@inheritDoc} */ public function setDescription($description) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', [$description]); return parent::setDescription($description); } /** * {@inheritDoc} */ public function getDescription() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', []); return parent::getDescription(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function addProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addProduct', [$products]); return parent::addProduct($products); } /** * {@inheritDoc} */ public function removeProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeProduct', [$products]); return parent::removeProduct($products); } /** * {@inheritDoc} */ public function getProducts() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProducts', []); return parent::getProducts(); } /** * {@inheritDoc} */ public function addMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addMatriksy', [$matriksy]); return parent::addMatriksy($matriksy); } /** * {@inheritDoc} */ public function removeMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeMatriksy', [$matriksy]); return parent::removeMatriksy($matriksy); } /** * {@inheritDoc} */ public function getMatriksy() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMatriksy', []); return parent::getMatriksy(); } /** * {@inheritDoc} */ public function setSorting($sorting) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSorting', [$sorting]); return parent::setSorting($sorting); } /** * {@inheritDoc} */ public function getSorting() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSorting', []); return parent::getSorting(); } /** * {@inheritDoc} */ public function setKartaProduktu(\Os\LocjaBundle\Entity\KartaProduktu $kartaProduktu = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setKartaProduktu', [$kartaProduktu]); return parent::setKartaProduktu($kartaProduktu); } /** * {@inheritDoc} */ public function getKartaProduktu() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getKartaProduktu', []); return parent::getKartaProduktu(); } /** * {@inheritDoc} */ public function setNameSlug($nameSlug) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setNameSlug', [$nameSlug]); return parent::setNameSlug($nameSlug); } /** * {@inheritDoc} */ public function getNameSlug() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNameSlug', []); return parent::getNameSlug(); } /** * {@inheritDoc} */ public function setZbior(\Os\LocjaBundle\Entity\Zbior $zbior = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setZbior', [$zbior]); return parent::setZbior($zbior); } /** * {@inheritDoc} */ public function getZbior() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getZbior', []); return parent::getZbior(); } ', 'proxyCode' => '<?php namespace Proxies\__CG__\Os\LocjaBundle\Entity; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class GrupaProduktowa extends \Os\LocjaBundle\Entity\GrupaProduktowa implements \Doctrine\ORM\Proxy\Proxy { /** * @var \Closure the callback responsible for loading properties in the proxy object. This callback is called with * three parameters, being respectively the proxy object to be initialized, the method that triggered the * initialization process and an array of ordered parameters that were passed to that method. * * @see \Doctrine\Common\Proxy\Proxy::__setInitializer */ public $__initializer__; /** * @var \Closure the callback responsible of loading properties that need to be copied in the cloned object * * @see \Doctrine\Common\Proxy\Proxy::__setCloner */ public $__cloner__; /** * @var boolean flag indicating if this object was already initialized * * @see \Doctrine\Common\Persistence\Proxy::__isInitialized */ public $__isInitialized__ = false; /** * @var array properties to be lazy loaded, with keys being the property * names and values being their default values * * @see \Doctrine\Common\Proxy\Proxy::__getLazyProperties */ public static $lazyPropertiesDefaults = []; /** * @param \Closure $initializer * @param \Closure $cloner */ public function __construct($initializer = null, $cloner = null) { $this->__initializer__ = $initializer; $this->__cloner__ = $cloner; } /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'id', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'isAvailable', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'description', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'products', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'matriksy', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'sorting', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'karta_produktu', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name_slug', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'zbior']; } return ['__isInitialized__', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'id', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'isAvailable', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'description', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'products', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'matriksy', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'sorting', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'karta_produktu', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name_slug', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'zbior']; } /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (GrupaProduktowa $proxy) { $proxy->__setInitializer(null); $proxy->__setCloner(null); $existingProperties = get_object_vars($proxy); foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { if ( ! array_key_exists($property, $existingProperties)) { $proxy->$property = $defaultValue; } } }; } } /** * */ public function __clone() { $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); } /** * Forces initialization of the proxy */ public function __load() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __isInitialized() { return $this->__isInitialized__; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setInitialized($initialized) { $this->__isInitialized__ = $initialized; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setInitializer(\Closure $initializer = null) { $this->__initializer__ = $initializer; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __getInitializer() { return $this->__initializer__; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setCloner(\Closure $cloner = null) { $this->__cloner__ = $cloner; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific cloning logic */ public function __getCloner() { return $this->__cloner__; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic * @static */ public function __getLazyProperties() { return self::$lazyPropertiesDefaults; } /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); return parent::getId(); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); return parent::getName(); } /** * {@inheritDoc} */ public function setIsAvailable($isAvailable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsAvailable', [$isAvailable]); return parent::setIsAvailable($isAvailable); } /** * {@inheritDoc} */ public function getIsAvailable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsAvailable', []); return parent::getIsAvailable(); } /** * {@inheritDoc} */ public function setDescription($description) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', [$description]); return parent::setDescription($description); } /** * {@inheritDoc} */ public function getDescription() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', []); return parent::getDescription(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function addProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addProduct', [$products]); return parent::addProduct($products); } /** * {@inheritDoc} */ public function removeProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeProduct', [$products]); return parent::removeProduct($products); } /** * {@inheritDoc} */ public function getProducts() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProducts', []); return parent::getProducts(); } /** * {@inheritDoc} */ public function addMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addMatriksy', [$matriksy]); return parent::addMatriksy($matriksy); } /** * {@inheritDoc} */ public function removeMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeMatriksy', [$matriksy]); return parent::removeMatriksy($matriksy); } /** * {@inheritDoc} */ public function getMatriksy() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMatriksy', []); return parent::getMatriksy(); } /** * {@inheritDoc} */ public function setSorting($sorting) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSorting', [$sorting]); return parent::setSorting($sorting); } /** * {@inheritDoc} */ public function getSorting() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSorting', []); return parent::getSorting(); } /** * {@inheritDoc} */ public function setKartaProduktu(\Os\LocjaBundle\Entity\KartaProduktu $kartaProduktu = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setKartaProduktu', [$kartaProduktu]); return parent::setKartaProduktu($kartaProduktu); } /** * {@inheritDoc} */ public function getKartaProduktu() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getKartaProduktu', []); return parent::getKartaProduktu(); } /** * {@inheritDoc} */ public function setNameSlug($nameSlug) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setNameSlug', [$nameSlug]); return parent::setNameSlug($nameSlug); } /** * {@inheritDoc} */ public function getNameSlug() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNameSlug', []); return parent::getNameSlug(); } /** * {@inheritDoc} */ public function setZbior(\Os\LocjaBundle\Entity\Zbior $zbior = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setZbior', [$zbior]); return parent::setZbior($zbior); } /** * {@inheritDoc} */ public function getZbior() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getZbior', []); return parent::getZbior(); } } ', 'parentDirectory' => '/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies', 'tmpFileName' => '/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php.6605add6c60e21.73340623'))
  3. at file_put_contents ('/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php.6605add6c60e21.73340623', '<?php namespace Proxies\__CG__\Os\LocjaBundle\Entity; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class GrupaProduktowa extends \Os\LocjaBundle\Entity\GrupaProduktowa implements \Doctrine\ORM\Proxy\Proxy { /** * @var \Closure the callback responsible for loading properties in the proxy object. This callback is called with * three parameters, being respectively the proxy object to be initialized, the method that triggered the * initialization process and an array of ordered parameters that were passed to that method. * * @see \Doctrine\Common\Proxy\Proxy::__setInitializer */ public $__initializer__; /** * @var \Closure the callback responsible of loading properties that need to be copied in the cloned object * * @see \Doctrine\Common\Proxy\Proxy::__setCloner */ public $__cloner__; /** * @var boolean flag indicating if this object was already initialized * * @see \Doctrine\Common\Persistence\Proxy::__isInitialized */ public $__isInitialized__ = false; /** * @var array properties to be lazy loaded, with keys being the property * names and values being their default values * * @see \Doctrine\Common\Proxy\Proxy::__getLazyProperties */ public static $lazyPropertiesDefaults = []; /** * @param \Closure $initializer * @param \Closure $cloner */ public function __construct($initializer = null, $cloner = null) { $this->__initializer__ = $initializer; $this->__cloner__ = $cloner; } /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'id', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'isAvailable', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'description', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'products', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'matriksy', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'sorting', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'karta_produktu', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name_slug', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'zbior']; } return ['__isInitialized__', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'id', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'isAvailable', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'description', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'products', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'matriksy', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'sorting', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'karta_produktu', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name_slug', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'zbior']; } /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (GrupaProduktowa $proxy) { $proxy->__setInitializer(null); $proxy->__setCloner(null); $existingProperties = get_object_vars($proxy); foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { if ( ! array_key_exists($property, $existingProperties)) { $proxy->$property = $defaultValue; } } }; } } /** * */ public function __clone() { $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); } /** * Forces initialization of the proxy */ public function __load() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __isInitialized() { return $this->__isInitialized__; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setInitialized($initialized) { $this->__isInitialized__ = $initialized; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setInitializer(\Closure $initializer = null) { $this->__initializer__ = $initializer; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __getInitializer() { return $this->__initializer__; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setCloner(\Closure $cloner = null) { $this->__cloner__ = $cloner; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific cloning logic */ public function __getCloner() { return $this->__cloner__; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic * @static */ public function __getLazyProperties() { return self::$lazyPropertiesDefaults; } /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); return parent::getId(); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); return parent::getName(); } /** * {@inheritDoc} */ public function setIsAvailable($isAvailable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsAvailable', [$isAvailable]); return parent::setIsAvailable($isAvailable); } /** * {@inheritDoc} */ public function getIsAvailable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsAvailable', []); return parent::getIsAvailable(); } /** * {@inheritDoc} */ public function setDescription($description) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', [$description]); return parent::setDescription($description); } /** * {@inheritDoc} */ public function getDescription() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', []); return parent::getDescription(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function addProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addProduct', [$products]); return parent::addProduct($products); } /** * {@inheritDoc} */ public function removeProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeProduct', [$products]); return parent::removeProduct($products); } /** * {@inheritDoc} */ public function getProducts() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProducts', []); return parent::getProducts(); } /** * {@inheritDoc} */ public function addMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addMatriksy', [$matriksy]); return parent::addMatriksy($matriksy); } /** * {@inheritDoc} */ public function removeMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeMatriksy', [$matriksy]); return parent::removeMatriksy($matriksy); } /** * {@inheritDoc} */ public function getMatriksy() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMatriksy', []); return parent::getMatriksy(); } /** * {@inheritDoc} */ public function setSorting($sorting) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSorting', [$sorting]); return parent::setSorting($sorting); } /** * {@inheritDoc} */ public function getSorting() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSorting', []); return parent::getSorting(); } /** * {@inheritDoc} */ public function setKartaProduktu(\Os\LocjaBundle\Entity\KartaProduktu $kartaProduktu = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setKartaProduktu', [$kartaProduktu]); return parent::setKartaProduktu($kartaProduktu); } /** * {@inheritDoc} */ public function getKartaProduktu() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getKartaProduktu', []); return parent::getKartaProduktu(); } /** * {@inheritDoc} */ public function setNameSlug($nameSlug) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setNameSlug', [$nameSlug]); return parent::setNameSlug($nameSlug); } /** * {@inheritDoc} */ public function getNameSlug() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNameSlug', []); return parent::getNameSlug(); } /** * {@inheritDoc} */ public function setZbior(\Os\LocjaBundle\Entity\Zbior $zbior = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setZbior', [$zbior]); return parent::setZbior($zbior); } /** * {@inheritDoc} */ public function getZbior() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getZbior', []); return parent::getZbior(); } } ')
    in vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php at line 291  +
  4. at ProxyGenerator ->generateProxyClass (object(ClassMetadata), '/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php')
    in vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php at line 217  +
  5. at AbstractProxyFactory ->getProxyDefinition ('Os\LocjaBundle\Entity\GrupaProduktowa')
    in vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php at line 116  +
  6. at AbstractProxyFactory ->getProxy ('Os\LocjaBundle\Entity\GrupaProduktowa', array('id' => '8'))
    in vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php at line 2682  +
  7. at UnitOfWork ->createEntity ('Os\LocjaBundle\Entity\Product', array('sku' => 'ElMur-322', 'firma' => 'Prefabet Bielsko-Biała', 'name' => 'Beton komórkowy 2/450 - 100x240x490', 'name_slug' => 'beton-komorkowy-2-450-100x240x490', 'kod_typu_wyrobu' => 'PBB-ABK/450', 'nr_serii' => null, 'nr_deklaracji' => '4/2018', 'data_na_deklaracji' => object(DateTime), 'title_seo' => null, 'description_seo' => null, 'grupa_produktowa_id' => '8', 'norma_id' => '8330', 'producent_id' => '230', 'zaklad_id' => '38'), array('deferEagerLoad' => true, 'fetchAlias' => 'p', 'fetchMode' => array('Os\LocjaBundle\Entity\Product' => array('grupa_produktowa' => '2'))))
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php at line 286  +
  8. at ObjectHydrator ->getEntity (array('sku' => 'ElMur-322', 'firma' => 'Prefabet Bielsko-Biała', 'name' => 'Beton komórkowy 2/450 - 100x240x490', 'name_slug' => 'beton-komorkowy-2-450-100x240x490', 'kod_typu_wyrobu' => 'PBB-ABK/450', 'nr_serii' => null, 'nr_deklaracji' => '4/2018', 'data_na_deklaracji' => object(DateTime), 'title_seo' => null, 'description_seo' => null, 'grupa_produktowa_id' => '8', 'norma_id' => '8330', 'producent_id' => '230', 'zaklad_id' => '38'), 'p')
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php at line 534  +
  9. at ObjectHydrator ->hydrateRowData (array('sku0' => 'ElMur-322', 'firma1' => 'Prefabet Bielsko-Biała', 'name2' => 'Beton komórkowy 2/450 - 100x240x490', 'name_slug3' => 'beton-komorkowy-2-450-100x240x490', 'kod_typu_wyrobu4' => 'PBB-ABK/450', 'nr_serii5' => null, 'nr_deklaracji6' => '4/2018', 'data_na_deklaracji7' => '2018-11-19', 'title_seo8' => null, 'description_seo9' => null, 'grupa_produktowa_id10' => '8', 'norma_id11' => '8330', 'producent_id12' => '230', 'przedstawiciel_id13' => null, 'zaklad_id14' => '38'), array('sku0' => array('fieldName' => 'sku', 'type' => object(StringType), 'isIdentifier' => true, 'dqlAlias' => 'p'), 'firma1' => array('fieldName' => 'firma', 'type' => object(StringType), 'isIdentifier' => false, 'dqlAlias' => 'p'), 'name2' => array('fieldName' => 'name', 'type' => object(StringType), 'isIdentifier' => false, 'dqlAlias' => 'p'), 'name_slug3' => array('fieldName' => 'name_slug', 'type' => object(StringType), 'isIdentifier' => false, 'dqlAlias' => 'p'), 'kod_typu_wyrobu4' => array('fieldName' => 'kod_typu_wyrobu', 'type' => object(StringType), 'isIdentifier' => false, 'dqlAlias' => 'p'), 'nr_serii5' => array('fieldName' => 'nr_serii', 'type' => object(StringType), 'isIdentifier' => false, 'dqlAlias' => 'p'), 'nr_deklaracji6' => array('fieldName' => 'nr_deklaracji', 'type' => object(StringType), 'isIdentifier' => false, 'dqlAlias' => 'p'), 'data_na_deklaracji7' => array('fieldName' => 'data_na_deklaracji', 'type' => object(DateType), 'isIdentifier' => false, 'dqlAlias' => 'p'), 'title_seo8' => array('fieldName' => 'title_seo', 'type' => object(StringType), 'isIdentifier' => false, 'dqlAlias' => 'p'), 'description_seo9' => array('fieldName' => 'description_seo', 'type' => object(StringType), 'isIdentifier' => false, 'dqlAlias' => 'p'), 'grupa_produktowa_id10' => array('isMetaColumn' => true, 'fieldName' => 'grupa_produktowa_id', 'dqlAlias' => 'p', 'isIdentifier' => false), 'norma_id11' => array('isMetaColumn' => true, 'fieldName' => 'norma_id', 'dqlAlias' => 'p', 'isIdentifier' => false), 'producent_id12' => array('isMetaColumn' => true, 'fieldName' => 'producent_id', 'dqlAlias' => 'p', 'isIdentifier' => false), 'przedstawiciel_id13' => array('isMetaColumn' => true, 'fieldName' => 'przedstawiciel_id', 'dqlAlias' => 'p', 'isIdentifier' => false), 'zaklad_id14' => array('isMetaColumn' => true, 'fieldName' => 'zaklad_id', 'dqlAlias' => 'p', 'isIdentifier' => false)), array())
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php at line 179  +
  10. at ObjectHydrator ->hydrateAllData ()
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 140  +
  11. at AbstractHydrator ->hydrateAll (object(PDOStatement), object(ResultSetMapping), array())
    in vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php at line 803  +
  12. at AbstractQuery ->execute (null, '1')
    in vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php at line 574  +
  13. at AbstractQuery ->getResult ()
    in src/Os/LocjaBundle/Repository/ProductRepository.php at line 2165  +
  14. at ProductRepository ->getProductsByGroup (array(array('id' => '1'), array('id' => '2'), array('id' => '3'), array('id' => '6'), array('id' => '8')), object(ParameterBag), null, null)
    in src/Os/LocjaBundle/Controller/ZbiorController.php at line 151  +
  15. at ZbiorController ->showAction ('elementy-murowe', '1')
    in app/bootstrap.php.cache at line 3276  +
  16. at HttpKernel ->handleRaw (object(Request), '1')
    in app/bootstrap.php.cache at line 3235  +
  17. at HttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 3389  +
  18. at ContainerAwareHttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 2594  +
  19. at Kernel ->handle (object(Request))
    in web/app.php at line 29  +

Logs  -

1 error
  1. INFO - Matched route "product_by_zbior".
  2. INFO - The Sonata\CoreBundle\Model\PageableManagerInterface class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\DatagridBundle\Pager\PageableInterface instead.
  3. INFO - The Sonata\Doctrine\Model\PageableManagerInterface class is deprecated since 1.3 in favor of Sonata\DatagridBundle\Pager\PageableInterface, and will be removed in 2.0.
  4. INFO - The Sonata\CoreBundle\Model\ManagerInterface class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Model\ManagerInterface instead.
  5. INFO - The Doctrine\Common\Persistence\Mapping\Driver\FileDriver class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\Driver\FileDriver instead.
  6. INFO - The Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator instead.
  7. INFO - The Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\Driver\MappingDriverChain instead.
  8. INFO - The Doctrine\Common\Persistence\ObjectRepository class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\ObjectRepository instead.
  9. INFO - The Sonata\Doctrine\Types\JsonType class is deprecated since 1.2 in favor of Doctrine\DBAL\Types\JsonType, and will be removed in 2.0.
  10. INFO - The Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\AbstractClassMetadataFactory instead.
  11. INFO - The Doctrine\Common\PropertyChangedListener class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\PropertyChangedListener instead.
  12. INFO - The Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Event\LoadClassMetadataEventArgs instead.
  13. INFO - Populated the TokenStorage with an anonymous Token.
  14. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  15. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  16. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  17. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  18. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  19. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  20. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  21. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  22. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  23. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  24. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  25. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  26. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  27. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  28. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  29. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
  30. INFO - The "request" service is deprecated and will be removed in 3.0. Add a typehint for Symfony\Component\HttpFoundation\Request to your controller parameters to retrieve the request instead.
  31. INFO - The "request" service is deprecated and will be removed in 3.0. Add a typehint for Symfony\Component\HttpFoundation\Request to your controller parameters to retrieve the request instead.
  32. INFO - The Symfony\Bundle\FrameworkBundle\Controller\Controller::getRequest method is deprecated since Symfony 2.4 and will be removed in 3.0. The only reliable way to get the "Request" object is to inject it in the action method.
  33. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  34. DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.name_slug AS name_slug3, t0.is_available AS is_available4, t0.description AS description5, t0.sorting AS sorting6, t0.title_seo AS title_seo7, t0.description_seo AS description_seo8 FROM zbior t0 WHERE t0.name_slug = ? LIMIT 1
  35. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  36. DEBUG - SELECT g0_.id AS id0 FROM zbior z1_ LEFT JOIN grupa_produktowa g0_ ON z1_.id = g0_.zbior_id WHERE z1_.name_slug = ? ORDER BY g0_.id ASC
  37. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  38. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  39. DEBUG - SELECT p0_.id AS id0, p0_.name AS name1, p0_.shortname AS shortname2, p0_.miejscowosc AS miejscowosc3, p0_.adres1 AS adres14, p0_.adres2 AS adres25, p0_.kod AS kod6, p0_.poczta AS poczta7, p0_.nip AS nip8, p0_.telefon AS telefon9, p0_.email AS email10, p0_.www AS www11, p0_.opis AS opis12, p0_.internal_comments AS internal_comments13 FROM producent p0_ LEFT JOIN produkt p1_ ON p0_.id = p1_.producent_id LEFT JOIN grupa_produktowa g2_ ON p1_.grupa_produktowa_id = g2_.id WHERE g2_.id IN (?) GROUP BY p0_.id, p0_.name, p0_.shortname, p0_.miejscowosc, p0_.adres1, p0_.adres2, p0_.kod, p0_.poczta, p0_.nip, p0_.telefon, p0_.email, p0_.www, p0_.opis, p0_.internal_comments ORDER BY p0_.name ASC
  40. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  41. DEBUG - SELECT p0_.name AS name0 FROM producent_zaklad p0_ LEFT JOIN producent p1_ ON p0_.producent_id = p1_.id LEFT JOIN produkt p2_ ON p1_.id = p2_.producent_id LEFT JOIN grupa_produktowa g3_ ON p2_.grupa_produktowa_id = g3_.id WHERE g3_.id IN (?) GROUP BY p0_.name ORDER BY p0_.name ASC
  42. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  43. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = 1 AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC
  44. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC
  45. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  46. DEBUG - SELECT DISTINCT c0_.v_i AS v_i0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY v_i0 ASC
  47. DEBUG - SELECT DISTINCT c0_.v_f AS v_f0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY v_f0 ASC
  48. DEBUG - SELECT DISTINCT c0_.v_i AS v_i0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY v_i0 ASC
  49. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  50. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC
  51. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  52. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  53. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  54. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  55. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  56. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  57. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  58. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  59. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  60. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  61. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  62. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  63. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  64. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  65. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  66. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  67. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  68. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC
  69. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  70. DEBUG - SELECT p0_.sku AS sku0, p0_.firma AS firma1, p0_.name AS name2, p0_.name_slug AS name_slug3, p0_.kod_typu_wyrobu AS kod_typu_wyrobu4, p0_.nr_serii AS nr_serii5, p0_.nr_deklaracji AS nr_deklaracji6, p0_.data_na_deklaracji AS data_na_deklaracji7, p0_.title_seo AS title_seo8, p0_.description_seo AS description_seo9, p0_.grupa_produktowa_id AS grupa_produktowa_id10, p0_.norma_id AS norma_id11, p0_.producent_id AS producent_id12, p0_.przedstawiciel_id AS przedstawiciel_id13, p0_.zaklad_id AS zaklad_id14 FROM produkt p0_ WHERE p0_.grupa_produktowa_id IN (?) AND (p0_.sku IN (SELECT c1_.product_sku AS sclr15 FROM cecha c1_ WHERE c1_.parametr_locja_id = 302 AND c1_.v_f = ?)) ORDER BY p0_.name ASC
  71. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  72. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  73. CRITICAL - Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php.6605add6c60e21.73340623): failed to open stream: Disk quota exceeded" at /home/users/locja/public_html/locja.pl/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php line 291
  74. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  75. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  76. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  77. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  78. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  79. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  80. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  81. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  82. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  83. INFO - Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
  84. INFO - The Sonata\CoreBundle\Twig\Extension\FlashMessageExtension class is deprecated since version 3.13.0 and will be removed in 4.0. Use Sonata\Twig\Extension\FlashMessageExtension instead.
  85. INFO - The Sonata\CoreBundle\FlashMessage\FlashManager class is deprecated since version 3.13.0 and will be removed in 4.0. Use Sonata\Twig\FlashMessage\FlashManager instead.
  86. INFO - Argument "flashManager" in FlashMessageExtension is deprecated since SonataCoreBundle 3.11.0 and will be removed in 4.0. Use the FlashMessageRuntime instead.
  87. INFO - Method "StatusExtension::addStatusService()" is deprecated since SonataCoreBundle 3.13.0 and will be removed in 4.0. Use the StatusRuntime instead.
  88. INFO - The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.
  89. INFO - The Sonata\CoreBundle\Model\Adapter\AdapterChain class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterChain instead.
  90. INFO - The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.
  91. INFO - The Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.
  92. INFO - The Sonata\CoreBundle\Model\BaseEntityManager class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Entity\BaseEntityManager instead.
  93. INFO - Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead.
  94. INFO - Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead.
  95. INFO - Using the "Twig_Sandbox_SecurityPolicyInterface" class is deprecated since Twig version 2.7, use "Twig\Sandbox\SecurityPolicyInterface" instead.
  96. INFO - Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.
  97. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  98. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  99. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  100. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  101. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  102. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  103. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".

Stack Trace (Plain Text)  +

Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/profiler/d2/4f/064fd2): failed to open stream: Disk quota exceeded (500 Internal Server Error)
Exception detected!

Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/profiler/d2/4f/064fd2): failed to open stream: Disk quota exceeded

500 Internal Server Error - ContextErrorException

Stack Trace

  1. in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php at line 167  -
    1.             'time' => $profile->getTime(),
    2.         );
    3.         if (false === file_put_contents($fileserialize($data))) {
    4.             return false;
    5.         }
  2. at ErrorHandler ->handleError ('2', 'file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/profiler/d2/4f/064fd2): failed to open stream: Disk quota exceeded', '/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php', '167', array('profile' => object(Profile), 'file' => '/home/users/locja/public_html/locja.pl/app/cache/prod/profiler/d2/4f/064fd2', 'profileIndexed' => false, 'dir' => '/home/users/locja/public_html/locja.pl/app/cache/prod/profiler/d2/4f', 'profileToken' => '064fd2', 'parentToken' => '429c09', 'childrenToken' => array(), 'data' => array('token' => '064fd2', 'parent' => '429c09', 'children' => array(), 'data' => array('request' => object(RequestDataCollector), 'time' => object(TimeDataCollector), 'memory' => object(MemoryDataCollector), 'ajax' => object(AjaxDataCollector), 'form' => object(FormDataCollector), 'exception' => object(ExceptionDataCollector), 'logger' => object(LoggerDataCollector), 'events' => object(EventDataCollector), 'router' => object(RouterDataCollector), 'translation' => object(TranslationDataCollector), 'security' => object(SecurityDataCollector), 'twig' => object(TwigDataCollector), 'db' => object(DoctrineDataCollector), 'swiftmailer' => object(MessageDataCollector), 'block' => object(BlockDataCollector), 'config' => object(ConfigDataCollector)), 'ip' => '34.204.52.16', 'method' => 'GET', 'url' => 'https://www.locja.pl/produkt/zbior/elementy-murowe?param_list302=2', 'time' => '1711648214')))
  3. at file_put_contents ('/home/users/locja/public_html/locja.pl/app/cache/prod/profiler/d2/4f/064fd2', 'a:8:{s:5:"token";s:6:"064fd2";s:6:"parent";s:6:"429c09";s:8:"children";a:0:{}s:4:"data";a:16:{s:7:"request";C:63:"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector":7614:{a:18:{s:6:"format";s:4:"html";s:7:"content";s:0:"";s:12:"content_type";s:9:"text/html";s:11:"status_text";s:2:"OK";s:11:"status_code";i:200;s:13:"request_query";a:1:{s:13:"param_list302";s:1:"2";}s:15:"request_request";a:1:{s:13:"param_list302";s:1:"2";}s:15:"request_headers";a:8:{s:10:"x-from-ssl";s:3:"yes";s:17:"x-forwarded-proto";s:5:"https";s:4:"host";s:12:"www.locja.pl";s:9:"x-real-ip";s:12:"34.204.52.16";s:15:"x-forwarded-for";s:12:"34.204.52.16";s:6:"accept";s:3:"*/*";s:10:"user-agent";s:9:"claudebot";s:14:"x-php-ob-level";i:1;}s:14:"request_server";a:110:{s:23:"REDIRECT_REDIRECT_HTTPS";s:2:"on";s:36:"REDIRECT_REDIRECT_SSL_SERVER_S_DN_CN";s:10:"*.e-kei.pl";s:35:"REDIRECT_REDIRECT_SSL_SERVER_I_DN_C";s:2:"PL";s:35:"REDIRECT_REDIRECT_SSL_SERVER_I_DN_O";s:25:"Unizeto Technologies S.A.";s:36:"REDIRECT_REDIRECT_SSL_SERVER_I_DN_OU";s:30:"Certum Certification Authority";s:36:"REDIRECT_REDIRECT_SSL_SERVER_I_DN_CN";s:32:"Certum Domain Validation CA SHA2";s:39:"REDIRECT_REDIRECT_SSL_VERSION_INTERFACE";s:14:"mod_ssl/2.2.31";s:37:"REDIRECT_REDIRECT_SSL_VERSION_LIBRARY";s:14:"OpenSSL/1.0.2d";s:30:"REDIRECT_REDIRECT_SSL_PROTOCOL";s:7:"TLSv1.2";s:34:"REDIRECT_REDIRECT_SSL_SECURE_RENEG";s:4:"true";s:37:"REDIRECT_REDIRECT_SSL_COMPRESS_METHOD";s:4:"NULL";s:28:"REDIRECT_REDIRECT_SSL_CIPHER";s:27:"ECDHE-RSA-AES128-GCM-SHA256";s:35:"REDIRECT_REDIRECT_SSL_CIPHER_EXPORT";s:5:"false";s:39:"REDIRECT_REDIRECT_SSL_CIPHER_USEKEYSIZE";s:3:"128";s:39:"REDIRECT_REDIRECT_SSL_CIPHER_ALGKEYSIZE";s:3:"128";s:35:"REDIRECT_REDIRECT_SSL_CLIENT_VERIFY";s:4:"NONE";s:38:"REDIRECT_REDIRECT_SSL_SERVER_M_VERSION";s:1:"3";s:37:"REDIRECT_REDIRECT_SSL_SERVER_M_SERIAL";s:32:"3C67CC6F6EC81FD12D742013CBB7BBCF";s:36:"REDIRECT_REDIRECT_SSL_SERVER_V_START";s:24:"Jan 29 10:31:34 2024 GMT";s:34:"REDIRECT_REDIRECT_SSL_SERVER_V_END";s:24:"Jan 28 10:31:33 2025 GMT";s:33:"REDIRECT_REDIRECT_SSL_SERVER_S_DN";s:14:"/CN=*.e-kei.pl";s:33:"REDIRECT_REDIRECT_SSL_SERVER_I_DN";s:103:"/C=PL/O=Unizeto Technologies S.A./OU=Certum Certification Authority/CN=Certum Domain Validation CA SHA2";s:34:"REDIRECT_REDIRECT_SSL_SERVER_A_KEY";s:13:"rsaEncryption";s:34:"REDIRECT_REDIRECT_SSL_SERVER_A_SIG";s:23:"sha256WithRSAEncryption";s:32:"REDIRECT_REDIRECT_SSL_SESSION_ID";s:64:"AE261E84CD41A6E389D33220E88399FE52BFAE781DA51E2FED56AFE97D959AB3";s:24:"REDIRECT_REDIRECT_STATUS";s:3:"200";s:13:"REDIRECT_BASE";s:4:"/web";s:14:"REDIRECT_HTTPS";s:2:"on";s:27:"REDIRECT_SSL_SERVER_S_DN_CN";s:10:"*.e-kei.pl";s:26:"REDIRECT_SSL_SERVER_I_DN_C";s:2:"PL";s:26:"REDIRECT_SSL_SERVER_I_DN_O";s:25:"Unizeto Technologies S.A.";s:27:"REDIRECT_SSL_SERVER_I_DN_OU";s:30:"Certum Certification Authority";s:27:"REDIRECT_SSL_SERVER_I_DN_CN";s:32:"Certum Domain Validation CA SHA2";s:30:"REDIRECT_SSL_VERSION_INTERFACE";s:14:"mod_ssl/2.2.31";s:28:"REDIRECT_SSL_VERSION_LIBRARY";s:14:"OpenSSL/1.0.2d";s:21:"REDIRECT_SSL_PROTOCOL";s:7:"TLSv1.2";s:25:"REDIRECT_SSL_SECURE_RENEG";s:4:"true";s:28:"REDIRECT_SSL_COMPRESS_METHOD";s:4:"NULL";s:19:"REDIRECT_SSL_CIPHER";s:27:"ECDHE-RSA-AES128-GCM-SHA256";s:26:"REDIRECT_SSL_CIPHER_EXPORT";s:5:"false";s:30:"REDIRECT_SSL_CIPHER_USEKEYSIZE";s:3:"128";s:30:"REDIRECT_SSL_CIPHER_ALGKEYSIZE";s:3:"128";s:26:"REDIRECT_SSL_CLIENT_VERIFY";s:4:"NONE";s:29:"REDIRECT_SSL_SERVER_M_VERSION";s:1:"3";s:28:"REDIRECT_SSL_SERVER_M_SERIAL";s:32:"3C67CC6F6EC81FD12D742013CBB7BBCF";s:27:"REDIRECT_SSL_SERVER_V_START";s:24:"Jan 29 10:31:34 2024 GMT";s:25:"REDIRECT_SSL_SERVER_V_END";s:24:"Jan 28 10:31:33 2025 GMT";s:24:"REDIRECT_SSL_SERVER_S_DN";s:14:"/CN=*.e-kei.pl";s:24:"REDIRECT_SSL_SERVER_I_DN";s:103:"/C=PL/O=Unizeto Technologies S.A./OU=Certum Certification Authority/CN=Certum Domain Validation CA SHA2";s:25:"REDIRECT_SSL_SERVER_A_KEY";s:13:"rsaEncryption";s:25:"REDIRECT_SSL_SERVER_A_SIG";s:23:"sha256WithRSAEncryption";s:23:"REDIRECT_SSL_SESSION_ID";s:64:"AE261E84CD41A6E389D33220E88399FE52BFAE781DA51E2FED56AFE97D959AB3";s:15:"REDIRECT_STATUS";s:3:"200";s:4:"BASE";s:4:"/web";s:5:"HTTPS";s:2:"on";s:18:"SSL_SERVER_S_DN_CN";s:10:"*.e-kei.pl";s:17:"SSL_SERVER_I_DN_C";s:2:"PL";s:17:"SSL_SERVER_I_DN_O";s:25:"Unizeto Technologies S.A.";s:18:"SSL_SERVER_I_DN_OU";s:30:"Certum Certification Authority";s:18:"SSL_SERVER_I_DN_CN";s:32:"Certum Domain Validation CA SHA2";s:21:"SSL_VERSION_INTERFACE";s:14:"mod_ssl/2.2.31";s:19:"SSL_VERSION_LIBRARY";s:14:"OpenSSL/1.0.2d";s:12:"SSL_PROTOCOL";s:7:"TLSv1.2";s:16:"SSL_SECURE_RENEG";s:4:"true";s:19:"SSL_COMPRESS_METHOD";s:4:"NULL";s:10:"SSL_CIPHER";s:27:"ECDHE-RSA-AES128-GCM-SHA256";s:17:"SSL_CIPHER_EXPORT";s:5:"false";s:21:"SSL_CIPHER_USEKEYSIZE";s:3:"128";s:21:"SSL_CIPHER_ALGKEYSIZE";s:3:"128";s:17:"SSL_CLIENT_VERIFY";s:4:"NONE";s:20:"SSL_SERVER_M_VERSION";s:1:"3";s:19:"SSL_SERVER_M_SERIAL";s:32:"3C67CC6F6EC81FD12D742013CBB7BBCF";s:18:"SSL_SERVER_V_START";s:24:"Jan 29 10:31:34 2024 GMT";s:16:"SSL_SERVER_V_END";s:24:"Jan 28 10:31:33 2025 GMT";s:15:"SSL_SERVER_S_DN";s:14:"/CN=*.e-kei.pl";s:15:"SSL_SERVER_I_DN";s:103:"/C=PL/O=Unizeto Technologies S.A./OU=Certum Certification Authority/CN=Certum Domain Validation CA SHA2";s:16:"SSL_SERVER_A_KEY";s:13:"rsaEncryption";s:16:"SSL_SERVER_A_SIG";s:23:"sha256WithRSAEncryption";s:14:"SSL_SESSION_ID";s:64:"AE261E84CD41A6E389D33220E88399FE52BFAE781DA51E2FED56AFE97D959AB3";s:15:"HTTP_X_FROM_SSL";s:3:"yes";s:22:"HTTP_X_FORWARDED_PROTO";s:5:"https";s:9:"HTTP_HOST";s:12:"www.locja.pl";s:14:"HTTP_X_REAL_IP";s:12:"34.204.52.16";s:20:"HTTP_X_FORWARDED_FOR";s:12:"34.204.52.16";s:11:"HTTP_ACCEPT";s:3:"*/*";s:15:"HTTP_USER_AGENT";s:9:"claudebot";s:4:"PATH";s:28:"/usr/local/bin:/usr/bin:/bin";s:16:"SERVER_SIGNATURE";s:0:"";s:15:"SERVER_SOFTWARE";s:6:"Apache";s:11:"SERVER_NAME";s:8:"locja.pl";s:11:"SERVER_ADDR";s:12:"94.152.13.40";s:11:"SERVER_PORT";s:3:"443";s:11:"REMOTE_ADDR";s:12:"34.204.52.16";s:13:"DOCUMENT_ROOT";s:38:"/home/users/locja/public_html/locja.pl";s:12:"SERVER_ADMIN";s:18:"webmaster@locja.pl";s:15:"SCRIPT_FILENAME";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:11:"REMOTE_PORT";s:5:"34480";s:21:"REDIRECT_QUERY_STRING";s:15:"param_list302=2";s:12:"REDIRECT_URL";s:34:"/web/produkt/zbior/elementy-murowe";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:14:"REQUEST_METHOD";s:3:"GET";s:12:"QUERY_STRING";s:15:"param_list302=2";s:11:"REQUEST_URI";s:46:"/produkt/zbior/elementy-murowe?param_list302=2";s:11:"SCRIPT_NAME";s:12:"/web/app.php";s:8:"PHP_SELF";s:12:"/web/app.php";s:18:"REQUEST_TIME_FLOAT";d:1711648214.7409999370574951171875;s:12:"REQUEST_TIME";i:1711648214;s:4:"argv";a:1:{i:0;s:15:"param_list302=2";}s:4:"argc";i:1;}s:15:"request_cookies";a:0:{}s:18:"request_attributes";a:4:{s:11:"_controller";s:36:"twig.controller.exception:showAction";s:9:"exception";s:58:"Object(Symfony\Component\Debug\Exception\FlattenException)";s:6:"logger";s:37:"Object(Symfony\Bridge\Monolog\Logger)";s:6:"format";s:4:"html";}s:16:"response_headers";a:4:{s:12:"content-type";s:9:"text/html";s:13:"cache-control";s:8:"no-cache";s:4:"date";s:29:"Thu, 28 Mar 2024 17:50:14 GMT";s:13:"x-debug-token";s:6:"064fd2";}s:16:"session_metadata";a:3:{s:7:"Created";s:29:"Thu, 28 Mar 24 18:50:14 +0100";s:9:"Last used";s:29:"Thu, 28 Mar 24 18:50:14 +0100";s:8:"Lifetime";s:1:"0";}s:18:"session_attributes";a:0:{}s:7:"flashes";a:0:{}s:9:"path_info";s:30:"/produkt/zbior/elementy-murowe";s:10:"controller";a:4:{s:5:"class";s:56:"Symfony\Bundle\TwigBundle\Controller\ExceptionController";s:6:"method";s:10:"showAction";s:4:"file";s:126:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php";s:4:"line";i:55;}s:6:"locale";s:5:"pl_PL";}}s:4:"time";C:60:"Symfony\Component\HttpKernel\DataCollector\TimeDataCollector":34109:{a:2:{s:10:"start_time";d:1711648214745.142822265625;s:6:"events";a:38:{s:11:"__section__";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:0;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:81;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:7:"default";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:14:"kernel.request";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:0;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:0;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:6291456;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:7:"section";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:64:"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:0;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:0;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:6291456;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:59:"Symfony\Component\HttpKernel\EventListener\ProfilerListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:2:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:0;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:0;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:6291456;}i:1;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:81;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:66:"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:0;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:0;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:6291456;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:60:"Symfony\Bundle\FrameworkBundle\EventListener\SessionListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:0;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:0;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:6291456;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:59:"Symfony\Component\HttpKernel\EventListener\FragmentListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:0;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:0;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:6291456;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:57:"Symfony\Component\HttpKernel\EventListener\RouterListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:0;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:0;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:6291456;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:57:"Symfony\Component\HttpKernel\EventListener\LocaleListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:0;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:0;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:6291456;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:61:"Symfony\Component\HttpKernel\EventListener\TranslatorListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:0;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:0;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:6291456;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:40:"Symfony\Component\Security\Http\Firewall";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:0;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:0;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:6291456;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:23:"controller.get_callable";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:0;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:7:"default";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:17:"kernel.controller";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:7:"section";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:64:"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:63:"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:67:"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:71:"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:66:"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:2:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:1;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:65:"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:65:"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:10:"controller";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:7:"section";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:24:"controller.get_arguments";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:7:"default";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:40:"@Twig/Exception/exception_full.html.twig";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:18;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:8:"template";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:22:"@Twig/layout.html.twig";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:18;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:8:"template";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:35:"@Twig/Exception/exception.html.twig";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:18;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:8:"template";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:32:"@Twig/Exception/traces.html.twig";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:18;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:71;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:8:"template";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:31:"@Twig/Exception/trace.html.twig";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:19:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:19;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:20;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:1;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:20;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:21;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:2;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:21;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:22;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:3;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:22;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:23;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:4;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:23;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:23;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:5;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:23;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:29;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:6;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:29;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:30;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:7;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:30;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:32;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:8;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:32;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:33;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:9;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:33;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:34;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:10;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:34;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:35;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:11;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:35;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:36;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:12;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:36;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:43;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:13;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:43;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:44;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:14;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:44;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:50;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:15;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:51;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:57;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:16;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:57;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:64;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:17;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:64;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:71;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:18;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:71;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:71;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:8:"template";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:30:"@Twig/Exception/logs.html.twig";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:71;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:72;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:8:"template";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:37:"@Twig/Exception/traces_text.html.twig";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:72;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:8:"template";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:31:"@Twig/Exception/traces.txt.twig";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:72;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:8:"template";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:30:"@Twig/Exception/trace.txt.twig";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:19:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:72;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:72;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:1;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:72;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:72;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:2;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:72;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:3;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:4;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:5;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:6;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:7;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:8;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:9;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:10;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:11;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:12;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:13;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:14;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:15;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:16;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:17;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:18;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:8:"template";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:15:"kernel.response";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:81;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:7:"section";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:56:"Symfony\Component\Security\Http\Firewall\ContextListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:41:"Sonata\BlockBundle\Cache\HttpCacheHandler";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:59:"Symfony\Component\HttpKernel\EventListener\ResponseListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:59:"Symfony\Component\Security\Http\RememberMe\ResponseListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:73;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:73;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:62:"Symfony\Component\HttpKernel\EventListener\SaveSessionListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:81;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:81;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:67:"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:81;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:81;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648214814;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}}}}s:6:"memory";C:62:"Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector":62:{a:2:{s:6:"memory";i:14680064;s:12:"memory_limit";i:268435456;}}s:4:"ajax";C:60:"Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector":6:{a:0:{}}s:4:"form";C:64:"Symfony\Component\Form\Extension\DataCollector\FormDataCollector":71:{a:3:{s:5:"forms";a:0:{}s:13:"forms_by_hash";a:0:{}s:9:"nb_errors";i:0;}}s:9:"exception";C:65:"Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector":57467:{a:1:{s:9:"exception";O:50:"Symfony\Component\Debug\Exception\FlattenException":10:{s:59:"Symfony\Component\Debug\Exception\FlattenExceptionmessage";s:215:"Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php.6605add6c60e21.73340623): failed to open stream: Disk quota exceeded";s:56:"Symfony\Component\Debug\Exception\FlattenExceptioncode";i:0;s:60:"Symfony\Component\Debug\Exception\FlattenExceptionprevious";N;s:57:"Symfony\Component\Debug\Exception\FlattenExceptiontrace";a:19:{i:0;a:8:{s:9:"namespace";s:0:"";s:11:"short_class";s:0:"";s:5:"class";s:0:"";s:4:"type";s:0:"";s:8:"function";s:0:"";s:4:"file";s:106:"/home/users/locja/public_html/locja.pl/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php";s:4:"line";i:291;s:4:"args";a:0:{}}i:1;a:8:{s:9:"namespace";s:23:"Symfony\Component\Debug";s:11:"short_class";s:12:"ErrorHandler";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";s:8:"function";s:11:"handleError";s:4:"file";N;s:4:"line";N;s:4:"args";a:5:{i:0;a:2:{i:0;s:6:"string";i:1;s:1:"2";}i:1;a:2:{i:0;s:6:"string";i:1;s:206:"file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php.6605add6c60e21.73340623): failed to open stream: Disk quota exceeded";}i:2;a:2:{i:0;s:6:"string";i:1;s:106:"/home/users/locja/public_html/locja.pl/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php";}i:3;a:2:{i:0;s:6:"string";i:1;s:3:"291";}i:4;a:2:{i:0;s:5:"array";i:1;a:9:{s:5:"class";a:2:{i:0;s:6:"object";i:1;s:34:"Doctrine\ORM\Mapping\ClassMetadata";}s:8:"fileName";a:2:{i:0;s:6:"string";i:1;s:119:"/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php";}s:18:"placeholderMatches";a:2:{i:0;s:5:"array";i:1;a:14:{s:11:"<namespace>";a:2:{i:0;s:6:"string";i:1;s:9:"namespace";}s:21:"<proxyShortClassName>";a:2:{i:0;s:6:"string";i:1;s:19:"proxyShortClassName";}s:11:"<className>";a:2:{i:0;s:6:"string";i:1;s:9:"className";}s:20:"<baseProxyInterface>";a:2:{i:0;s:6:"string";i:1;s:18:"baseProxyInterface";}s:24:"<lazyPropertiesDefaults>";a:2:{i:0;s:6:"string";i:1;s:22:"lazyPropertiesDefaults";}s:22:"<additionalProperties>";a:2:{i:0;s:6:"string";i:1;s:20:"additionalProperties";}s:17:"<constructorImpl>";a:2:{i:0;s:6:"string";i:1;s:15:"constructorImpl";}s:10:"<magicGet>";a:2:{i:0;s:6:"string";i:1;s:8:"magicGet";}s:10:"<magicSet>";a:2:{i:0;s:6:"string";i:1;s:8:"magicSet";}s:12:"<magicIsset>";a:2:{i:0;s:6:"string";i:1;s:10:"magicIsset";}s:11:"<sleepImpl>";a:2:{i:0;s:6:"string";i:1;s:9:"sleepImpl";}s:12:"<wakeupImpl>";a:2:{i:0;s:6:"string";i:1;s:10:"wakeupImpl";}s:11:"<cloneImpl>";a:2:{i:0;s:6:"string";i:1;s:9:"cloneImpl";}s:9:"<methods>";a:2:{i:0;s:6:"string";i:1;s:7:"methods";}}}s:12:"placeholders";a:2:{i:0;s:5:"array";i:1;a:14:{s:11:"<namespace>";a:2:{i:0;s:6:"string";i:1;s:36:"Proxies\__CG__\Os\LocjaBundle\Entity";}s:21:"<proxyShortClassName>";a:2:{i:0;s:6:"string";i:1;s:15:"GrupaProduktowa";}s:11:"<className>";a:2:{i:0;s:6:"string";i:1;s:37:"Os\LocjaBundle\Entity\GrupaProduktowa";}s:20:"<baseProxyInterface>";a:2:{i:0;s:6:"string";i:1;s:24:"Doctrine\ORM\Proxy\Proxy";}s:24:"<lazyPropertiesDefaults>";a:2:{i:0;s:6:"string";i:1;s:0:"";}s:22:"<additionalProperties>";a:2:{i:0;s:6:"string";i:1;s:0:"";}s:17:"<constructorImpl>";a:2:{i:0;s:6:"string";i:1;s:262:" /** * @param \Closure $initializer * @param \Closure $cloner */ public function __construct($initializer = null, $cloner = null) { $this->__initializer__ = $initializer; $this->__cloner__ = $cloner; }";}s:10:"<magicGet>";a:2:{i:0;s:6:"string";i:1;s:0:"";}s:10:"<magicSet>";a:2:{i:0;s:6:"string";i:1;s:0:"";}s:12:"<magicIsset>";a:2:{i:0;s:6:"string";i:1;s:0:"";}s:11:"<sleepImpl>";a:2:{i:0;s:6:"string";i:1;s:1746:" /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'id', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'isAvailable', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'description', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'products', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'matriksy', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'sorting', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'karta_produktu', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name_slug', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'zbior']; } return ['__isInitialized__', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'id', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'isAvailable', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'description', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'products', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'matriksy', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'sorting', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'karta_produktu', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name_slug', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'zbior']; }";}s:12:"<wakeupImpl>";a:2:{i:0;s:6:"string";i:1;s:648:" /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (GrupaProduktowa $proxy) { $proxy->__setInitializer(null); $proxy->__setCloner(null); $existingProperties = get_object_vars($proxy); foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { if ( ! array_key_exists($property, $existingProperties)) { $proxy->$property = $defaultValue; } } }; } }";}s:11:"<cloneImpl>";a:2:{i:0;s:6:"string";i:1;s:151:" /** * */ public function __clone() { $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); }";}s:9:"<methods>";a:2:{i:0;s:6:"string";i:1;s:5417:" /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); return parent::getId(); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); return parent::getName(); } /** * {@inheritDoc} */ public function setIsAvailable($isAvailable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsAvailable', [$isAvailable]); return parent::setIsAvailable($isAvailable); } /** * {@inheritDoc} */ public function getIsAvailable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsAvailable', []); return parent::getIsAvailable(); } /** * {@inheritDoc} */ public function setDescription($description) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', [$description]); return parent::setDescription($description); } /** * {@inheritDoc} */ public function getDescription() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', []); return parent::getDescription(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function addProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addProduct', [$products]); return parent::addProduct($products); } /** * {@inheritDoc} */ public function removeProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeProduct', [$products]); return parent::removeProduct($products); } /** * {@inheritDoc} */ public function getProducts() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProducts', []); return parent::getProducts(); } /** * {@inheritDoc} */ public function addMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addMatriksy', [$matriksy]); return parent::addMatriksy($matriksy); } /** * {@inheritDoc} */ public function removeMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeMatriksy', [$matriksy]); return parent::removeMatriksy($matriksy); } /** * {@inheritDoc} */ public function getMatriksy() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMatriksy', []); return parent::getMatriksy(); } /** * {@inheritDoc} */ public function setSorting($sorting) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSorting', [$sorting]); return parent::setSorting($sorting); } /** * {@inheritDoc} */ public function getSorting() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSorting', []); return parent::getSorting(); } /** * {@inheritDoc} */ public function setKartaProduktu(\Os\LocjaBundle\Entity\KartaProduktu $kartaProduktu = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setKartaProduktu', [$kartaProduktu]); return parent::setKartaProduktu($kartaProduktu); } /** * {@inheritDoc} */ public function getKartaProduktu() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getKartaProduktu', []); return parent::getKartaProduktu(); } /** * {@inheritDoc} */ public function setNameSlug($nameSlug) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setNameSlug', [$nameSlug]); return parent::setNameSlug($nameSlug); } /** * {@inheritDoc} */ public function getNameSlug() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNameSlug', []); return parent::getNameSlug(); } /** * {@inheritDoc} */ public function setZbior(\Os\LocjaBundle\Entity\Zbior $zbior = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setZbior', [$zbior]); return parent::setZbior($zbior); } /** * {@inheritDoc} */ public function getZbior() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getZbior', []); return parent::getZbior(); } ";}}}s:4:"name";a:2:{i:0;s:6:"string";i:1;s:7:"methods";}s:11:"placeholder";a:2:{i:0;s:6:"string";i:1;s:5417:" /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); return parent::getId(); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); return parent::getName(); } /** * {@inheritDoc} */ public function setIsAvailable($isAvailable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsAvailable', [$isAvailable]); return parent::setIsAvailable($isAvailable); } /** * {@inheritDoc} */ public function getIsAvailable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsAvailable', []); return parent::getIsAvailable(); } /** * {@inheritDoc} */ public function setDescription($description) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', [$description]); return parent::setDescription($description); } /** * {@inheritDoc} */ public function getDescription() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', []); return parent::getDescription(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function addProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addProduct', [$products]); return parent::addProduct($products); } /** * {@inheritDoc} */ public function removeProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeProduct', [$products]); return parent::removeProduct($products); } /** * {@inheritDoc} */ public function getProducts() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProducts', []); return parent::getProducts(); } /** * {@inheritDoc} */ public function addMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addMatriksy', [$matriksy]); return parent::addMatriksy($matriksy); } /** * {@inheritDoc} */ public function removeMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeMatriksy', [$matriksy]); return parent::removeMatriksy($matriksy); } /** * {@inheritDoc} */ public function getMatriksy() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMatriksy', []); return parent::getMatriksy(); } /** * {@inheritDoc} */ public function setSorting($sorting) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSorting', [$sorting]); return parent::setSorting($sorting); } /** * {@inheritDoc} */ public function getSorting() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSorting', []); return parent::getSorting(); } /** * {@inheritDoc} */ public function setKartaProduktu(\Os\LocjaBundle\Entity\KartaProduktu $kartaProduktu = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setKartaProduktu', [$kartaProduktu]); return parent::setKartaProduktu($kartaProduktu); } /** * {@inheritDoc} */ public function getKartaProduktu() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getKartaProduktu', []); return parent::getKartaProduktu(); } /** * {@inheritDoc} */ public function setNameSlug($nameSlug) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setNameSlug', [$nameSlug]); return parent::setNameSlug($nameSlug); } /** * {@inheritDoc} */ public function getNameSlug() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNameSlug', []); return parent::getNameSlug(); } /** * {@inheritDoc} */ public function setZbior(\Os\LocjaBundle\Entity\Zbior $zbior = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setZbior', [$zbior]); return parent::setZbior($zbior); } /** * {@inheritDoc} */ public function getZbior() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getZbior', []); return parent::getZbior(); } ";}s:9:"proxyCode";a:2:{i:0;s:6:"string";i:1;s:11620:"<?php namespace Proxies\__CG__\Os\LocjaBundle\Entity; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class GrupaProduktowa extends \Os\LocjaBundle\Entity\GrupaProduktowa implements \Doctrine\ORM\Proxy\Proxy { /** * @var \Closure the callback responsible for loading properties in the proxy object. This callback is called with * three parameters, being respectively the proxy object to be initialized, the method that triggered the * initialization process and an array of ordered parameters that were passed to that method. * * @see \Doctrine\Common\Proxy\Proxy::__setInitializer */ public $__initializer__; /** * @var \Closure the callback responsible of loading properties that need to be copied in the cloned object * * @see \Doctrine\Common\Proxy\Proxy::__setCloner */ public $__cloner__; /** * @var boolean flag indicating if this object was already initialized * * @see \Doctrine\Common\Persistence\Proxy::__isInitialized */ public $__isInitialized__ = false; /** * @var array properties to be lazy loaded, with keys being the property * names and values being their default values * * @see \Doctrine\Common\Proxy\Proxy::__getLazyProperties */ public static $lazyPropertiesDefaults = []; /** * @param \Closure $initializer * @param \Closure $cloner */ public function __construct($initializer = null, $cloner = null) { $this->__initializer__ = $initializer; $this->__cloner__ = $cloner; } /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'id', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'isAvailable', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'description', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'products', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'matriksy', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'sorting', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'karta_produktu', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name_slug', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'zbior']; } return ['__isInitialized__', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'id', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'isAvailable', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'description', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'products', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'matriksy', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'sorting', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'karta_produktu', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name_slug', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'zbior']; } /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (GrupaProduktowa $proxy) { $proxy->__setInitializer(null); $proxy->__setCloner(null); $existingProperties = get_object_vars($proxy); foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { if ( ! array_key_exists($property, $existingProperties)) { $proxy->$property = $defaultValue; } } }; } } /** * */ public function __clone() { $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); } /** * Forces initialization of the proxy */ public function __load() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __isInitialized() { return $this->__isInitialized__; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setInitialized($initialized) { $this->__isInitialized__ = $initialized; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setInitializer(\Closure $initializer = null) { $this->__initializer__ = $initializer; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __getInitializer() { return $this->__initializer__; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setCloner(\Closure $cloner = null) { $this->__cloner__ = $cloner; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific cloning logic */ public function __getCloner() { return $this->__cloner__; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic * @static */ public function __getLazyProperties() { return self::$lazyPropertiesDefaults; } /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); return parent::getId(); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); return parent::getName(); } /** * {@inheritDoc} */ public function setIsAvailable($isAvailable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsAvailable', [$isAvailable]); return parent::setIsAvailable($isAvailable); } /** * {@inheritDoc} */ public function getIsAvailable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsAvailable', []); return parent::getIsAvailable(); } /** * {@inheritDoc} */ public function setDescription($description) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', [$description]); return parent::setDescription($description); } /** * {@inheritDoc} */ public function getDescription() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', []); return parent::getDescription(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function addProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addProduct', [$products]); return parent::addProduct($products); } /** * {@inheritDoc} */ public function removeProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeProduct', [$products]); return parent::removeProduct($products); } /** * {@inheritDoc} */ public function getProducts() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProducts', []); return parent::getProducts(); } /** * {@inheritDoc} */ public function addMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addMatriksy', [$matriksy]); return parent::addMatriksy($matriksy); } /** * {@inheritDoc} */ public function removeMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeMatriksy', [$matriksy]); return parent::removeMatriksy($matriksy); } /** * {@inheritDoc} */ public function getMatriksy() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMatriksy', []); return parent::getMatriksy(); } /** * {@inheritDoc} */ public function setSorting($sorting) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSorting', [$sorting]); return parent::setSorting($sorting); } /** * {@inheritDoc} */ public function getSorting() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSorting', []); return parent::getSorting(); } /** * {@inheritDoc} */ public function setKartaProduktu(\Os\LocjaBundle\Entity\KartaProduktu $kartaProduktu = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setKartaProduktu', [$kartaProduktu]); return parent::setKartaProduktu($kartaProduktu); } /** * {@inheritDoc} */ public function getKartaProduktu() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getKartaProduktu', []); return parent::getKartaProduktu(); } /** * {@inheritDoc} */ public function setNameSlug($nameSlug) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setNameSlug', [$nameSlug]); return parent::setNameSlug($nameSlug); } /** * {@inheritDoc} */ public function getNameSlug() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNameSlug', []); return parent::getNameSlug(); } /** * {@inheritDoc} */ public function setZbior(\Os\LocjaBundle\Entity\Zbior $zbior = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setZbior', [$zbior]); return parent::setZbior($zbior); } /** * {@inheritDoc} */ public function getZbior() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getZbior', []); return parent::getZbior(); } } ";}s:15:"parentDirectory";a:2:{i:0;s:6:"string";i:1;s:74:"/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies";}s:11:"tmpFileName";a:2:{i:0;s:6:"string";i:1;s:143:"/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php.6605add6c60e21.73340623";}}}}}i:2;a:8:{s:9:"namespace";s:0:"";s:11:"short_class";s:0:"";s:5:"class";s:0:"";s:4:"type";s:0:"";s:8:"function";s:17:"file_put_contents";s:4:"file";s:106:"/home/users/locja/public_html/locja.pl/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php";s:4:"line";i:291;s:4:"args";a:2:{i:0;a:2:{i:0;s:6:"string";i:1;s:143:"/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php.6605add6c60e21.73340623";}i:1;a:2:{i:0;s:6:"string";i:1;s:11620:"<?php namespace Proxies\__CG__\Os\LocjaBundle\Entity; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class GrupaProduktowa extends \Os\LocjaBundle\Entity\GrupaProduktowa implements \Doctrine\ORM\Proxy\Proxy { /** * @var \Closure the callback responsible for loading properties in the proxy object. This callback is called with * three parameters, being respectively the proxy object to be initialized, the method that triggered the * initialization process and an array of ordered parameters that were passed to that method. * * @see \Doctrine\Common\Proxy\Proxy::__setInitializer */ public $__initializer__; /** * @var \Closure the callback responsible of loading properties that need to be copied in the cloned object * * @see \Doctrine\Common\Proxy\Proxy::__setCloner */ public $__cloner__; /** * @var boolean flag indicating if this object was already initialized * * @see \Doctrine\Common\Persistence\Proxy::__isInitialized */ public $__isInitialized__ = false; /** * @var array properties to be lazy loaded, with keys being the property * names and values being their default values * * @see \Doctrine\Common\Proxy\Proxy::__getLazyProperties */ public static $lazyPropertiesDefaults = []; /** * @param \Closure $initializer * @param \Closure $cloner */ public function __construct($initializer = null, $cloner = null) { $this->__initializer__ = $initializer; $this->__cloner__ = $cloner; } /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'id', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'isAvailable', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'description', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'products', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'matriksy', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'sorting', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'karta_produktu', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name_slug', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'zbior']; } return ['__isInitialized__', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'id', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'isAvailable', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'description', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'products', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'matriksy', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'sorting', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'karta_produktu', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'name_slug', '' . "\0" . 'Os\\LocjaBundle\\Entity\\GrupaProduktowa' . "\0" . 'zbior']; } /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (GrupaProduktowa $proxy) { $proxy->__setInitializer(null); $proxy->__setCloner(null); $existingProperties = get_object_vars($proxy); foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { if ( ! array_key_exists($property, $existingProperties)) { $proxy->$property = $defaultValue; } } }; } } /** * */ public function __clone() { $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); } /** * Forces initialization of the proxy */ public function __load() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __isInitialized() { return $this->__isInitialized__; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setInitialized($initialized) { $this->__isInitialized__ = $initialized; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setInitializer(\Closure $initializer = null) { $this->__initializer__ = $initializer; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __getInitializer() { return $this->__initializer__; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic */ public function __setCloner(\Closure $cloner = null) { $this->__cloner__ = $cloner; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific cloning logic */ public function __getCloner() { return $this->__cloner__; } /** * {@inheritDoc} * @internal generated method: use only when explicitly handling proxy specific loading logic * @static */ public function __getLazyProperties() { return self::$lazyPropertiesDefaults; } /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); return parent::getId(); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); return parent::getName(); } /** * {@inheritDoc} */ public function setIsAvailable($isAvailable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsAvailable', [$isAvailable]); return parent::setIsAvailable($isAvailable); } /** * {@inheritDoc} */ public function getIsAvailable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsAvailable', []); return parent::getIsAvailable(); } /** * {@inheritDoc} */ public function setDescription($description) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', [$description]); return parent::setDescription($description); } /** * {@inheritDoc} */ public function getDescription() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', []); return parent::getDescription(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function addProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addProduct', [$products]); return parent::addProduct($products); } /** * {@inheritDoc} */ public function removeProduct(\Os\LocjaBundle\Entity\Product $products) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeProduct', [$products]); return parent::removeProduct($products); } /** * {@inheritDoc} */ public function getProducts() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProducts', []); return parent::getProducts(); } /** * {@inheritDoc} */ public function addMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addMatriksy', [$matriksy]); return parent::addMatriksy($matriksy); } /** * {@inheritDoc} */ public function removeMatriksy(\Os\LocjaBundle\Entity\Matrix $matriksy) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeMatriksy', [$matriksy]); return parent::removeMatriksy($matriksy); } /** * {@inheritDoc} */ public function getMatriksy() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMatriksy', []); return parent::getMatriksy(); } /** * {@inheritDoc} */ public function setSorting($sorting) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSorting', [$sorting]); return parent::setSorting($sorting); } /** * {@inheritDoc} */ public function getSorting() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSorting', []); return parent::getSorting(); } /** * {@inheritDoc} */ public function setKartaProduktu(\Os\LocjaBundle\Entity\KartaProduktu $kartaProduktu = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setKartaProduktu', [$kartaProduktu]); return parent::setKartaProduktu($kartaProduktu); } /** * {@inheritDoc} */ public function getKartaProduktu() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getKartaProduktu', []); return parent::getKartaProduktu(); } /** * {@inheritDoc} */ public function setNameSlug($nameSlug) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setNameSlug', [$nameSlug]); return parent::setNameSlug($nameSlug); } /** * {@inheritDoc} */ public function getNameSlug() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getNameSlug', []); return parent::getNameSlug(); } /** * {@inheritDoc} */ public function setZbior(\Os\LocjaBundle\Entity\Zbior $zbior = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setZbior', [$zbior]); return parent::setZbior($zbior); } /** * {@inheritDoc} */ public function getZbior() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getZbior', []); return parent::getZbior(); } } ";}}}i:3;a:8:{s:9:"namespace";s:21:"Doctrine\Common\Proxy";s:11:"short_class";s:14:"ProxyGenerator";s:5:"class";s:36:"Doctrine\Common\Proxy\ProxyGenerator";s:4:"type";s:2:"->";s:8:"function";s:18:"generateProxyClass";s:4:"file";s:112:"/home/users/locja/public_html/locja.pl/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php";s:4:"line";i:217;s:4:"args";a:2:{i:0;a:2:{i:0;s:6:"object";i:1;s:34:"Doctrine\ORM\Mapping\ClassMetadata";}i:1;a:2:{i:0;s:6:"string";i:1;s:119:"/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php";}}}i:4;a:8:{s:9:"namespace";s:21:"Doctrine\Common\Proxy";s:11:"short_class";s:20:"AbstractProxyFactory";s:5:"class";s:42:"Doctrine\Common\Proxy\AbstractProxyFactory";s:4:"type";s:2:"->";s:8:"function";s:18:"getProxyDefinition";s:4:"file";s:112:"/home/users/locja/public_html/locja.pl/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php";s:4:"line";i:116;s:4:"args";a:1:{i:0;a:2:{i:0;s:6:"string";i:1;s:37:"Os\LocjaBundle\Entity\GrupaProduktowa";}}}i:5;a:8:{s:9:"namespace";s:21:"Doctrine\Common\Proxy";s:11:"short_class";s:20:"AbstractProxyFactory";s:5:"class";s:42:"Doctrine\Common\Proxy\AbstractProxyFactory";s:4:"type";s:2:"->";s:8:"function";s:8:"getProxy";s:4:"file";s:90:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php";s:4:"line";i:2682;s:4:"args";a:2:{i:0;a:2:{i:0;s:6:"string";i:1;s:37:"Os\LocjaBundle\Entity\GrupaProduktowa";}i:1;a:2:{i:0;s:5:"array";i:1;a:1:{s:2:"id";a:2:{i:0;s:6:"string";i:1;s:1:"8";}}}}}i:6;a:8:{s:9:"namespace";s:12:"Doctrine\ORM";s:11:"short_class";s:10:"UnitOfWork";s:5:"class";s:23:"Doctrine\ORM\UnitOfWork";s:4:"type";s:2:"->";s:8:"function";s:12:"createEntity";s:4:"file";s:113:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php";s:4:"line";i:286;s:4:"args";a:3:{i:0;a:2:{i:0;s:6:"string";i:1;s:29:"Os\LocjaBundle\Entity\Product";}i:1;a:2:{i:0;s:5:"array";i:1;a:14:{s:3:"sku";a:2:{i:0;s:6:"string";i:1;s:9:"ElMur-322";}s:5:"firma";a:2:{i:0;s:6:"string";i:1;s:23:"Prefabet Bielsko-Biała";}s:4:"name";a:2:{i:0;s:6:"string";i:1;s:36:"Beton komórkowy 2/450 - 100x240x490";}s:9:"name_slug";a:2:{i:0;s:6:"string";i:1;s:33:"beton-komorkowy-2-450-100x240x490";}s:15:"kod_typu_wyrobu";a:2:{i:0;s:6:"string";i:1;s:11:"PBB-ABK/450";}s:8:"nr_serii";a:2:{i:0;s:4:"null";i:1;N;}s:13:"nr_deklaracji";a:2:{i:0;s:6:"string";i:1;s:6:"4/2018";}s:18:"data_na_deklaracji";a:2:{i:0;s:6:"object";i:1;s:8:"DateTime";}s:9:"title_seo";a:2:{i:0;s:4:"null";i:1;N;}s:15:"description_seo";a:2:{i:0;s:4:"null";i:1;N;}s:19:"grupa_produktowa_id";a:2:{i:0;s:6:"string";i:1;s:1:"8";}s:8:"norma_id";a:2:{i:0;s:6:"string";i:1;s:4:"8330";}s:12:"producent_id";a:2:{i:0;s:6:"string";i:1;s:3:"230";}s:9:"zaklad_id";a:2:{i:0;s:6:"string";i:1;s:2:"38";}}}i:2;a:2:{i:0;s:5:"array";i:1;a:3:{s:14:"deferEagerLoad";a:2:{i:0;s:7:"boolean";i:1;b:1;}s:10:"fetchAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}s:9:"fetchMode";a:2:{i:0;s:5:"array";i:1;a:1:{s:29:"Os\LocjaBundle\Entity\Product";a:2:{i:0;s:5:"array";i:1;a:1:{s:16:"grupa_produktowa";a:2:{i:0;s:6:"string";i:1;s:1:"2";}}}}}}}}}i:7;a:8:{s:9:"namespace";s:31:"Doctrine\ORM\Internal\Hydration";s:11:"short_class";s:14:"ObjectHydrator";s:5:"class";s:46:"Doctrine\ORM\Internal\Hydration\ObjectHydrator";s:4:"type";s:2:"->";s:8:"function";s:9:"getEntity";s:4:"file";s:113:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php";s:4:"line";i:534;s:4:"args";a:2:{i:0;a:2:{i:0;s:5:"array";i:1;a:14:{s:3:"sku";a:2:{i:0;s:6:"string";i:1;s:9:"ElMur-322";}s:5:"firma";a:2:{i:0;s:6:"string";i:1;s:23:"Prefabet Bielsko-Biała";}s:4:"name";a:2:{i:0;s:6:"string";i:1;s:36:"Beton komórkowy 2/450 - 100x240x490";}s:9:"name_slug";a:2:{i:0;s:6:"string";i:1;s:33:"beton-komorkowy-2-450-100x240x490";}s:15:"kod_typu_wyrobu";a:2:{i:0;s:6:"string";i:1;s:11:"PBB-ABK/450";}s:8:"nr_serii";a:2:{i:0;s:4:"null";i:1;N;}s:13:"nr_deklaracji";a:2:{i:0;s:6:"string";i:1;s:6:"4/2018";}s:18:"data_na_deklaracji";a:2:{i:0;s:6:"object";i:1;s:8:"DateTime";}s:9:"title_seo";a:2:{i:0;s:4:"null";i:1;N;}s:15:"description_seo";a:2:{i:0;s:4:"null";i:1;N;}s:19:"grupa_produktowa_id";a:2:{i:0;s:6:"string";i:1;s:1:"8";}s:8:"norma_id";a:2:{i:0;s:6:"string";i:1;s:4:"8330";}s:12:"producent_id";a:2:{i:0;s:6:"string";i:1;s:3:"230";}s:9:"zaklad_id";a:2:{i:0;s:6:"string";i:1;s:2:"38";}}}i:1;a:2:{i:0;s:6:"string";i:1;s:1:"p";}}}i:8;a:8:{s:9:"namespace";s:31:"Doctrine\ORM\Internal\Hydration";s:11:"short_class";s:14:"ObjectHydrator";s:5:"class";s:46:"Doctrine\ORM\Internal\Hydration\ObjectHydrator";s:4:"type";s:2:"->";s:8:"function";s:14:"hydrateRowData";s:4:"file";s:113:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php";s:4:"line";i:179;s:4:"args";a:3:{i:0;a:2:{i:0;s:5:"array";i:1;a:15:{s:4:"sku0";a:2:{i:0;s:6:"string";i:1;s:9:"ElMur-322";}s:6:"firma1";a:2:{i:0;s:6:"string";i:1;s:23:"Prefabet Bielsko-Biała";}s:5:"name2";a:2:{i:0;s:6:"string";i:1;s:36:"Beton komórkowy 2/450 - 100x240x490";}s:10:"name_slug3";a:2:{i:0;s:6:"string";i:1;s:33:"beton-komorkowy-2-450-100x240x490";}s:16:"kod_typu_wyrobu4";a:2:{i:0;s:6:"string";i:1;s:11:"PBB-ABK/450";}s:9:"nr_serii5";a:2:{i:0;s:4:"null";i:1;N;}s:14:"nr_deklaracji6";a:2:{i:0;s:6:"string";i:1;s:6:"4/2018";}s:19:"data_na_deklaracji7";a:2:{i:0;s:6:"string";i:1;s:10:"2018-11-19";}s:10:"title_seo8";a:2:{i:0;s:4:"null";i:1;N;}s:16:"description_seo9";a:2:{i:0;s:4:"null";i:1;N;}s:21:"grupa_produktowa_id10";a:2:{i:0;s:6:"string";i:1;s:1:"8";}s:10:"norma_id11";a:2:{i:0;s:6:"string";i:1;s:4:"8330";}s:14:"producent_id12";a:2:{i:0;s:6:"string";i:1;s:3:"230";}s:19:"przedstawiciel_id13";a:2:{i:0;s:4:"null";i:1;N;}s:11:"zaklad_id14";a:2:{i:0;s:6:"string";i:1;s:2:"38";}}}i:1;a:2:{i:0;s:5:"array";i:1;a:15:{s:4:"sku0";a:2:{i:0;s:5:"array";i:1;a:4:{s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:3:"sku";}s:4:"type";a:2:{i:0;s:6:"object";i:1;s:30:"Doctrine\DBAL\Types\StringType";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:1;}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}}}s:6:"firma1";a:2:{i:0;s:5:"array";i:1;a:4:{s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:5:"firma";}s:4:"type";a:2:{i:0;s:6:"object";i:1;s:30:"Doctrine\DBAL\Types\StringType";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:0;}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}}}s:5:"name2";a:2:{i:0;s:5:"array";i:1;a:4:{s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:4:"name";}s:4:"type";a:2:{i:0;s:6:"object";i:1;s:30:"Doctrine\DBAL\Types\StringType";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:0;}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}}}s:10:"name_slug3";a:2:{i:0;s:5:"array";i:1;a:4:{s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:9:"name_slug";}s:4:"type";a:2:{i:0;s:6:"object";i:1;s:30:"Doctrine\DBAL\Types\StringType";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:0;}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}}}s:16:"kod_typu_wyrobu4";a:2:{i:0;s:5:"array";i:1;a:4:{s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:15:"kod_typu_wyrobu";}s:4:"type";a:2:{i:0;s:6:"object";i:1;s:30:"Doctrine\DBAL\Types\StringType";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:0;}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}}}s:9:"nr_serii5";a:2:{i:0;s:5:"array";i:1;a:4:{s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:8:"nr_serii";}s:4:"type";a:2:{i:0;s:6:"object";i:1;s:30:"Doctrine\DBAL\Types\StringType";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:0;}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}}}s:14:"nr_deklaracji6";a:2:{i:0;s:5:"array";i:1;a:4:{s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:13:"nr_deklaracji";}s:4:"type";a:2:{i:0;s:6:"object";i:1;s:30:"Doctrine\DBAL\Types\StringType";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:0;}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}}}s:19:"data_na_deklaracji7";a:2:{i:0;s:5:"array";i:1;a:4:{s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:18:"data_na_deklaracji";}s:4:"type";a:2:{i:0;s:6:"object";i:1;s:28:"Doctrine\DBAL\Types\DateType";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:0;}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}}}s:10:"title_seo8";a:2:{i:0;s:5:"array";i:1;a:4:{s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:9:"title_seo";}s:4:"type";a:2:{i:0;s:6:"object";i:1;s:30:"Doctrine\DBAL\Types\StringType";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:0;}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}}}s:16:"description_seo9";a:2:{i:0;s:5:"array";i:1;a:4:{s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:15:"description_seo";}s:4:"type";a:2:{i:0;s:6:"object";i:1;s:30:"Doctrine\DBAL\Types\StringType";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:0;}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}}}s:21:"grupa_produktowa_id10";a:2:{i:0;s:5:"array";i:1;a:4:{s:12:"isMetaColumn";a:2:{i:0;s:7:"boolean";i:1;b:1;}s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:19:"grupa_produktowa_id";}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:0;}}}s:10:"norma_id11";a:2:{i:0;s:5:"array";i:1;a:4:{s:12:"isMetaColumn";a:2:{i:0;s:7:"boolean";i:1;b:1;}s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:8:"norma_id";}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:0;}}}s:14:"producent_id12";a:2:{i:0;s:5:"array";i:1;a:4:{s:12:"isMetaColumn";a:2:{i:0;s:7:"boolean";i:1;b:1;}s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:12:"producent_id";}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:0;}}}s:19:"przedstawiciel_id13";a:2:{i:0;s:5:"array";i:1;a:4:{s:12:"isMetaColumn";a:2:{i:0;s:7:"boolean";i:1;b:1;}s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:17:"przedstawiciel_id";}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:0;}}}s:11:"zaklad_id14";a:2:{i:0;s:5:"array";i:1;a:4:{s:12:"isMetaColumn";a:2:{i:0;s:7:"boolean";i:1;b:1;}s:9:"fieldName";a:2:{i:0;s:6:"string";i:1;s:9:"zaklad_id";}s:8:"dqlAlias";a:2:{i:0;s:6:"string";i:1;s:1:"p";}s:12:"isIdentifier";a:2:{i:0;s:7:"boolean";i:1;b:0;}}}}}i:2;a:2:{i:0;s:5:"array";i:1;a:0:{}}}}i:9;a:8:{s:9:"namespace";s:31:"Doctrine\ORM\Internal\Hydration";s:11:"short_class";s:14:"ObjectHydrator";s:5:"class";s:46:"Doctrine\ORM\Internal\Hydration\ObjectHydrator";s:4:"type";s:2:"->";s:8:"function";s:14:"hydrateAllData";s:4:"file";s:115:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php";s:4:"line";i:140;s:4:"args";a:0:{}}i:10;a:8:{s:9:"namespace";s:31:"Doctrine\ORM\Internal\Hydration";s:11:"short_class";s:16:"AbstractHydrator";s:5:"class";s:48:"Doctrine\ORM\Internal\Hydration\AbstractHydrator";s:4:"type";s:2:"->";s:8:"function";s:10:"hydrateAll";s:4:"file";s:93:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php";s:4:"line";i:803;s:4:"args";a:3:{i:0;a:2:{i:0;s:6:"object";i:1;s:33:"Doctrine\DBAL\Driver\PDOStatement";}i:1;a:2:{i:0;s:6:"object";i:1;s:35:"Doctrine\ORM\Query\ResultSetMapping";}i:2;a:2:{i:0;s:5:"array";i:1;a:0:{}}}}i:11;a:8:{s:9:"namespace";s:12:"Doctrine\ORM";s:11:"short_class";s:13:"AbstractQuery";s:5:"class";s:26:"Doctrine\ORM\AbstractQuery";s:4:"type";s:2:"->";s:8:"function";s:7:"execute";s:4:"file";s:93:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php";s:4:"line";i:574;s:4:"args";a:2:{i:0;a:2:{i:0;s:4:"null";i:1;N;}i:1;a:2:{i:0;s:6:"string";i:1;s:1:"1";}}}i:12;a:8:{s:9:"namespace";s:12:"Doctrine\ORM";s:11:"short_class";s:13:"AbstractQuery";s:5:"class";s:26:"Doctrine\ORM\AbstractQuery";s:4:"type";s:2:"->";s:8:"function";s:9:"getResult";s:4:"file";s:90:"/home/users/locja/public_html/locja.pl/src/Os/LocjaBundle/Repository/ProductRepository.php";s:4:"line";i:2165;s:4:"args";a:0:{}}i:13;a:8:{s:9:"namespace";s:25:"Os\LocjaBundle\Repository";s:11:"short_class";s:17:"ProductRepository";s:5:"class";s:43:"Os\LocjaBundle\Repository\ProductRepository";s:4:"type";s:2:"->";s:8:"function";s:18:"getProductsByGroup";s:4:"file";s:88:"/home/users/locja/public_html/locja.pl/src/Os/LocjaBundle/Controller/ZbiorController.php";s:4:"line";i:151;s:4:"args";a:4:{i:0;a:2:{i:0;s:5:"array";i:1;a:5:{i:0;a:2:{i:0;s:5:"array";i:1;a:1:{s:2:"id";a:2:{i:0;s:6:"string";i:1;s:1:"1";}}}i:1;a:2:{i:0;s:5:"array";i:1;a:1:{s:2:"id";a:2:{i:0;s:6:"string";i:1;s:1:"2";}}}i:2;a:2:{i:0;s:5:"array";i:1;a:1:{s:2:"id";a:2:{i:0;s:6:"string";i:1;s:1:"3";}}}i:3;a:2:{i:0;s:5:"array";i:1;a:1:{s:2:"id";a:2:{i:0;s:6:"string";i:1;s:1:"6";}}}i:4;a:2:{i:0;s:5:"array";i:1;a:1:{s:2:"id";a:2:{i:0;s:6:"string";i:1;s:1:"8";}}}}}i:1;a:2:{i:0;s:6:"object";i:1;s:45:"Symfony\Component\HttpFoundation\ParameterBag";}i:2;a:2:{i:0;s:4:"null";i:1;N;}i:3;a:2:{i:0;s:4:"null";i:1;N;}}}i:14;a:8:{s:9:"namespace";s:25:"Os\LocjaBundle\Controller";s:11:"short_class";s:15:"ZbiorController";s:5:"class";s:41:"Os\LocjaBundle\Controller\ZbiorController";s:4:"type";s:2:"->";s:8:"function";s:10:"showAction";s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3276;s:4:"args";a:2:{i:0;a:2:{i:0;s:6:"string";i:1;s:15:"elementy-murowe";}i:1;a:2:{i:0;s:6:"string";i:1;s:1:"1";}}}i:15;a:8:{s:9:"namespace";s:28:"Symfony\Component\HttpKernel";s:11:"short_class";s:10:"HttpKernel";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";s:8:"function";s:9:"handleRaw";s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:4:"args";a:2:{i:0;a:2:{i:0;s:6:"object";i:1;s:40:"Symfony\Component\HttpFoundation\Request";}i:1;a:2:{i:0;s:6:"string";i:1;s:1:"1";}}}i:16;a:8:{s:9:"namespace";s:28:"Symfony\Component\HttpKernel";s:11:"short_class";s:10:"HttpKernel";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";s:8:"function";s:6:"handle";s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:4:"args";a:3:{i:0;a:2:{i:0;s:6:"object";i:1;s:40:"Symfony\Component\HttpFoundation\Request";}i:1;a:2:{i:0;s:6:"string";i:1;s:1:"1";}i:2;a:2:{i:0;s:7:"boolean";i:1;b:1;}}}i:17;a:8:{s:9:"namespace";s:48:"Symfony\Component\HttpKernel\DependencyInjection";s:11:"short_class";s:24:"ContainerAwareHttpKernel";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";s:8:"function";s:6:"handle";s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:4:"args";a:3:{i:0;a:2:{i:0;s:6:"object";i:1;s:40:"Symfony\Component\HttpFoundation\Request";}i:1;a:2:{i:0;s:6:"string";i:1;s:1:"1";}i:2;a:2:{i:0;s:7:"boolean";i:1;b:1;}}}i:18;a:8:{s:9:"namespace";s:28:"Symfony\Component\HttpKernel";s:11:"short_class";s:6:"Kernel";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";s:8:"function";s:6:"handle";s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:4:"args";a:1:{i:0;a:2:{i:0;s:6:"object";i:1;s:40:"Symfony\Component\HttpFoundation\Request";}}}}s:57:"Symfony\Component\Debug\Exception\FlattenExceptionclass";s:55:"Symfony\Component\Debug\Exception\ContextErrorException";s:62:"Symfony\Component\Debug\Exception\FlattenExceptionstatusCode";i:500;s:59:"Symfony\Component\Debug\Exception\FlattenExceptionheaders";a:0:{}s:56:"Symfony\Component\Debug\Exception\FlattenExceptionfile";s:106:"/home/users/locja/public_html/locja.pl/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php";s:56:"Symfony\Component\Debug\Exception\FlattenExceptionline";i:291;s:64:"Symfony\Component\HttpKernel\Exception\FlattenExceptionhandler";N;}}}s:6:"logger";C:62:"Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector":231090:{a:5:{s:11:"error_count";i:1;s:17:"deprecation_count";i:50;s:12:"scream_count";i:0;s:10:"priorities";a:3:{i:100;a:2:{s:5:"count";i:92;s:4:"name";s:5:"DEBUG";}i:200;a:2:{s:5:"count";i:52;s:4:"name";s:4:"INFO";}i:500;a:2:{s:5:"count";i:1;s:4:"name";s:8:"CRITICAL";}}s:4:"logs";a:123:{i:0;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:33:"Matched route "product_by_zbior".";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:2:{s:16:"route_parameters";a:4:{s:11:"_controller";s:53:"Os\LocjaBundle\Controller\ZbiorController::showAction";s:4:"page";i:1;s:8:"nameSlug";s:15:"elementy-murowe";s:6:"_route";s:16:"product_by_zbior";}s:11:"request_uri";s:66:"https://www.locja.pl/produkt/zbior/elementy-murowe?param_list302=2";}s:7:"channel";s:7:"request";}i:1;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:180:"The Sonata\CoreBundle\Model\PageableManagerInterface class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\DatagridBundle\Pager\PageableInterface instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:122:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/PageableManagerInterface.php";s:4:"line";i:20;s:5:"level";i:28928;s:5:"stack";a:30:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:122:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/PageableManagerInterface.php";s:4:"line";i:20;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:122:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/PageableManagerInterface.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:107:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/user-bundle/src/Model/UserManagerInterface.php";s:4:"line";i:20;s:8:"function";s:17:"spl_autoload_call";}i:6;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:107:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/user-bundle/src/Model/UserManagerInterface.php";}s:8:"function";s:7:"include";}i:7;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:8;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:9;a:3:{s:4:"file";s:99:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/user-bundle/src/Entity/UserManager.php";s:4:"line";i:23;s:8:"function";s:17:"spl_autoload_call";}i:10;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:99:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/user-bundle/src/Entity/UserManager.php";}s:8:"function";s:7:"include";}i:11;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:12;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:13;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1951;s:8:"function";s:17:"spl_autoload_call";}i:14;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:29:"getFosUser_UserManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9730;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSecurity_Authentication_ManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:4537;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSecurity_Firewall_Map_Context_MainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:3029;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2657;s:8:"function";s:12:"getListeners";s:5:"class";s:50:"Symfony\Bundle\SecurityBundle\Security\FirewallMap";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:15:"onKernelRequest";s:5:"class";s:40:"Symfony\Component\Security\Http\Firewall";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3265;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:29;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:2;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:167:"The Sonata\Doctrine\Model\PageableManagerInterface class is deprecated since 1.3 in favor of Sonata\DatagridBundle\Pager\PageableInterface, and will be removed in 2.0.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:119:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/doctrine-extensions/src/Model/PageableManagerInterface.php";s:4:"line";i:21;s:5:"level";i:28928;s:5:"stack";a:35:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:119:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/doctrine-extensions/src/Model/PageableManagerInterface.php";s:4:"line";i:21;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:119:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/doctrine-extensions/src/Model/PageableManagerInterface.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:1:{s:8:"function";s:17:"spl_autoload_call";}i:6;a:3:{s:4:"file";s:122:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/PageableManagerInterface.php";s:4:"line";i:26;s:8:"function";s:11:"class_alias";}i:7;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:122:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/PageableManagerInterface.php";}s:8:"function";s:7:"include";}i:8;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:9;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:10;a:3:{s:4:"file";s:107:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/user-bundle/src/Model/UserManagerInterface.php";s:4:"line";i:20;s:8:"function";s:17:"spl_autoload_call";}i:11;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:107:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/user-bundle/src/Model/UserManagerInterface.php";}s:8:"function";s:7:"include";}i:12;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:13;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:14;a:3:{s:4:"file";s:99:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/user-bundle/src/Entity/UserManager.php";s:4:"line";i:23;s:8:"function";s:17:"spl_autoload_call";}i:15;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:99:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/user-bundle/src/Entity/UserManager.php";}s:8:"function";s:7:"include";}i:16;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:17;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:18;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1951;s:8:"function";s:17:"spl_autoload_call";}i:19;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:29:"getFosUser_UserManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9730;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSecurity_Authentication_ManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:4537;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSecurity_Firewall_Map_Context_MainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:3029;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2657;s:8:"function";s:12:"getListeners";s:5:"class";s:50:"Symfony\Bundle\SecurityBundle\Security\FirewallMap";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:15:"onKernelRequest";s:5:"class";s:40:"Symfony\Component\Security\Http\Firewall";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:29;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:30;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3265;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:31;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:32;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:33;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:34;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:3;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:165:"The Sonata\CoreBundle\Model\ManagerInterface class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Model\ManagerInterface instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:114:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/ManagerInterface.php";s:4:"line";i:20;s:5:"level";i:28928;s:5:"stack";a:26:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:114:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/ManagerInterface.php";s:4:"line";i:20;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:114:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/ManagerInterface.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:99:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/user-bundle/src/Entity/UserManager.php";s:4:"line";i:23;s:8:"function";s:17:"spl_autoload_call";}i:6;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:99:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/user-bundle/src/Entity/UserManager.php";}s:8:"function";s:7:"include";}i:7;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:8;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:9;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1951;s:8:"function";s:17:"spl_autoload_call";}i:10;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:29:"getFosUser_UserManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9730;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSecurity_Authentication_ManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:4537;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSecurity_Firewall_Map_Context_MainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:3029;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2657;s:8:"function";s:12:"getListeners";s:5:"class";s:50:"Symfony\Bundle\SecurityBundle\Security\FirewallMap";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:15:"onKernelRequest";s:5:"class";s:40:"Symfony\Component\Security\Http\Firewall";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3265;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:4;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:197:"The Doctrine\Common\Persistence\Mapping\Driver\FileDriver class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\Driver\FileDriver instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:128:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php";s:4:"line";i:16;s:5:"level";i:28928;s:5:"stack";a:36:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:128:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php";s:4:"line";i:16;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:128:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:104:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php";s:4:"line";i:39;s:8:"function";s:17:"spl_autoload_call";}i:6;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:104:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php";}s:8:"function";s:7:"include";}i:7;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:8;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:9;a:3:{s:4:"file";s:114:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php";s:4:"line";i:31;s:8:"function";s:17:"spl_autoload_call";}i:10;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:114:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php";}s:8:"function";s:7:"include";}i:11;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:12;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:13;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1105;s:8:"function";s:17:"spl_autoload_call";}i:14;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:43:"getDoctrine_Orm_DefaultEntityManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:5714;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:5641;s:8:"function";s:10:"getService";s:5:"class";s:39:"Symfony\Bridge\Doctrine\ManagerRegistry";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9602;s:8:"function";s:10:"getManager";s:5:"class";s:44:"Doctrine\Persistence\AbstractManagerRegistry";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:31:"getFosUser_EntityManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1951;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:29:"getFosUser_UserManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9730;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSecurity_Authentication_ManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:4537;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSecurity_Firewall_Map_Context_MainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:3029;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2657;s:8:"function";s:12:"getListeners";s:5:"class";s:50:"Symfony\Bundle\SecurityBundle\Security\FirewallMap";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:15:"onKernelRequest";s:5:"class";s:40:"Symfony\Component\Security\Http\Firewall";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:29;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:30;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:31;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3265;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:32;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:33;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:34;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:35;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:5;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:213:"The Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:136:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php";s:4:"line";i:16;s:5:"level";i:28928;s:5:"stack";a:29:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:136:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php";s:4:"line";i:16;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:136:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:114:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php";s:4:"line";i:40;s:8:"function";s:17:"spl_autoload_call";}i:6;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1105;s:8:"function";s:11:"__construct";s:5:"class";s:47:"Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:43:"getDoctrine_Orm_DefaultEntityManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:5714;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:5641;s:8:"function";s:10:"getService";s:5:"class";s:39:"Symfony\Bridge\Doctrine\ManagerRegistry";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9602;s:8:"function";s:10:"getManager";s:5:"class";s:44:"Doctrine\Persistence\AbstractManagerRegistry";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:31:"getFosUser_EntityManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1951;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:29:"getFosUser_UserManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9730;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSecurity_Authentication_ManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:4537;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSecurity_Firewall_Map_Context_MainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:3029;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2657;s:8:"function";s:12:"getListeners";s:5:"class";s:50:"Symfony\Bundle\SecurityBundle\Security\FirewallMap";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:15:"onKernelRequest";s:5:"class";s:40:"Symfony\Component\Security\Http\Firewall";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3265;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:6;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:213:"The Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\Driver\MappingDriverChain instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:136:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php";s:4:"line";i:16;s:5:"level";i:28928;s:5:"stack";a:28:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:136:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php";s:4:"line";i:16;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:136:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1111;s:8:"function";s:17:"spl_autoload_call";}i:6;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:43:"getDoctrine_Orm_DefaultEntityManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:5714;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:5641;s:8:"function";s:10:"getService";s:5:"class";s:39:"Symfony\Bridge\Doctrine\ManagerRegistry";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9602;s:8:"function";s:10:"getManager";s:5:"class";s:44:"Doctrine\Persistence\AbstractManagerRegistry";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:31:"getFosUser_EntityManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1951;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:29:"getFosUser_UserManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9730;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSecurity_Authentication_ManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:4537;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSecurity_Firewall_Map_Context_MainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:3029;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2657;s:8:"function";s:12:"getListeners";s:5:"class";s:50:"Symfony\Bundle\SecurityBundle\Security\FirewallMap";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:15:"onKernelRequest";s:5:"class";s:40:"Symfony\Component\Security\Http\Firewall";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3265;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:7;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:179:"The Doctrine\Common\Persistence\ObjectRepository class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\ObjectRepository instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:119:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php";s:4:"line";i:16;s:5:"level";i:28928;s:5:"stack";a:34:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:119:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php";s:4:"line";i:16;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:119:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectRepository.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:96:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php";s:4:"line";i:44;s:8:"function";s:17:"spl_autoload_call";}i:6;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:96:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php";}s:8:"function";s:7:"include";}i:7;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:8;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:9;a:1:{s:8:"function";s:17:"spl_autoload_call";}i:10;a:5:{s:4:"file";s:93:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php";s:4:"line";i:676;s:8:"function";s:11:"__construct";s:5:"class";s:15:"ReflectionClass";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1131;s:8:"function";s:29:"setDefaultRepositoryClassName";s:5:"class";s:26:"Doctrine\ORM\Configuration";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:43:"getDoctrine_Orm_DefaultEntityManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:5714;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:5641;s:8:"function";s:10:"getService";s:5:"class";s:39:"Symfony\Bridge\Doctrine\ManagerRegistry";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9602;s:8:"function";s:10:"getManager";s:5:"class";s:44:"Doctrine\Persistence\AbstractManagerRegistry";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:31:"getFosUser_EntityManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1951;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:29:"getFosUser_UserManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9730;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSecurity_Authentication_ManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:4537;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSecurity_Firewall_Map_Context_MainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:3029;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2657;s:8:"function";s:12:"getListeners";s:5:"class";s:50:"Symfony\Bundle\SecurityBundle\Security\FirewallMap";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:15:"onKernelRequest";s:5:"class";s:40:"Symfony\Component\Security\Http\Firewall";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:29;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3265;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:30;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:31;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:32;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:33;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:8;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:134:"The Sonata\Doctrine\Types\JsonType class is deprecated since 1.2 in favor of Doctrine\DBAL\Types\JsonType, and will be removed in 2.0.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:103:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/doctrine-extensions/src/Types/JsonType.php";s:4:"line";i:22;s:5:"level";i:28928;s:5:"stack";a:34:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:103:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/doctrine-extensions/src/Types/JsonType.php";s:4:"line";i:22;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:103:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/doctrine-extensions/src/Types/JsonType.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:92:"/home/users/locja/public_html/locja.pl/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php";s:4:"line";i:167;s:8:"function";s:17:"spl_autoload_call";}i:6;a:5:{s:4:"file";s:108:"/home/users/locja/public_html/locja.pl/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php";s:4:"line";i:236;s:8:"function";s:7:"getType";s:5:"class";s:24:"Doctrine\DBAL\Types\Type";s:4:"type";s:2:"::";}i:7;a:5:{s:4:"file";s:108:"/home/users/locja/public_html/locja.pl/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php";s:4:"line";i:397;s:8:"function";s:33:"initializeAllDoctrineTypeMappings";s:5:"class";s:40:"Doctrine\DBAL\Platforms\AbstractPlatform";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:92:"/home/users/locja/public_html/locja.pl/vendor/doctrine/doctrine-bundle/ConnectionFactory.php";s:4:"line";i:63;s:8:"function";s:27:"registerDoctrineTypeMapping";s:5:"class";s:40:"Doctrine\DBAL\Platforms\AbstractPlatform";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1085;s:8:"function";s:16:"createConnection";s:5:"class";s:48:"Doctrine\Bundle\DoctrineBundle\ConnectionFactory";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getDoctrine_Dbal_DefaultConnectionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1139;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:43:"getDoctrine_Orm_DefaultEntityManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:5714;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:5641;s:8:"function";s:10:"getService";s:5:"class";s:39:"Symfony\Bridge\Doctrine\ManagerRegistry";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9602;s:8:"function";s:10:"getManager";s:5:"class";s:44:"Doctrine\Persistence\AbstractManagerRegistry";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:31:"getFosUser_EntityManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1951;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:29:"getFosUser_UserManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9730;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSecurity_Authentication_ManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:4537;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSecurity_Firewall_Map_Context_MainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:3029;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2657;s:8:"function";s:12:"getListeners";s:5:"class";s:50:"Symfony\Bundle\SecurityBundle\Security\FirewallMap";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:15:"onKernelRequest";s:5:"class";s:40:"Symfony\Component\Security\Http\Firewall";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:29;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3265;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:30;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:31;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:32;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:33;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:9;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:219:"The Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\AbstractClassMetadataFactory instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:139:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php";s:4:"line";i:16;s:5:"level";i:28928;s:5:"stack";a:34:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:139:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php";s:4:"line";i:16;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:139:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:108:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php";s:4:"line";i:45;s:8:"function";s:17:"spl_autoload_call";}i:6;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:108:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php";}s:8:"function";s:7:"include";}i:7;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:8;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:9;a:3:{s:4:"file";s:93:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php";s:4:"line";i:153;s:8:"function";s:17:"spl_autoload_call";}i:10;a:5:{s:4:"file";s:93:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php";s:4:"line";i:817;s:8:"function";s:11:"__construct";s:5:"class";s:26:"Doctrine\ORM\EntityManager";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1139;s:8:"function";s:6:"create";s:5:"class";s:26:"Doctrine\ORM\EntityManager";s:4:"type";s:2:"::";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:43:"getDoctrine_Orm_DefaultEntityManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:5714;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:5641;s:8:"function";s:10:"getService";s:5:"class";s:39:"Symfony\Bridge\Doctrine\ManagerRegistry";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9602;s:8:"function";s:10:"getManager";s:5:"class";s:44:"Doctrine\Persistence\AbstractManagerRegistry";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:31:"getFosUser_EntityManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1951;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:29:"getFosUser_UserManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9730;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSecurity_Authentication_ManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:4537;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSecurity_Firewall_Map_Context_MainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:3029;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2657;s:8:"function";s:12:"getListeners";s:5:"class";s:50:"Symfony\Bundle\SecurityBundle\Security\FirewallMap";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:15:"onKernelRequest";s:5:"class";s:40:"Symfony\Component\Security\Http\Firewall";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:29;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3265;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:30;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:31;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:32;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:33;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:10;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:181:"The Doctrine\Common\PropertyChangedListener class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\PropertyChangedListener instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:114:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/PropertyChangedListener.php";s:4:"line";i:16;s:5:"level";i:28928;s:5:"stack";a:34:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:114:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/PropertyChangedListener.php";s:4:"line";i:16;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:114:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/PropertyChangedListener.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:90:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php";s:4:"line";i:53;s:8:"function";s:17:"spl_autoload_call";}i:6;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:90:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php";}s:8:"function";s:7:"include";}i:7;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:8;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:9;a:3:{s:4:"file";s:93:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php";s:4:"line";i:158;s:8:"function";s:17:"spl_autoload_call";}i:10;a:5:{s:4:"file";s:93:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php";s:4:"line";i:817;s:8:"function";s:11:"__construct";s:5:"class";s:26:"Doctrine\ORM\EntityManager";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1139;s:8:"function";s:6:"create";s:5:"class";s:26:"Doctrine\ORM\EntityManager";s:4:"type";s:2:"::";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:43:"getDoctrine_Orm_DefaultEntityManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:5714;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:5641;s:8:"function";s:10:"getService";s:5:"class";s:39:"Symfony\Bridge\Doctrine\ManagerRegistry";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9602;s:8:"function";s:10:"getManager";s:5:"class";s:44:"Doctrine\Persistence\AbstractManagerRegistry";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:31:"getFosUser_EntityManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1951;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:29:"getFosUser_UserManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9730;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSecurity_Authentication_ManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:4537;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSecurity_Firewall_Map_Context_MainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:3029;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2657;s:8:"function";s:12:"getListeners";s:5:"class";s:50:"Symfony\Bundle\SecurityBundle\Security\FirewallMap";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:15:"onKernelRequest";s:5:"class";s:40:"Symfony\Component\Security\Http\Firewall";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:29;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3265;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:30;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:31;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:32;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:33;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:11;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:211:"The Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Event\LoadClassMetadataEventArgs instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:135:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php";s:4:"line";i:16;s:5:"level";i:28928;s:5:"stack";a:34:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:135:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php";s:4:"line";i:16;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:135:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:112:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php";s:4:"line";i:33;s:8:"function";s:17:"spl_autoload_call";}i:6;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:112:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php";}s:8:"function";s:7:"include";}i:7;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:8;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:9;a:3:{s:4:"file";s:108:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php";s:4:"line";i:173;s:8:"function";s:17:"spl_autoload_call";}i:10;a:5:{s:4:"file";s:132:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php";s:4:"line";i:306;s:8:"function";s:14:"doLoadMetadata";s:5:"class";s:41:"Doctrine\ORM\Mapping\ClassMetadataFactory";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:132:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php";s:4:"line";i:185;s:8:"function";s:12:"loadMetadata";s:5:"class";s:57:"Doctrine\Persistence\Mapping\AbstractClassMetadataFactory";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:93:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php";s:4:"line";i:265;s:8:"function";s:14:"getMetadataFor";s:5:"class";s:57:"Doctrine\Persistence\Mapping\AbstractClassMetadataFactory";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:115:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php";s:4:"line";i:67;s:8:"function";s:16:"getClassMetadata";s:5:"class";s:26:"Doctrine\ORM\EntityManager";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:115:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php";s:4:"line";i:50;s:8:"function";s:16:"createRepository";s:5:"class";s:48:"Doctrine\ORM\Repository\DefaultRepositoryFactory";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:93:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php";s:4:"line";i:665;s:8:"function";s:13:"getRepository";s:5:"class";s:48:"Doctrine\ORM\Repository\DefaultRepositoryFactory";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:114:"/home/users/locja/public_html/locja.pl/vendor/friendsofsymfony/user-bundle/FOS/UserBundle/Doctrine/UserManager.php";s:4:"line";i:40;s:8:"function";s:13:"getRepository";s:5:"class";s:26:"Doctrine\ORM\EntityManager";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:1951;s:8:"function";s:11:"__construct";s:5:"class";s:35:"FOS\UserBundle\Doctrine\UserManager";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:29:"getFosUser_UserManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9730;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSecurity_Authentication_ManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:4537;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSecurity_Firewall_Map_Context_MainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:3029;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2657;s:8:"function";s:12:"getListeners";s:5:"class";s:50:"Symfony\Bundle\SecurityBundle\Security\FirewallMap";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:15:"onKernelRequest";s:5:"class";s:40:"Symfony\Component\Security\Http\Firewall";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:29;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3265;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:30;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:31;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:32;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:33;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:12;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:51:"Populated the TokenStorage with an anonymous Token.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:0:{}s:7:"channel";s:8:"security";}i:13;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:122:"Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:14;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:123:"Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:15;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:130:"Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:16;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:124:"Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:17;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:123:"Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:18;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:121:"Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:19;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:121:"Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:20;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:125:"Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:21;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:104:"Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:22;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:134:"Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:23;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:133:"Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:24;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:137:"Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:25;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:141:"Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:26;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:136:"Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:27;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:135:"Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:28;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:135:"Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:29;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:186:"The "request" service is deprecated and will be removed in 3.0. Add a typehint for Symfony\Component\HttpFoundation\Request to your controller parameters to retrieve the request instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:7:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:122:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php";s:4:"line";i:388;s:5:"level";i:28928;s:5:"stack";a:8:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:122:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php";s:4:"line";i:388;s:8:"function";s:13:"trigger_error";}i:2;a:5:{s:4:"file";s:88:"/home/users/locja/public_html/locja.pl/src/Os/LocjaBundle/Controller/ZbiorController.php";s:4:"line";i:21;s:8:"function";s:3:"get";s:5:"class";s:52:"Symfony\Bundle\FrameworkBundle\Controller\Controller";s:4:"type";s:2:"->";}i:3;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3276;s:8:"function";s:10:"showAction";s:5:"class";s:41:"Os\LocjaBundle\Controller\ZbiorController";s:4:"type";s:2:"->";}i:4;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:5;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:6;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}s:10:"errorCount";i:2;}s:7:"channel";s:3:"php";}i:30;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:223:"The Symfony\Bundle\FrameworkBundle\Controller\Controller::getRequest method is deprecated since Symfony 2.4 and will be removed in 3.0. The only reliable way to get the "Request" object is to inject it in the action method.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:122:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php";s:4:"line";i:318;s:5:"level";i:28928;s:5:"stack";a:8:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:122:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php";s:4:"line";i:318;s:8:"function";s:13:"trigger_error";}i:2;a:5:{s:4:"file";s:88:"/home/users/locja/public_html/locja.pl/src/Os/LocjaBundle/Controller/ZbiorController.php";s:4:"line";i:26;s:8:"function";s:10:"getRequest";s:5:"class";s:52:"Symfony\Bundle\FrameworkBundle\Controller\Controller";s:4:"type";s:2:"->";}i:3;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3276;s:8:"function";s:10:"showAction";s:5:"class";s:41:"Os\LocjaBundle\Controller\ZbiorController";s:4:"type";s:2:"->";}i:4;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:5;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:6;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:31;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:183:"The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:7:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:97:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php";s:4:"line";i:51;s:5:"level";i:28928;s:5:"stack";a:19:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:97:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php";s:4:"line";i:51;s:8:"function";s:13:"trigger_error";}i:2;a:5:{s:4:"file";s:105:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php";s:4:"line";i:712;s:8:"function";s:5:"parse";s:5:"class";s:27:"Symfony\Component\Yaml\Yaml";s:4:"type";s:2:"::";}i:3;a:5:{s:4:"file";s:121:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php";s:4:"line";i:93;s:8:"function";s:15:"loadMappingFile";s:5:"class";s:38:"Doctrine\ORM\Mapping\Driver\YamlDriver";s:4:"type";s:2:"->";}i:4;a:5:{s:4:"file";s:105:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php";s:4:"line";i:55;s:8:"function";s:10:"getElement";s:5:"class";s:46:"Doctrine\Persistence\Mapping\Driver\FileDriver";s:4:"type";s:2:"->";}i:5;a:5:{s:4:"file";s:129:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php";s:4:"line";i:79;s:8:"function";s:20:"loadMetadataForClass";s:5:"class";s:38:"Doctrine\ORM\Mapping\Driver\YamlDriver";s:4:"type";s:2:"->";}i:6;a:5:{s:4:"file";s:108:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php";s:4:"line";i:116;s:8:"function";s:20:"loadMetadataForClass";s:5:"class";s:54:"Doctrine\Persistence\Mapping\Driver\MappingDriverChain";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:132:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php";s:4:"line";i:306;s:8:"function";s:14:"doLoadMetadata";s:5:"class";s:41:"Doctrine\ORM\Mapping\ClassMetadataFactory";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:132:"/home/users/locja/public_html/locja.pl/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php";s:4:"line";i:185;s:8:"function";s:12:"loadMetadata";s:5:"class";s:57:"Doctrine\Persistence\Mapping\AbstractClassMetadataFactory";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:93:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php";s:4:"line";i:265;s:8:"function";s:14:"getMetadataFor";s:5:"class";s:57:"Doctrine\Persistence\Mapping\AbstractClassMetadataFactory";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:115:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php";s:4:"line";i:67;s:8:"function";s:16:"getClassMetadata";s:5:"class";s:26:"Doctrine\ORM\EntityManager";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:115:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php";s:4:"line";i:50;s:8:"function";s:16:"createRepository";s:5:"class";s:48:"Doctrine\ORM\Repository\DefaultRepositoryFactory";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:93:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php";s:4:"line";i:665;s:8:"function";s:13:"getRepository";s:5:"class";s:48:"Doctrine\ORM\Repository\DefaultRepositoryFactory";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:88:"/home/users/locja/public_html/locja.pl/src/Os/LocjaBundle/Controller/ZbiorController.php";s:4:"line";i:50;s:8:"function";s:13:"getRepository";s:5:"class";s:26:"Doctrine\ORM\EntityManager";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3276;s:8:"function";s:10:"showAction";s:5:"class";s:41:"Os\LocjaBundle\Controller\ZbiorController";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}s:10:"errorCount";i:22;}s:7:"channel";s:3:"php";}i:32;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:268:"SELECT t0.id AS id1, t0.name AS name2, t0.name_slug AS name_slug3, t0.is_available AS is_available4, t0.description AS description5, t0.sorting AS sorting6, t0.title_seo AS title_seo7, t0.description_seo AS description_seo8 FROM zbior t0 WHERE t0.name_slug = ? LIMIT 1";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:1:{i:0;s:15:"elementy-murowe";}s:7:"channel";s:8:"doctrine";}i:33;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:135:"SELECT g0_.id AS id0 FROM zbior z1_ LEFT JOIN grupa_produktowa g0_ ON z1_.id = g0_.zbior_id WHERE z1_.name_slug = ? ORDER BY g0_.id ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:1:{i:0;s:15:"elementy-murowe";}s:7:"channel";s:8:"doctrine";}i:34;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:692:"SELECT p0_.id AS id0, p0_.name AS name1, p0_.shortname AS shortname2, p0_.miejscowosc AS miejscowosc3, p0_.adres1 AS adres14, p0_.adres2 AS adres25, p0_.kod AS kod6, p0_.poczta AS poczta7, p0_.nip AS nip8, p0_.telefon AS telefon9, p0_.email AS email10, p0_.www AS www11, p0_.opis AS opis12, p0_.internal_comments AS internal_comments13 FROM producent p0_ LEFT JOIN produkt p1_ ON p0_.id = p1_.producent_id LEFT JOIN grupa_produktowa g2_ ON p1_.grupa_produktowa_id = g2_.id WHERE g2_.id IN (?) GROUP BY p0_.id, p0_.name, p0_.shortname, p0_.miejscowosc, p0_.adres1, p0_.adres2, p0_.kod, p0_.poczta, p0_.nip, p0_.telefon, p0_.email, p0_.www, p0_.opis, p0_.internal_comments ORDER BY p0_.name ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:1:{i:0;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:7:"channel";s:8:"doctrine";}i:35;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:281:"SELECT p0_.name AS name0 FROM producent_zaklad p0_ LEFT JOIN producent p1_ ON p0_.producent_id = p1_.id LEFT JOIN produkt p2_ ON p1_.id = p2_.producent_id LEFT JOIN grupa_produktowa g3_ ON p2_.grupa_produktowa_id = g3_.id WHERE g3_.id IN (?) GROUP BY p0_.name ORDER BY p0_.name ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:1:{i:0;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:7:"channel";s:8:"doctrine";}i:36;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:185:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = 1 AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:1:{i:0;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:7:"channel";s:8:"doctrine";}i:37;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:185:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:2:{i:0;i:5;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:7:"channel";s:8:"doctrine";}i:38;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:594;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:3:{i:0;s:2:"bd";i:1;s:3:"NPD";i:2;s:0:"";}}s:7:"channel";s:8:"doctrine";}i:39;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:182:"SELECT DISTINCT c0_.v_i AS v_i0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY v_i0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:2:{i:0;i:103;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:7:"channel";s:8:"doctrine";}i:40;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:182:"SELECT DISTINCT c0_.v_f AS v_f0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY v_f0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:2:{i:0;i:302;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:7:"channel";s:8:"doctrine";}i:41;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:182:"SELECT DISTINCT c0_.v_i AS v_i0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY v_i0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:2:{i:0;i:289;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:7:"channel";s:8:"doctrine";}i:42;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:5;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:43;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:185:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:2:{i:0;i:6;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:7:"channel";s:8:"doctrine";}i:44;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:306;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:45;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:372;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:46;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:474;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:3:{i:0;s:2:"bd";i:1;s:2:"nd";i:2;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:47;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:308;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:48;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:380;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:49;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:370;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:50;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:523;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:51;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:334;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:52;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:9;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:53;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:181;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:54;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:172;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:55;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:30;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:56;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:665;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:57;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:191;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:58;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:18;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:59;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:657;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:60;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:648;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:61;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:185:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:2:{i:0;i:194;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:7:"channel";s:8:"doctrine";}i:62;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;i:8;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:9:{i:0;s:2:"bd";i:1;s:3:"n/a";i:2;s:6:"murowy";i:3;s:17:"murowy elewacyjny";i:4;s:12:"okładzinowy";i:5;s:6:"cement";i:6;s:4:"gips";i:7;s:5:"wapno";i:8;s:3:"NPD";}}s:7:"channel";s:8:"doctrine";}i:63;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:696:"SELECT p0_.sku AS sku0, p0_.firma AS firma1, p0_.name AS name2, p0_.name_slug AS name_slug3, p0_.kod_typu_wyrobu AS kod_typu_wyrobu4, p0_.nr_serii AS nr_serii5, p0_.nr_deklaracji AS nr_deklaracji6, p0_.data_na_deklaracji AS data_na_deklaracji7, p0_.title_seo AS title_seo8, p0_.description_seo AS description_seo9, p0_.grupa_produktowa_id AS grupa_produktowa_id10, p0_.norma_id AS norma_id11, p0_.producent_id AS producent_id12, p0_.przedstawiciel_id AS przedstawiciel_id13, p0_.zaklad_id AS zaklad_id14 FROM produkt p0_ WHERE p0_.grupa_produktowa_id IN (?) AND (p0_.sku IN (SELECT c1_.product_sku AS sclr15 FROM cecha c1_ WHERE c1_.parametr_locja_id = 302 AND c1_.v_f = ?)) ORDER BY p0_.name ASC";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:2:{i:0;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:1;s:1:"2";}s:7:"channel";s:8:"doctrine";}i:64;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:416:"Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php.6605add6c60e21.73340623): failed to open stream: Disk quota exceeded" at /home/users/locja/public_html/locja.pl/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php line 291";s:8:"priority";i:500;s:12:"priorityName";s:8:"CRITICAL";s:7:"context";a:1:{s:9:"exception";s:283:"Exception(Symfony\Component\Debug\Exception\ContextErrorException): Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php.6605add6c60e21.73340623): failed to open stream: Disk quota exceeded";}s:7:"channel";s:7:"request";}i:65;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:122:"Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:66;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:123:"Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:67;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:130:"Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:68;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:124:"Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:69;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:123:"Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:70;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:121:"Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:71;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:121:"Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:72;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:125:"Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:73;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:104:"Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:74;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:134:"Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:95:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php";s:4:"line";i:7;s:5:"level";i:28928;s:5:"stack";a:33:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:95:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php";s:4:"line";i:7;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:95:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Extension/GlobalsInterface.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:115:"/home/users/locja/public_html/locja.pl/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php";s:4:"line";i:17;s:8:"function";s:17:"spl_autoload_call";}i:6;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:115:"/home/users/locja/public_html/locja.pl/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php";}s:8:"function";s:7:"include";}i:7;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:8;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:9;a:3:{s:4:"file";s:94:"/home/users/locja/public_html/locja.pl/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php";s:4:"line";i:24;s:8:"function";s:17:"spl_autoload_call";}i:10;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:94:"/home/users/locja/public_html/locja.pl/vendor/symfony/assetic-bundle/Twig/AsseticExtension.php";}s:8:"function";s:7:"include";}i:11;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:12;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:13;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9341;s:8:"function";s:17:"spl_autoload_call";}i:14;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:14:"getTwigService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:35:"getTwig_Controller_ExceptionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2581;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2198;s:8:"function";s:16:"createController";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php";s:4:"line";i:38;s:8:"function";s:13:"getController";s:5:"class";s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3269;s:8:"function";s:13:"getController";s:5:"class";s:67:"Symfony\Component\HttpKernel\Controller\TraceableControllerResolver";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:55;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:17:"onKernelException";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3308;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:29;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3244;s:8:"function";s:15:"handleException";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:30;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:31;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:32;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:75;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:184:"The Sonata\CoreBundle\Twig\Extension\FlashMessageExtension class is deprecated since version 3.13.0 and will be removed in 4.0. Use Sonata\Twig\Extension\FlashMessageExtension instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:128:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/FlashMessageExtension.php";s:4:"line";i:22;s:5:"level";i:28928;s:5:"stack";a:27:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:128:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/FlashMessageExtension.php";s:4:"line";i:22;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:128:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/FlashMessageExtension.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7062;s:8:"function";s:17:"spl_autoload_call";}i:6;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:49:"getSonata_Core_Flashmessage_Twig_ExtensionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9345;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:14:"getTwigService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:35:"getTwig_Controller_ExceptionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2581;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2198;s:8:"function";s:16:"createController";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php";s:4:"line";i:38;s:8:"function";s:13:"getController";s:5:"class";s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3269;s:8:"function";s:13:"getController";s:5:"class";s:67:"Symfony\Component\HttpKernel\Controller\TraceableControllerResolver";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:55;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:17:"onKernelException";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3308;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3244;s:8:"function";s:15:"handleException";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:76;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:167:"The Sonata\CoreBundle\FlashMessage\FlashManager class is deprecated since version 3.13.0 and will be removed in 4.0. Use Sonata\Twig\FlashMessage\FlashManager instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:117:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/FlashMessage/FlashManager.php";s:4:"line";i:20;s:5:"level";i:28928;s:5:"stack";a:29:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:117:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/FlashMessage/FlashManager.php";s:4:"line";i:20;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:117:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/FlashMessage/FlashManager.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7052;s:8:"function";s:17:"spl_autoload_call";}i:6;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:42:"getSonata_Core_Flashmessage_ManagerService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7062;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:49:"getSonata_Core_Flashmessage_Twig_ExtensionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9345;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:14:"getTwigService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:35:"getTwig_Controller_ExceptionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2581;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2198;s:8:"function";s:16:"createController";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php";s:4:"line";i:38;s:8:"function";s:13:"getController";s:5:"class";s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3269;s:8:"function";s:13:"getController";s:5:"class";s:67:"Symfony\Component\HttpKernel\Controller\TraceableControllerResolver";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:55;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:17:"onKernelException";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3308;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3244;s:8:"function";s:15:"handleException";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:77;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:157:"Argument "flashManager" in FlashMessageExtension is deprecated since SonataCoreBundle 3.11.0 and will be removed in 4.0. Use the FlashMessageRuntime instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:128:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/FlashMessageExtension.php";s:4:"line";i:48;s:5:"level";i:28928;s:5:"stack";a:24:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:128:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/FlashMessageExtension.php";s:4:"line";i:48;s:8:"function";s:13:"trigger_error";}i:2;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7062;s:8:"function";s:11:"__construct";s:5:"class";s:54:"Sonata\CoreBundle\Twig\Extension\FlashMessageExtension";s:4:"type";s:2:"->";}i:3;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:49:"getSonata_Core_Flashmessage_Twig_ExtensionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:4;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9345;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:5;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:14:"getTwigService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:6;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:35:"getTwig_Controller_ExceptionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2581;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2198;s:8:"function";s:16:"createController";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php";s:4:"line";i:38;s:8:"function";s:13:"getController";s:5:"class";s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3269;s:8:"function";s:13:"getController";s:5:"class";s:67:"Symfony\Component\HttpKernel\Controller\TraceableControllerResolver";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:55;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:17:"onKernelException";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3308;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3244;s:8:"function";s:15:"handleException";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:78;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:147:"Method "StatusExtension::addStatusService()" is deprecated since SonataCoreBundle 3.13.0 and will be removed in 4.0. Use the StatusRuntime instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:122:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/StatusExtension.php";s:4:"line";i:44;s:5:"level";i:28928;s:5:"stack";a:24:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:122:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/StatusExtension.php";s:4:"line";i:44;s:8:"function";s:13:"trigger_error";}i:2;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7398;s:8:"function";s:16:"addStatusService";s:5:"class";s:48:"Sonata\CoreBundle\Twig\Extension\StatusExtension";s:4:"type";s:2:"->";}i:3;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:42:"getSonata_Core_Twig_StatusExtensionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:4;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9348;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:5;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:14:"getTwigService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:6;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:35:"getTwig_Controller_ExceptionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2581;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2198;s:8:"function";s:16:"createController";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php";s:4:"line";i:38;s:8:"function";s:13:"getController";s:5:"class";s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3269;s:8:"function";s:13:"getController";s:5:"class";s:67:"Symfony\Component\HttpKernel\Controller\TraceableControllerResolver";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:55;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:17:"onKernelException";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3308;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3244;s:8:"function";s:15:"handleException";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:79;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:158:"The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7322;s:5:"level";i:28928;s:5:"stack";a:25:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7322;s:8:"function";s:13:"trigger_error";}i:2;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSonata_Core_Model_Adapter_ChainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:3;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7420;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:4;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSonata_Core_Twig_TemplateExtensionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:5;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9350;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:6;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:14:"getTwigService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:35:"getTwig_Controller_ExceptionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2581;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2198;s:8:"function";s:16:"createController";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php";s:4:"line";i:38;s:8:"function";s:13:"getController";s:5:"class";s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3269;s:8:"function";s:13:"getController";s:5:"class";s:67:"Symfony\Component\HttpKernel\Controller\TraceableControllerResolver";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:55;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:17:"onKernelException";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3308;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3244;s:8:"function";s:15:"handleException";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:80;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:167:"The Sonata\CoreBundle\Model\Adapter\AdapterChain class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterChain instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:118:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/AdapterChain.php";s:4:"line";i:20;s:5:"level";i:28928;s:5:"stack";a:29:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:118:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/AdapterChain.php";s:4:"line";i:20;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:118:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/AdapterChain.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7324;s:8:"function";s:17:"spl_autoload_call";}i:6;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSonata_Core_Model_Adapter_ChainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7420;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSonata_Core_Twig_TemplateExtensionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9350;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:14:"getTwigService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:35:"getTwig_Controller_ExceptionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2581;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2198;s:8:"function";s:16:"createController";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php";s:4:"line";i:38;s:8:"function";s:13:"getController";s:5:"class";s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3269;s:8:"function";s:13:"getController";s:5:"class";s:67:"Symfony\Component\HttpKernel\Controller\TraceableControllerResolver";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:55;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:17:"onKernelException";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3308;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3244;s:8:"function";s:15:"handleException";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:81;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:166:"The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9867;s:5:"level";i:28928;s:5:"stack";a:27:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9867;s:8:"function";s:13:"trigger_error";}i:2;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:47:"getSonata_Core_Model_Adapter_DoctrineOrmService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:3;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7326;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:4;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSonata_Core_Model_Adapter_ChainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:5;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7420;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:6;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSonata_Core_Twig_TemplateExtensionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9350;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:14:"getTwigService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:35:"getTwig_Controller_ExceptionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2581;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2198;s:8:"function";s:16:"createController";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php";s:4:"line";i:38;s:8:"function";s:13:"getController";s:5:"class";s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3269;s:8:"function";s:13:"getController";s:5:"class";s:67:"Symfony\Component\HttpKernel\Controller\TraceableControllerResolver";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:55;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:17:"onKernelException";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3308;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3244;s:8:"function";s:15:"handleException";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:82;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:183:"The Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:124:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php";s:4:"line";i:20;s:5:"level";i:28928;s:5:"stack";a:31:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:124:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php";s:4:"line";i:20;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:124:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9869;s:8:"function";s:17:"spl_autoload_call";}i:6;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:47:"getSonata_Core_Model_Adapter_DoctrineOrmService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7326;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:41:"getSonata_Core_Model_Adapter_ChainService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7420;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSonata_Core_Twig_TemplateExtensionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9350;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:14:"getTwigService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:35:"getTwig_Controller_ExceptionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2581;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2198;s:8:"function";s:16:"createController";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php";s:4:"line";i:38;s:8:"function";s:13:"getController";s:5:"class";s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3269;s:8:"function";s:13:"getController";s:5:"class";s:67:"Symfony\Component\HttpKernel\Controller\TraceableControllerResolver";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:55;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:17:"onKernelException";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3308;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3244;s:8:"function";s:15:"handleException";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:29;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:30;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:83;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:168:"The Sonata\CoreBundle\Model\BaseEntityManager class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Entity\BaseEntityManager instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:115:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/BaseEntityManager.php";s:4:"line";i:20;s:5:"level";i:28928;s:5:"stack";a:33:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:115:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/BaseEntityManager.php";s:4:"line";i:20;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:115:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle/Model/BaseEntityManager.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:101:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/media-bundle/src/Entity/MediaManager.php";s:4:"line";i:19;s:8:"function";s:17:"spl_autoload_call";}i:6;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:101:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/media-bundle/src/Entity/MediaManager.php";}s:8:"function";s:7:"include";}i:7;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:8;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:9;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:8095;s:8:"function";s:17:"spl_autoload_call";}i:10;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:36:"getSonata_Media_Manager_MediaService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:8381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:37:"getSonata_Media_Twig_ExtensionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9355;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:14:"getTwigService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:35:"getTwig_Controller_ExceptionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2581;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2198;s:8:"function";s:16:"createController";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php";s:4:"line";i:38;s:8:"function";s:13:"getController";s:5:"class";s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3269;s:8:"function";s:13:"getController";s:5:"class";s:67:"Symfony\Component\HttpKernel\Controller\TraceableControllerResolver";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:55;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:17:"onKernelException";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3308;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:29;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3244;s:8:"function";s:15:"handleException";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:30;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:31;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:32;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:84;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:112:"Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:81:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Loader/Array.php";s:4:"line";i:7;s:5:"level";i:28928;s:5:"stack";a:29:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:81:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Loader/Array.php";s:4:"line";i:7;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:81:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Loader/Array.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9879;s:8:"function";s:17:"spl_autoload_call";}i:6;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSonata_Formatter_Twig_Env_MarkdownService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7559;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:31:"getSonata_Formatter_PoolService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9360;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:14:"getTwigService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:35:"getTwig_Controller_ExceptionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2581;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2198;s:8:"function";s:16:"createController";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php";s:4:"line";i:38;s:8:"function";s:13:"getController";s:5:"class";s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3269;s:8:"function";s:13:"getController";s:5:"class";s:67:"Symfony\Component\HttpKernel\Controller\TraceableControllerResolver";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:55;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:17:"onKernelException";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3308;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3244;s:8:"function";s:15:"handleException";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:85;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:125:"Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Extension/Sandbox.php";s:4:"line";i:7;s:5:"level";i:28928;s:5:"stack";a:29:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Extension/Sandbox.php";s:4:"line";i:7;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:86:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Extension/Sandbox.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9881;s:8:"function";s:17:"spl_autoload_call";}i:6;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSonata_Formatter_Twig_Env_MarkdownService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7559;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:31:"getSonata_Formatter_PoolService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9360;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:14:"getTwigService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:35:"getTwig_Controller_ExceptionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2581;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2198;s:8:"function";s:16:"createController";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php";s:4:"line";i:38;s:8:"function";s:13:"getController";s:5:"class";s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3269;s:8:"function";s:13:"getController";s:5:"class";s:67:"Symfony\Component\HttpKernel\Controller\TraceableControllerResolver";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:55;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:17:"onKernelException";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3308;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3244;s:8:"function";s:15:"handleException";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:86;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:144:"Using the "Twig_Sandbox_SecurityPolicyInterface" class is deprecated since Twig version 2.7, use "Twig\Sandbox\SecurityPolicyInterface" instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:100:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php";s:4:"line";i:7;s:5:"level";i:28928;s:5:"stack";a:33:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:100:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php";s:4:"line";i:7;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:100:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:119:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/formatter-bundle/src/Twig/SecurityPolicyContainerAware.php";s:4:"line";i:26;s:8:"function";s:17:"spl_autoload_call";}i:6;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:119:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/formatter-bundle/src/Twig/SecurityPolicyContainerAware.php";}s:8:"function";s:7:"include";}i:7;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:8;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:9;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9881;s:8:"function";s:17:"spl_autoload_call";}i:10;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSonata_Formatter_Twig_Env_MarkdownService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7559;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:31:"getSonata_Formatter_PoolService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9360;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:14:"getTwigService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:35:"getTwig_Controller_ExceptionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2581;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2198;s:8:"function";s:16:"createController";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php";s:4:"line";i:38;s:8:"function";s:13:"getController";s:5:"class";s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3269;s:8:"function";s:13:"getController";s:5:"class";s:67:"Symfony\Component\HttpKernel\Controller\TraceableControllerResolver";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:55;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:17:"onKernelException";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3308;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:29;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3244;s:8:"function";s:15:"handleException";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:30;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:31;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:32;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:87;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:92:"Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:6:{s:4:"name";s:17:"E_USER_DEPRECATED";s:4:"type";i:16384;s:4:"file";s:74:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Lexer.php";s:4:"line";i:7;s:5:"level";i:28928;s:5:"stack";a:29:{i:0;a:3:{s:8:"function";s:11:"handleError";s:5:"class";s:36:"Symfony\Component\Debug\ErrorHandler";s:4:"type";s:2:"->";}i:1;a:3:{s:4:"file";s:74:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Lexer.php";s:4:"line";i:7;s:8:"function";s:13:"trigger_error";}i:2;a:4:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:444;s:4:"args";a:1:{i:0;s:74:"/home/users/locja/public_html/locja.pl/vendor/twig/twig/lib/Twig/Lexer.php";}s:8:"function";s:7:"include";}i:3;a:3:{s:4:"file";s:70:"/home/users/locja/public_html/locja.pl/vendor/composer/ClassLoader.php";s:4:"line";i:322;s:8:"function";s:29:"Composer\Autoload\includeFile";}i:4;a:3:{s:8:"function";s:9:"loadClass";s:5:"class";s:29:"Composer\Autoload\ClassLoader";s:4:"type";s:2:"->";}i:5;a:3:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9885;s:8:"function";s:17:"spl_autoload_call";}i:6;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:44:"getSonata_Formatter_Twig_Env_MarkdownService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:7;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:7559;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:8;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:31:"getSonata_Formatter_PoolService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:9;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9360;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:10;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:14:"getTwigService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:11;a:5:{s:4:"file";s:86:"/home/users/locja/public_html/locja.pl/app/cache/prod/appProdDebugProjectContainer.php";s:4:"line";i:9381;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:12;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2280;s:8:"function";s:35:"getTwig_Controller_ExceptionService";s:5:"class";s:28:"appProdDebugProjectContainer";s:4:"type";s:2:"->";}i:13;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2581;s:8:"function";s:3:"get";s:5:"class";s:47:"Symfony\Component\DependencyInjection\Container";s:4:"type";s:2:"->";}i:14;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2198;s:8:"function";s:16:"createController";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:15;a:5:{s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php";s:4:"line";i:38;s:8:"function";s:13:"getController";s:5:"class";s:58:"Symfony\Component\HttpKernel\Controller\ControllerResolver";s:4:"type";s:2:"->";}i:16;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3269;s:8:"function";s:13:"getController";s:5:"class";s:67:"Symfony\Component\HttpKernel\Controller\TraceableControllerResolver";s:4:"type";s:2:"->";}i:17;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3235;s:8:"function";s:9:"handleRaw";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:18;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:19;a:5:{s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:55;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:20;a:5:{s:4:"file";s:125:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php";s:4:"line";i:61;s:8:"function";s:17:"onKernelException";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:4:"type";s:2:"->";}i:21;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1886;s:8:"function";s:8:"__invoke";s:5:"class";s:55:"Symfony\Component\EventDispatcher\Debug\WrappedListener";s:4:"type";s:2:"->";}i:22;a:5:{s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:1801;s:8:"function";s:10:"doDispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:23;a:5:{s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php";s:4:"line";i:133;s:8:"function";s:8:"dispatch";s:5:"class";s:49:"Symfony\Component\EventDispatcher\EventDispatcher";s:4:"type";s:2:"->";}i:24;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3308;s:8:"function";s:8:"dispatch";s:5:"class";s:64:"Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher";s:4:"type";s:2:"->";}i:25;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3244;s:8:"function";s:15:"handleException";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:26;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3389;s:8:"function";s:6:"handle";s:5:"class";s:39:"Symfony\Component\HttpKernel\HttpKernel";s:4:"type";s:2:"->";}i:27;a:5:{s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:2594;s:8:"function";s:6:"handle";s:5:"class";s:73:"Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel";s:4:"type";s:2:"->";}i:28;a:5:{s:4:"file";s:50:"/home/users/locja/public_html/locja.pl/web/app.php";s:4:"line";i:29;s:8:"function";s:6:"handle";s:5:"class";s:35:"Symfony\Component\HttpKernel\Kernel";s:4:"type";s:2:"->";}}}s:7:"channel";s:3:"php";}i:88;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:134:"Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:89;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:133:"Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:90;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:137:"Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:91;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:141:"Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:92;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:136:"Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:93;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:135:"Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:94;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:135:"Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:95;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:122:"Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:96;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:107:"Notified event "kernel.response" to listener "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:97;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:125:"Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:98;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:125:"Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:99;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:132:"Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:100;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:125:"Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:101;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:128:"Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:102;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:133:"Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:103;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:134:"Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:104;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:138:"Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:105;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:134:"Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:106;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:117:"Notified event "kernel.finish_request" to listener "Symfony\Component\Security\Http\Firewall::onKernelFinishRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:107;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:126:"Notified event "kernel.exception" to listener "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:108;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:127:"Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:109;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:128:"Notified event "kernel.exception" to listener "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:110;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:128:"Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:111;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:143:"Listener "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException" stopped propagation of the event "kernel.exception".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:112;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:107:"Notified event "kernel.response" to listener "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:113;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:125:"Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:114;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:125:"Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:115;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:132:"Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:116;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:125:"Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:117;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:128:"Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:118;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:133:"Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:119;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:134:"Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:120;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:138:"Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:121;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:134:"Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}i:122;a:6:{s:9:"timestamp";i:1711648214;s:7:"message";s:117:"Notified event "kernel.finish_request" to listener "Symfony\Component\Security\Http\Firewall::onKernelFinishRequest".";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:0:{}s:7:"channel";s:5:"event";}}}}s:6:"events";C:61:"Symfony\Component\HttpKernel\DataCollector\EventDataCollector":23272:{a:2:{s:16:"called_listeners";a:32:{s:90:"kernel.request.Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure";a:8:{s:5:"event";s:14:"kernel.request";s:8:"priority";i:2048;s:4:"type";s:6:"Method";s:5:"class";s:64:"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener";s:6:"method";s:9:"configure";s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php";s:4:"line";i:62;s:6:"pretty";s:75:"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure";}s:91:"kernel.request.Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest";a:8:{s:5:"event";s:14:"kernel.request";s:8:"priority";i:1024;s:4:"type";s:6:"Method";s:5:"class";s:59:"Symfony\Component\HttpKernel\EventListener\ProfilerListener";s:6:"method";s:15:"onKernelRequest";s:4:"file";s:129:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php";s:4:"line";i:93;s:6:"pretty";s:76:"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest";}s:98:"kernel.request.Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest";a:8:{s:5:"event";s:14:"kernel.request";s:8:"priority";i:256;s:4:"type";s:6:"Method";s:5:"class";s:66:"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener";s:6:"method";s:15:"onKernelRequest";s:4:"file";s:136:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php";s:4:"line";i:29;s:6:"pretty";s:83:"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest";}s:92:"kernel.request.Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest";a:8:{s:5:"event";s:14:"kernel.request";s:8:"priority";i:128;s:4:"type";s:6:"Method";s:5:"class";s:60:"Symfony\Bundle\FrameworkBundle\EventListener\SessionListener";s:6:"method";s:15:"onKernelRequest";s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:17;s:6:"pretty";s:77:"Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest";}s:91:"kernel.request.Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest";a:8:{s:5:"event";s:14:"kernel.request";s:8:"priority";i:48;s:4:"type";s:6:"Method";s:5:"class";s:59:"Symfony\Component\HttpKernel\EventListener\FragmentListener";s:6:"method";s:15:"onKernelRequest";s:4:"file";s:129:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php";s:4:"line";i:52;s:6:"pretty";s:76:"Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest";}s:89:"kernel.request.Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest";a:8:{s:5:"event";s:14:"kernel.request";s:8:"priority";i:32;s:4:"type";s:6:"Method";s:5:"class";s:57:"Symfony\Component\HttpKernel\EventListener\RouterListener";s:6:"method";s:15:"onKernelRequest";s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2108;s:6:"pretty";s:74:"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest";}s:89:"kernel.request.Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest";a:8:{s:5:"event";s:14:"kernel.request";s:8:"priority";i:16;s:4:"type";s:6:"Method";s:5:"class";s:57:"Symfony\Component\HttpKernel\EventListener\LocaleListener";s:6:"method";s:15:"onKernelRequest";s:4:"file";s:127:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php";s:4:"line";i:95;s:6:"pretty";s:74:"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest";}s:93:"kernel.request.Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest";a:8:{s:5:"event";s:14:"kernel.request";s:8:"priority";i:10;s:4:"type";s:6:"Method";s:5:"class";s:61:"Symfony\Component\HttpKernel\EventListener\TranslatorListener";s:6:"method";s:15:"onKernelRequest";s:4:"file";s:131:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TranslatorListener.php";s:4:"line";i:38;s:6:"pretty";s:78:"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest";}s:72:"kernel.request.Symfony\Component\Security\Http\Firewall::onKernelRequest";a:8:{s:5:"event";s:14:"kernel.request";s:8:"priority";i:8;s:4:"type";s:6:"Method";s:5:"class";s:40:"Symfony\Component\Security\Http\Firewall";s:6:"method";s:15:"onKernelRequest";s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2652;s:6:"pretty";s:57:"Symfony\Component\Security\Http\Firewall::onKernelRequest";}s:102:"kernel.controller.Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController";a:8:{s:5:"event";s:17:"kernel.controller";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:64:"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector";s:6:"method";s:18:"onKernelController";s:4:"file";s:132:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php";s:4:"line";i:64;s:6:"pretty";s:84:"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController";}s:101:"kernel.controller.Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController";a:8:{s:5:"event";s:17:"kernel.controller";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:63:"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector";s:6:"method";s:18:"onKernelController";s:4:"file";s:133:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php";s:4:"line";i:292;s:6:"pretty";s:83:"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController";}s:105:"kernel.controller.Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController";a:8:{s:5:"event";s:17:"kernel.controller";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:67:"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener";s:6:"method";s:18:"onKernelController";s:4:"file";s:112:"/home/users/locja/public_html/locja.pl/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php";s:4:"line";i:51;s:6:"pretty";s:87:"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController";}s:109:"kernel.controller.Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController";a:8:{s:5:"event";s:17:"kernel.controller";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:71:"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener";s:6:"method";s:18:"onKernelController";s:4:"file";s:116:"/home/users/locja/public_html/locja.pl/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php";s:4:"line";i:58;s:6:"pretty";s:91:"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController";}s:104:"kernel.controller.Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController";a:8:{s:5:"event";s:17:"kernel.controller";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:66:"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener";s:6:"method";s:18:"onKernelController";s:4:"file";s:111:"/home/users/locja/public_html/locja.pl/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php";s:4:"line";i:43;s:6:"pretty";s:86:"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController";}s:103:"kernel.controller.Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController";a:8:{s:5:"event";s:17:"kernel.controller";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:65:"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener";s:6:"method";s:18:"onKernelController";s:4:"file";s:110:"/home/users/locja/public_html/locja.pl/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php";s:4:"line";i:48;s:6:"pretty";s:85:"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController";}s:103:"kernel.controller.Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController";a:8:{s:5:"event";s:17:"kernel.controller";s:8:"priority";i:-128;s:4:"type";s:6:"Method";s:5:"class";s:65:"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener";s:6:"method";s:18:"onKernelController";s:4:"file";s:110:"/home/users/locja/public_html/locja.pl/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php";s:4:"line";i:53;s:6:"pretty";s:85:"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController";}s:90:"kernel.response.Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse";a:8:{s:5:"event";s:15:"kernel.response";s:8:"priority";N;s:4:"type";s:6:"Method";s:5:"class";s:56:"Symfony\Component\Security\Http\Firewall\ContextListener";s:6:"method";s:16:"onKernelResponse";s:4:"file";s:126:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ContextListener.php";s:4:"line";i:102;s:6:"pretty";s:74:"Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse";}s:75:"kernel.response.Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse";a:8:{s:5:"event";s:15:"kernel.response";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:41:"Sonata\BlockBundle\Cache\HttpCacheHandler";s:6:"method";s:16:"onKernelResponse";s:4:"file";s:104:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php";s:4:"line";i:60;s:6:"pretty";s:59:"Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse";}s:93:"kernel.response.Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse";a:8:{s:5:"event";s:15:"kernel.response";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:59:"Symfony\Component\HttpKernel\EventListener\ResponseListener";s:6:"method";s:16:"onKernelResponse";s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2011;s:6:"pretty";s:77:"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse";}s:93:"kernel.response.Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse";a:8:{s:5:"event";s:15:"kernel.response";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:59:"Symfony\Component\Security\Http\RememberMe\ResponseListener";s:6:"method";s:16:"onKernelResponse";s:4:"file";s:129:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php";s:4:"line";i:25;s:6:"pretty";s:77:"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse";}s:100:"kernel.response.Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse";a:8:{s:5:"event";s:15:"kernel.response";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:66:"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener";s:6:"method";s:16:"onKernelResponse";s:4:"file";s:111:"/home/users/locja/public_html/locja.pl/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php";s:4:"line";i:82;s:6:"pretty";s:84:"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse";}s:93:"kernel.response.Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse";a:8:{s:5:"event";s:15:"kernel.response";s:8:"priority";i:-100;s:4:"type";s:6:"Method";s:5:"class";s:59:"Symfony\Component\HttpKernel\EventListener\ProfilerListener";s:6:"method";s:16:"onKernelResponse";s:4:"file";s:129:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php";s:4:"line";i:103;s:6:"pretty";s:77:"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse";}s:96:"kernel.response.Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse";a:8:{s:5:"event";s:15:"kernel.response";s:8:"priority";i:-1000;s:4:"type";s:6:"Method";s:5:"class";s:62:"Symfony\Component\HttpKernel\EventListener\SaveSessionListener";s:6:"method";s:16:"onKernelResponse";s:4:"file";s:132:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/SaveSessionListener.php";s:4:"line";i:47;s:6:"pretty";s:80:"Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse";}s:101:"kernel.response.Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse";a:8:{s:5:"event";s:15:"kernel.response";s:8:"priority";i:-1024;s:4:"type";s:6:"Method";s:5:"class";s:67:"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener";s:6:"method";s:16:"onKernelResponse";s:4:"file";s:137:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/StreamedResponseListener.php";s:4:"line";i:30;s:6:"pretty";s:85:"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse";}s:102:"kernel.finish_request.Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest";a:8:{s:5:"event";s:21:"kernel.finish_request";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:57:"Symfony\Component\HttpKernel\EventListener\LocaleListener";s:6:"method";s:21:"onKernelFinishRequest";s:4:"file";s:127:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php";s:4:"line";i:104;s:6:"pretty";s:80:"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest";}s:106:"kernel.finish_request.Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest";a:8:{s:5:"event";s:21:"kernel.finish_request";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:61:"Symfony\Component\HttpKernel\EventListener\TranslatorListener";s:6:"method";s:21:"onKernelFinishRequest";s:4:"file";s:131:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/TranslatorListener.php";s:4:"line";i:43;s:6:"pretty";s:84:"Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest";}s:102:"kernel.finish_request.Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest";a:8:{s:5:"event";s:21:"kernel.finish_request";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:57:"Symfony\Component\HttpKernel\EventListener\RouterListener";s:6:"method";s:21:"onKernelFinishRequest";s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2102;s:6:"pretty";s:80:"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest";}s:85:"kernel.finish_request.Symfony\Component\Security\Http\Firewall::onKernelFinishRequest";a:8:{s:5:"event";s:21:"kernel.finish_request";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:40:"Symfony\Component\Security\Http\Firewall";s:6:"method";s:21:"onKernelFinishRequest";s:4:"file";s:65:"/home/users/locja/public_html/locja.pl/app/cache/prod/classes.php";s:4:"line";i:2683;s:6:"pretty";s:63:"Symfony\Component\Security\Http\Firewall::onKernelFinishRequest";}s:94:"kernel.exception.Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException";a:8:{s:5:"event";s:16:"kernel.exception";s:8:"priority";N;s:4:"type";s:6:"Method";s:5:"class";s:58:"Symfony\Component\Security\Http\Firewall\ExceptionListener";s:6:"method";s:17:"onKernelException";s:4:"file";s:128:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php";s:4:"line";i:85;s:6:"pretty";s:77:"Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException";}s:95:"kernel.exception.Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException";a:8:{s:5:"event";s:16:"kernel.exception";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:59:"Symfony\Component\HttpKernel\EventListener\ProfilerListener";s:6:"method";s:17:"onKernelException";s:4:"file";s:129:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php";s:4:"line";i:81;s:6:"pretty";s:78:"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException";}s:96:"kernel.exception.Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException";a:8:{s:5:"event";s:16:"kernel.exception";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:66:"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener";s:6:"method";s:11:"onException";s:4:"file";s:110:"/home/users/locja/public_html/locja.pl/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php";s:4:"line";i:41;s:6:"pretty";s:79:"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException";}s:96:"kernel.exception.Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException";a:8:{s:5:"event";s:16:"kernel.exception";s:8:"priority";i:-128;s:4:"type";s:6:"Method";s:5:"class";s:60:"Symfony\Component\HttpKernel\EventListener\ExceptionListener";s:6:"method";s:17:"onKernelException";s:4:"file";s:130:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php";s:4:"line";i:44;s:6:"pretty";s:79:"Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException";}}s:20:"not_called_listeners";a:10:{s:91:"console.command.Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure";a:8:{s:5:"event";s:15:"console.command";s:8:"priority";i:2048;s:4:"type";s:6:"Method";s:5:"class";s:64:"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener";s:6:"method";s:9:"configure";s:4:"file";s:134:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php";s:4:"line";i:62;s:6:"pretty";s:75:"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure";}s:72:"console.command.Symfony\Bridge\Monolog\Handler\ConsoleHandler::onCommand";a:8:{s:5:"event";s:15:"console.command";s:8:"priority";i:255;s:4:"type";s:6:"Method";s:5:"class";s:45:"Symfony\Bridge\Monolog\Handler\ConsoleHandler";s:6:"method";s:9:"onCommand";s:4:"file";s:115:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php";s:4:"line";i:108;s:6:"pretty";s:56:"Symfony\Bridge\Monolog\Handler\ConsoleHandler::onCommand";}s:96:"kernel.terminate.Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onTerminate";a:8:{s:5:"event";s:16:"kernel.terminate";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:66:"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener";s:6:"method";s:11:"onTerminate";s:4:"file";s:110:"/home/users/locja/public_html/locja.pl/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php";s:4:"line";i:46;s:6:"pretty";s:79:"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onTerminate";}s:93:"security.interactive_login.Os\LocjaBundle\Utils\CustomUserManager::onSecurityInteractiveLogin";a:8:{s:5:"event";s:26:"security.interactive_login";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:38:"Os\LocjaBundle\Utils\CustomUserManager";s:6:"method";s:26:"onSecurityInteractiveLogin";s:4:"file";s:85:"/home/users/locja/public_html/locja.pl/src/Os/LocjaBundle/Utils/CustomUserManager.php";s:4:"line";i:29;s:6:"pretty";s:66:"Os\LocjaBundle\Utils\CustomUserManager::onSecurityInteractiveLogin";}s:103:"security.interactive_login.FOS\UserBundle\Security\InteractiveLoginListener::onSecurityInteractiveLogin";a:8:{s:5:"event";s:26:"security.interactive_login";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:48:"FOS\UserBundle\Security\InteractiveLoginListener";s:6:"method";s:26:"onSecurityInteractiveLogin";s:4:"file";s:127:"/home/users/locja/public_html/locja.pl/vendor/friendsofsymfony/user-bundle/FOS/UserBundle/Security/InteractiveLoginListener.php";s:4:"line";i:27;s:6:"pretty";s:76:"FOS\UserBundle\Security\InteractiveLoginListener::onSecurityInteractiveLogin";}s:97:"console.terminate.Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onTerminate";a:8:{s:5:"event";s:17:"console.terminate";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:66:"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener";s:6:"method";s:11:"onTerminate";s:4:"file";s:110:"/home/users/locja/public_html/locja.pl/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php";s:4:"line";i:46;s:6:"pretty";s:79:"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onTerminate";}s:97:"console.exception.Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException";a:8:{s:5:"event";s:17:"console.exception";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:66:"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener";s:6:"method";s:11:"onException";s:4:"file";s:110:"/home/users/locja/public_html/locja.pl/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php";s:4:"line";i:41;s:6:"pretty";s:79:"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException";}s:91:"kernel.view.Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView";a:8:{s:5:"event";s:11:"kernel.view";s:8:"priority";i:0;s:4:"type";s:6:"Method";s:5:"class";s:65:"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener";s:6:"method";s:12:"onKernelView";s:4:"file";s:110:"/home/users/locja/public_html/locja.pl/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php";s:4:"line";i:77;s:6:"pretty";s:79:"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView";}s:76:"console.terminate.Symfony\Bridge\Monolog\Handler\ConsoleHandler::onTerminate";a:8:{s:5:"event";s:17:"console.terminate";s:8:"priority";i:-255;s:4:"type";s:6:"Method";s:5:"class";s:45:"Symfony\Bridge\Monolog\Handler\ConsoleHandler";s:6:"method";s:11:"onTerminate";s:4:"file";s:115:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php";s:4:"line";i:121;s:6:"pretty";s:58:"Symfony\Bridge\Monolog\Handler\ConsoleHandler::onTerminate";}s:95:"kernel.terminate.Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate";a:8:{s:5:"event";s:16:"kernel.terminate";s:8:"priority";i:-1024;s:4:"type";s:6:"Method";s:5:"class";s:59:"Symfony\Component\HttpKernel\EventListener\ProfilerListener";s:6:"method";s:17:"onKernelTerminate";s:4:"file";s:129:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php";s:4:"line";i:138;s:6:"pretty";s:78:"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate";}}}}s:6:"router";C:64:"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector":51:{a:3:{s:8:"redirect";b:0;s:3:"url";N;s:5:"route";N;}}s:11:"translation";C:68:"Symfony\Component\Translation\DataCollector\TranslationDataCollector":51:{a:4:{i:0;i:0;i:1;i:0;i:2;i:0;s:8:"messages";a:0:{}}}s:8:"security";C:65:"Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector":268:{a:8:{s:7:"enabled";b:1;s:13:"authenticated";b:1;s:11:"token_class";s:67:"Symfony\Component\Security\Core\Authentication\Token\AnonymousToken";s:10:"logout_url";N;s:4:"user";s:5:"anon.";s:5:"roles";a:0:{}s:15:"inherited_roles";a:0:{}s:23:"supports_role_hierarchy";b:1;}}s:4:"twig";C:51:"Symfony\Bridge\Twig\DataCollector\TwigDataCollector":16946:{a:1:{s:7:"profile";s:16915:"C:21:"Twig\Profiler\Profile":16878:{a:6:{i:0;s:4:"main";i:1;s:4:"main";i:2;s:4:"ROOT";i:3;a:3:{s:2:"wt";d:1711648214.759098052978515625;s:2:"mu";i:2415392;s:3:"pmu";i:2415392;}i:4;a:3:{s:2:"wt";d:1711648214.8875548839569091796875;s:2:"mu";i:7956680;s:3:"pmu";i:10442088;}i:5;a:1:{i:0;C:21:"Twig\Profiler\Profile":16591:{a:6:{i:0;s:40:"@Twig/Exception/exception_full.html.twig";i:1;s:40:"@Twig/Exception/exception_full.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8323650360107421875;s:2:"mu";i:7652024;s:3:"pmu";i:7652024;}i:4;a:3:{s:2:"wt";d:1711648214.8875539302825927734375;s:2:"mu";i:7956304;s:3:"pmu";i:10442088;}i:5;a:1:{i:0;C:21:"Twig\Profiler\Profile":16225:{a:6:{i:0;s:22:"@Twig/layout.html.twig";i:1;s:22:"@Twig/layout.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.83250904083251953125;s:2:"mu";i:7658984;s:3:"pmu";i:7658984;}i:4;a:3:{s:2:"wt";d:1711648214.8875510692596435546875;s:2:"mu";i:7956216;s:3:"pmu";i:10442088;}i:5;a:3:{i:0;C:21:"Twig\Profiler\Profile":286:{a:6:{i:0;s:40:"@Twig/Exception/exception_full.html.twig";i:1;s:5:"title";i:2;s:5:"block";i:3;a:3:{s:2:"wt";d:1711648214.8325240612030029296875;s:2:"mu";i:7660816;s:3:"pmu";i:7660816;}i:4;a:3:{s:2:"wt";d:1711648214.83257007598876953125;s:2:"mu";i:7672808;s:3:"pmu";i:7677312;}i:5;a:0:{}}}i:1;C:21:"Twig\Profiler\Profile":284:{a:6:{i:0;s:40:"@Twig/Exception/exception_full.html.twig";i:1;s:4:"head";i:2;s:5:"block";i:3;a:3:{s:2:"wt";d:1711648214.83261394500732421875;s:2:"mu";i:7673296;s:3:"pmu";i:7677312;}i:4;a:3:{s:2:"wt";d:1711648214.832623004913330078125;s:2:"mu";i:7673696;s:3:"pmu";i:7677312;}i:5;a:0:{}}}i:2;C:21:"Twig\Profiler\Profile":15246:{a:6:{i:0;s:40:"@Twig/Exception/exception_full.html.twig";i:1;s:4:"body";i:2;s:5:"block";i:3;a:3:{s:2:"wt";d:1711648214.8326261043548583984375;s:2:"mu";i:7674208;s:3:"pmu";i:7677312;}i:4;a:3:{s:2:"wt";d:1711648214.8875501155853271484375;s:2:"mu";i:7955840;s:3:"pmu";i:10442088;}i:5;a:1:{i:0;C:21:"Twig\Profiler\Profile":14917:{a:6:{i:0;s:35:"@Twig/Exception/exception.html.twig";i:1;s:35:"@Twig/Exception/exception.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.832725048065185546875;s:2:"mu";i:7677848;s:3:"pmu";i:7677848;}i:4;a:3:{s:2:"wt";d:1711648214.887547016143798828125;s:2:"mu";i:7956448;s:3:"pmu";i:10442088;}i:5;a:3:{i:0;C:21:"Twig\Profiler\Profile":6916:{a:6:{i:0;s:32:"@Twig/Exception/traces.html.twig";i:1;s:32:"@Twig/Exception/traces.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.83290195465087890625;s:2:"mu";i:7686152;s:3:"pmu";i:7686152;}i:4;a:3:{s:2:"wt";d:1711648214.8855860233306884765625;s:2:"mu";i:7829728;s:3:"pmu";i:10442088;}i:5;a:19:{i:0;C:21:"Twig\Profiler\Profile":309:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8331639766693115234375;s:2:"mu";i:7692368;s:3:"pmu";i:7692368;}i:4;a:3:{s:2:"wt";d:1711648214.8348610401153564453125;s:2:"mu";i:7693800;s:3:"pmu";i:8258568;}i:5;a:0:{}}}i:1;C:21:"Twig\Profiler\Profile":308:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8348920345306396484375;s:2:"mu";i:7694776;s:3:"pmu";i:8258568;}i:4;a:3:{s:2:"wt";d:1711648214.835115909576416015625;s:2:"mu";i:7727976;s:3:"pmu";i:8258568;}i:5;a:0:{}}}i:2;C:21:"Twig\Profiler\Profile":307:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8351380825042724609375;s:2:"mu";i:7728552;s:3:"pmu";i:8258568;}i:4;a:3:{s:2:"wt";d:1711648214.83683300018310546875;s:2:"mu";i:7745368;s:3:"pmu";i:8310136;}i:5;a:0:{}}}i:3;C:21:"Twig\Profiler\Profile":309:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8368589878082275390625;s:2:"mu";i:7745944;s:3:"pmu";i:8310136;}i:4;a:3:{s:2:"wt";d:1711648214.8372719287872314453125;s:2:"mu";i:7746536;s:3:"pmu";i:8310136;}i:5;a:0:{}}}i:4;C:21:"Twig\Profiler\Profile":308:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.837294101715087890625;s:2:"mu";i:7747112;s:3:"pmu";i:8310136;}i:4;a:3:{s:2:"wt";d:1711648214.8377430438995361328125;s:2:"mu";i:7763928;s:3:"pmu";i:8310136;}i:5;a:0:{}}}i:5;C:21:"Twig\Profiler\Profile":307:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8377649784088134765625;s:2:"mu";i:7764504;s:3:"pmu";i:8310136;}i:4;a:3:{s:2:"wt";d:1711648214.84350299835205078125;s:2:"mu";i:7765064;s:3:"pmu";i:9794528;}i:5;a:0:{}}}i:6;C:21:"Twig\Profiler\Profile":309:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8435308933258056640625;s:2:"mu";i:7765640;s:3:"pmu";i:9794528;}i:4;a:3:{s:2:"wt";d:1711648214.8448960781097412109375;s:2:"mu";i:7766232;s:3:"pmu";i:9794528;}i:5;a:0:{}}}i:7;C:21:"Twig\Profiler\Profile":309:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8449199199676513671875;s:2:"mu";i:7766808;s:3:"pmu";i:9794528;}i:4;a:3:{s:2:"wt";d:1711648214.8461658954620361328125;s:2:"mu";i:7767240;s:3:"pmu";i:9794528;}i:5;a:0:{}}}i:8;C:21:"Twig\Profiler\Profile":306:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.846189022064208984375;s:2:"mu";i:7767816;s:3:"pmu";i:9794528;}i:4;a:3:{s:2:"wt";d:1711648214.84757709503173828125;s:2:"mu";i:7784952;s:3:"pmu";i:9794528;}i:5;a:0:{}}}i:9;C:21:"Twig\Profiler\Profile":307:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.84759998321533203125;s:2:"mu";i:7785848;s:3:"pmu";i:9794528;}i:4;a:3:{s:2:"wt";d:1711648214.8483779430389404296875;s:2:"mu";i:7786440;s:3:"pmu";i:9794528;}i:5;a:0:{}}}i:10;C:21:"Twig\Profiler\Profile":300:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8484039306640625;s:2:"mu";i:7787016;s:3:"pmu";i:9794528;}i:4;a:3:{s:2:"wt";d:1711648214.8495349884033203125;s:2:"mu";i:7787576;s:3:"pmu";i:9794528;}i:5;a:0:{}}}i:11;C:21:"Twig\Profiler\Profile":309:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8495581150054931640625;s:2:"mu";i:7788152;s:3:"pmu";i:9794528;}i:4;a:3:{s:2:"wt";d:1711648214.8506948947906494140625;s:2:"mu";i:7788584;s:3:"pmu";i:9794528;}i:5;a:0:{}}}i:12;C:21:"Twig\Profiler\Profile":309:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.850718021392822265625;s:2:"mu";i:7789160;s:3:"pmu";i:9794528;}i:4;a:3:{s:2:"wt";d:1711648214.8573420047760009765625;s:2:"mu";i:7789720;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:13;C:21:"Twig\Profiler\Profile":310:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.857368946075439453125;s:2:"mu";i:7790296;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8582251071929931640625;s:2:"mu";i:7807560;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:14;C:21:"Twig\Profiler\Profile":311:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8582470417022705078125;s:2:"mu";i:7808136;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8649380207061767578125;s:2:"mu";i:7808664;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:15;C:21:"Twig\Profiler\Profile":310:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.864964962005615234375;s:2:"mu";i:7809240;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8717110157012939453125;s:2:"mu";i:7809672;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:16;C:21:"Twig\Profiler\Profile":310:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8717439174652099609375;s:2:"mu";i:7810248;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.878490924835205078125;s:2:"mu";i:7811320;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:17;C:21:"Twig\Profiler\Profile":307:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8785240650177001953125;s:2:"mu";i:7812536;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.885356903076171875;s:2:"mu";i:7829352;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:18;C:21:"Twig\Profiler\Profile":310:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.885406970977783203125;s:2:"mu";i:7829928;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8855741024017333984375;s:2:"mu";i:7830440;s:3:"pmu";i:10442088;}i:5;a:0:{}}}}}}i:1;C:21:"Twig\Profiler\Profile":305:{a:6:{i:0;s:30:"@Twig/Exception/logs.html.twig";i:1;s:30:"@Twig/Exception/logs.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8859279155731201171875;s:2:"mu";i:7888936;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.886219024658203125;s:2:"mu";i:7906936;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:2;C:21:"Twig\Profiler\Profile":7261:{a:6:{i:0;s:37:"@Twig/Exception/traces_text.html.twig";i:1;s:37:"@Twig/Exception/traces_text.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.88632297515869140625;s:2:"mu";i:7863232;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.887545108795166015625;s:2:"mu";i:7957432;s:3:"pmu";i:10442088;}i:5;a:1:{i:0;C:21:"Twig\Profiler\Profile":6901:{a:6:{i:0;s:31:"@Twig/Exception/traces.txt.twig";i:1;s:31:"@Twig/Exception/traces.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8864419460296630859375;s:2:"mu";i:7869848;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8875410556793212890625;s:2:"mu";i:7959168;s:3:"pmu";i:10442088;}i:5;a:19:{i:0;C:21:"Twig\Profiler\Profile":308:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8865311145782470703125;s:2:"mu";i:7876704;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.886539936065673828125;s:2:"mu";i:7877976;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:1;C:21:"Twig\Profiler\Profile":307:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.886559009552001953125;s:2:"mu";i:7878952;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.886888027191162109375;s:2:"mu";i:7908056;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:2;C:21:"Twig\Profiler\Profile":307:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.886908054351806640625;s:2:"mu";i:7908632;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.887032985687255859375;s:2:"mu";i:7925448;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:3;C:21:"Twig\Profiler\Profile":303:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.887051105499267578125;s:2:"mu";i:7926024;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.88706207275390625;s:2:"mu";i:7926456;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:4;C:21:"Twig\Profiler\Profile":309:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8870790004730224609375;s:2:"mu";i:7927032;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8870871067047119140625;s:2:"mu";i:7927464;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:5;C:21:"Twig\Profiler\Profile":306:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.88710308074951171875;s:2:"mu";i:7928040;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.887113094329833984375;s:2:"mu";i:7928472;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:6;C:21:"Twig\Profiler\Profile":308:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8871290683746337890625;s:2:"mu";i:7929048;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.887157917022705078125;s:2:"mu";i:7929480;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:7;C:21:"Twig\Profiler\Profile":309:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8871738910675048828125;s:2:"mu";i:7930056;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8871929645538330078125;s:2:"mu";i:7930488;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:8;C:21:"Twig\Profiler\Profile":306:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8872089385986328125;s:2:"mu";i:7931064;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8872849941253662109375;s:2:"mu";i:7948200;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:9;C:21:"Twig\Profiler\Profile":308:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.887301921844482421875;s:2:"mu";i:7949096;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8873078823089599609375;s:2:"mu";i:7949528;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:10;C:21:"Twig\Profiler\Profile":309:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8873240947723388671875;s:2:"mu";i:7950104;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8873350620269775390625;s:2:"mu";i:7950536;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:11;C:21:"Twig\Profiler\Profile":307:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.88735103607177734375;s:2:"mu";i:7951112;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8873579502105712890625;s:2:"mu";i:7951544;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:12;C:21:"Twig\Profiler\Profile":309:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8873789310455322265625;s:2:"mu";i:7952120;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8873870372772216796875;s:2:"mu";i:7952552;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:13;C:21:"Twig\Profiler\Profile":308:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.887403011322021484375;s:2:"mu";i:7953128;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8874189853668212890625;s:2:"mu";i:7953560;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:14;C:21:"Twig\Profiler\Profile":306:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.88743495941162109375;s:2:"mu";i:7954136;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.887443065643310546875;s:2:"mu";i:7954568;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:15;C:21:"Twig\Profiler\Profile":308:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8874590396881103515625;s:2:"mu";i:7955144;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.887466907501220703125;s:2:"mu";i:7955576;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:16;C:21:"Twig\Profiler\Profile":309:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8874828815460205078125;s:2:"mu";i:7956152;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8874909877777099609375;s:2:"mu";i:7957224;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:17;C:21:"Twig\Profiler\Profile":306:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.887506961822509765625;s:2:"mu";i:7958440;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.88751506805419921875;s:2:"mu";i:7958872;s:3:"pmu";i:10442088;}i:5;a:0:{}}}i:18;C:21:"Twig\Profiler\Profile":306:{a:6:{i:0;s:30:"@Twig/Exception/trace.txt.twig";i:1;s:30:"@Twig/Exception/trace.txt.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648214.8875300884246826171875;s:2:"mu";i:7959448;s:3:"pmu";i:10442088;}i:4;a:3:{s:2:"wt";d:1711648214.8875370025634765625;s:2:"mu";i:7959880;s:3:"pmu";i:10442088;}i:5;a:0:{}}}}}}}}}}}}}}}}}}}}}}}}";}}s:2:"db";C:66:"Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector":16626:{a:6:{s:7:"queries";a:1:{s:7:"default";a:32:{i:1;a:5:{s:3:"sql";s:268:"SELECT t0.id AS id1, t0.name AS name2, t0.name_slug AS name_slug3, t0.is_available AS is_available4, t0.description AS description5, t0.sorting AS sorting6, t0.title_seo AS title_seo7, t0.description_seo AS description_seo8 FROM zbior t0 WHERE t0.name_slug = ? LIMIT 1";s:6:"params";a:1:{i:0;s:15:"elementy-murowe";}s:5:"types";a:1:{i:0;i:2;}s:11:"executionMS";d:0.0003068447113037109375;s:11:"explainable";b:1;}i:2;a:5:{s:3:"sql";s:135:"SELECT g0_.id AS id0 FROM zbior z1_ LEFT JOIN grupa_produktowa g0_ ON z1_.id = g0_.zbior_id WHERE z1_.name_slug = ? ORDER BY g0_.id ASC";s:6:"params";a:1:{i:0;s:15:"elementy-murowe";}s:5:"types";a:1:{i:0;i:2;}s:11:"executionMS";d:0.000158786773681640625;s:11:"explainable";b:1;}i:3;a:5:{s:3:"sql";s:692:"SELECT p0_.id AS id0, p0_.name AS name1, p0_.shortname AS shortname2, p0_.miejscowosc AS miejscowosc3, p0_.adres1 AS adres14, p0_.adres2 AS adres25, p0_.kod AS kod6, p0_.poczta AS poczta7, p0_.nip AS nip8, p0_.telefon AS telefon9, p0_.email AS email10, p0_.www AS www11, p0_.opis AS opis12, p0_.internal_comments AS internal_comments13 FROM producent p0_ LEFT JOIN produkt p1_ ON p0_.id = p1_.producent_id LEFT JOIN grupa_produktowa g2_ ON p1_.grupa_produktowa_id = g2_.id WHERE g2_.id IN (?) GROUP BY p0_.id, p0_.name, p0_.shortname, p0_.miejscowosc, p0_.adres1, p0_.adres2, p0_.kod, p0_.poczta, p0_.nip, p0_.telefon, p0_.email, p0_.www, p0_.opis, p0_.internal_comments ORDER BY p0_.name ASC";s:6:"params";a:1:{i:0;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:5:"types";a:1:{i:0;i:101;}s:11:"executionMS";d:0.0005340576171875;s:11:"explainable";b:1;}i:4;a:5:{s:3:"sql";s:281:"SELECT p0_.name AS name0 FROM producent_zaklad p0_ LEFT JOIN producent p1_ ON p0_.producent_id = p1_.id LEFT JOIN produkt p2_ ON p1_.id = p2_.producent_id LEFT JOIN grupa_produktowa g3_ ON p2_.grupa_produktowa_id = g3_.id WHERE g3_.id IN (?) GROUP BY p0_.name ORDER BY p0_.name ASC";s:6:"params";a:1:{i:0;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:5:"types";a:1:{i:0;i:101;}s:11:"executionMS";d:0.0005180835723876953125;s:11:"explainable";b:1;}i:5;a:5:{s:3:"sql";s:185:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = 1 AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:1:{i:0;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:5:"types";a:1:{i:0;i:101;}s:11:"executionMS";d:0.0002629756927490234375;s:11:"explainable";b:1;}i:6;a:5:{s:3:"sql";s:185:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:2:{i:0;i:5;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:5:"types";a:2:{i:0;i:1;i:1;i:101;}s:11:"executionMS";d:0.0003311634063720703125;s:11:"explainable";b:1;}i:7;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:594;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:3:{i:0;s:2:"bd";i:1;s:3:"NPD";i:2;s:0:"";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.000298976898193359375;s:11:"explainable";b:1;}i:8;a:5:{s:3:"sql";s:182:"SELECT DISTINCT c0_.v_i AS v_i0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY v_i0 ASC";s:6:"params";a:2:{i:0;i:103;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:5:"types";a:2:{i:0;i:1;i:1;i:101;}s:11:"executionMS";d:0.0002391338348388671875;s:11:"explainable";b:1;}i:9;a:5:{s:3:"sql";s:182:"SELECT DISTINCT c0_.v_f AS v_f0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY v_f0 ASC";s:6:"params";a:2:{i:0;i:302;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:5:"types";a:2:{i:0;i:1;i:1;i:101;}s:11:"executionMS";d:0.000247955322265625;s:11:"explainable";b:1;}i:10;a:5:{s:3:"sql";s:182:"SELECT DISTINCT c0_.v_i AS v_i0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY v_i0 ASC";s:6:"params";a:2:{i:0;i:289;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:5:"types";a:2:{i:0;i:1;i:1;i:101;}s:11:"executionMS";d:0.00018215179443359375;s:11:"explainable";b:1;}i:11;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:5;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.00024318695068359375;s:11:"explainable";b:1;}i:12;a:5:{s:3:"sql";s:185:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:2:{i:0;i:6;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:5:"types";a:2:{i:0;i:1;i:1;i:101;}s:11:"executionMS";d:0.000154972076416015625;s:11:"explainable";b:1;}i:13;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:306;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.000194072723388671875;s:11:"explainable";b:1;}i:14;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:372;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.0002300739288330078125;s:11:"explainable";b:1;}i:15;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:474;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:3:{i:0;s:2:"bd";i:1;s:2:"nd";i:2;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.000133037567138671875;s:11:"explainable";b:1;}i:16;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:308;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.000154972076416015625;s:11:"explainable";b:1;}i:17;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:380;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.0001699924468994140625;s:11:"explainable";b:1;}i:18;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:370;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.0001490116119384765625;s:11:"explainable";b:1;}i:19;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:523;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.0001850128173828125;s:11:"explainable";b:1;}i:20;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:334;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.0001800060272216796875;s:11:"explainable";b:1;}i:21;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:9;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.0001370906829833984375;s:11:"explainable";b:1;}i:22;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:181;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.00016307830810546875;s:11:"explainable";b:1;}i:23;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:172;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.000154018402099609375;s:11:"explainable";b:1;}i:24;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:30;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.0003430843353271484375;s:11:"explainable";b:1;}i:25;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:665;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.00022602081298828125;s:11:"explainable";b:1;}i:26;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:191;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.0001571178436279296875;s:11:"explainable";b:1;}i:27;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:18;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.0001490116119384765625;s:11:"explainable";b:1;}i:28;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:657;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.0001580715179443359375;s:11:"explainable";b:1;}i:29;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:648;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:2:{i:0;s:2:"bd";i:1;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.00018310546875;s:11:"explainable";b:1;}i:30;a:5:{s:3:"sql";s:185:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:2:{i:0;i:194;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}}s:5:"types";a:2:{i:0;i:1;i:1;i:101;}s:11:"executionMS";d:0.0001680850982666015625;s:11:"explainable";b:1;}i:31;a:5:{s:3:"sql";s:209:"SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC";s:6:"params";a:3:{i:0;i:8;i:1;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:2;a:9:{i:0;s:2:"bd";i:1;s:3:"n/a";i:2;s:6:"murowy";i:3;s:17:"murowy elewacyjny";i:4;s:12:"okładzinowy";i:5;s:6:"cement";i:6;s:4:"gips";i:7;s:5:"wapno";i:8;s:3:"NPD";}}s:5:"types";a:3:{i:0;i:1;i:1;i:101;i:2;i:102;}s:11:"executionMS";d:0.00018405914306640625;s:11:"explainable";b:1;}i:32;a:5:{s:3:"sql";s:696:"SELECT p0_.sku AS sku0, p0_.firma AS firma1, p0_.name AS name2, p0_.name_slug AS name_slug3, p0_.kod_typu_wyrobu AS kod_typu_wyrobu4, p0_.nr_serii AS nr_serii5, p0_.nr_deklaracji AS nr_deklaracji6, p0_.data_na_deklaracji AS data_na_deklaracji7, p0_.title_seo AS title_seo8, p0_.description_seo AS description_seo9, p0_.grupa_produktowa_id AS grupa_produktowa_id10, p0_.norma_id AS norma_id11, p0_.producent_id AS producent_id12, p0_.przedstawiciel_id AS przedstawiciel_id13, p0_.zaklad_id AS zaklad_id14 FROM produkt p0_ WHERE p0_.grupa_produktowa_id IN (?) AND (p0_.sku IN (SELECT c1_.product_sku AS sclr15 FROM cecha c1_ WHERE c1_.parametr_locja_id = 302 AND c1_.v_f = ?)) ORDER BY p0_.name ASC";s:6:"params";a:2:{i:0;a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:8;}i:1;s:1:"2";}s:5:"types";a:2:{i:0;i:101;i:1;i:2;}s:11:"executionMS";d:0.0095920562744140625;s:11:"explainable";b:1;}}}s:11:"connections";a:1:{s:7:"default";s:32:"doctrine.dbal.default_connection";}s:8:"managers";a:1:{s:7:"default";s:35:"doctrine.orm.default_entity_manager";}s:8:"entities";a:1:{s:7:"default";a:11:{s:26:"FOS\UserBundle\Entity\User";s:26:"FOS\UserBundle\Entity\User";s:33:"Sonata\UserBundle\Entity\BaseUser";s:33:"Sonata\UserBundle\Entity\BaseUser";s:41:"Application\Sonata\UserBundle\Entity\User";s:41:"Application\Sonata\UserBundle\Entity\User";s:27:"Os\LocjaBundle\Entity\Zbior";s:27:"Os\LocjaBundle\Entity\Zbior";s:37:"Os\LocjaBundle\Entity\GrupaProduktowa";s:37:"Os\LocjaBundle\Entity\GrupaProduktowa";s:31:"Os\LocjaBundle\Entity\Producent";s:31:"Os\LocjaBundle\Entity\Producent";s:29:"Os\LocjaBundle\Entity\Product";s:29:"Os\LocjaBundle\Entity\Product";s:28:"Os\LocjaBundle\Entity\Zaklad";s:28:"Os\LocjaBundle\Entity\Zaklad";s:27:"Os\LocjaBundle\Entity\Cecha";s:27:"Os\LocjaBundle\Entity\Cecha";s:34:"Os\LocjaBundle\Entity\ProductImage";s:34:"Os\LocjaBundle\Entity\ProductImage";s:39:"Os\LocjaBundle\Entity\ProductAttachment";s:39:"Os\LocjaBundle\Entity\ProductAttachment";}}s:6:"errors";a:0:{}s:6:"caches";a:4:{s:7:"enabled";b:0;s:11:"log_enabled";b:0;s:6:"counts";a:3:{s:4:"puts";i:0;s:4:"hits";i:0;s:6:"misses";i:0;}s:7:"regions";a:3:{s:4:"puts";a:0:{}s:4:"hits";a:0:{}s:6:"misses";a:0:{}}}}}s:11:"swiftmailer";C:67:"Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector":77:{a:3:{s:6:"mailer";a:0:{}s:12:"messageCount";i:0;s:13:"defaultMailer";s:0:"";}}s:5:"block";C:60:"Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector":112:{a:4:{s:6:"blocks";a:1:{s:7:"_events";a:0:{}}s:10:"containers";a:0:{}s:10:"realBlocks";a:0:{}s:6:"events";a:0:{}}}s:6:"config";C:62:"Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector":4093:{a:17:{s:8:"app_name";N;s:11:"app_version";N;s:5:"token";s:6:"064fd2";s:15:"symfony_version";s:6:"2.8.52";s:13:"symfony_state";s:3:"eol";s:4:"name";s:3:"app";s:3:"env";s:4:"prod";s:5:"debug";b:1;s:11:"php_version";s:6:"7.2.33";s:14:"xdebug_enabled";b:0;s:14:"eaccel_enabled";b:0;s:11:"apc_enabled";b:0;s:14:"xcache_enabled";b:0;s:16:"wincache_enabled";b:0;s:20:"zend_opcache_enabled";b:1;s:7:"bundles";a:32:{s:15:"FrameworkBundle";s:96:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle";s:14:"SecurityBundle";s:95:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle";s:10:"TwigBundle";s:91:"/home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle";s:13:"MonologBundle";s:68:"/home/users/locja/public_html/locja.pl/vendor/symfony/monolog-bundle";s:17:"SwiftmailerBundle";s:72:"/home/users/locja/public_html/locja.pl/vendor/symfony/swiftmailer-bundle";s:13:"AsseticBundle";s:68:"/home/users/locja/public_html/locja.pl/vendor/symfony/assetic-bundle";s:14:"DoctrineBundle";s:70:"/home/users/locja/public_html/locja.pl/vendor/doctrine/doctrine-bundle";s:22:"DoctrineFixturesBundle";s:79:"/home/users/locja/public_html/locja.pl/vendor/doctrine/doctrine-fixtures-bundle";s:26:"SensioFrameworkExtraBundle";s:75:"/home/users/locja/public_html/locja.pl/vendor/sensio/framework-extra-bundle";s:13:"OsLocjaBundle";s:57:"/home/users/locja/public_html/locja.pl/src/Os/LocjaBundle";s:16:"SonataCoreBundle";s:87:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/core-bundle/src/CoreBundle";s:17:"SonataBlockBundle";s:77:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/block-bundle/src";s:13:"KnpMenuBundle";s:73:"/home/users/locja/public_html/locja.pl/vendor/knplabs/knp-menu-bundle/src";s:28:"SonataDoctrineORMAdminBundle";s:86:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/doctrine-orm-admin-bundle";s:17:"SonataAdminBundle";s:77:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/admin-bundle/src";s:28:"ApplicationSonataAdminBundle";s:73:"/home/users/locja/public_html/locja.pl/src/Application/Sonata/AdminBundle";s:13:"FOSUserBundle";s:89:"/home/users/locja/public_html/locja.pl/vendor/friendsofsymfony/user-bundle/FOS/UserBundle";s:16:"SonataUserBundle";s:76:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/user-bundle/src";s:23:"SonataEasyExtendsBundle";s:80:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/easy-extends-bundle";s:27:"ApplicationSonataUserBundle";s:72:"/home/users/locja/public_html/locja.pl/src/Application/Sonata/UserBundle";s:17:"SonataMediaBundle";s:77:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/media-bundle/src";s:19:"JMSSerializerBundle";s:67:"/home/users/locja/public_html/locja.pl/vendor/jms/serializer-bundle";s:16:"SonataIntlBundle";s:76:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/intl-bundle/src";s:26:"SonataClassificationBundle";s:82:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/classification-bundle";s:21:"SonataFormatterBundle";s:81:"/home/users/locja/public_html/locja.pl/vendor/sonata-project/formatter-bundle/src";s:28:"ApplicationSonataMediaBundle";s:73:"/home/users/locja/public_html/locja.pl/src/Application/Sonata/MediaBundle";s:37:"ApplicationSonataClassificationBundle";s:82:"/home/users/locja/public_html/locja.pl/src/Application/Sonata/ClassificationBundle";s:17:"KnpMarkdownBundle";s:73:"/home/users/locja/public_html/locja.pl/vendor/knplabs/knp-markdown-bundle";s:37:"CoopTilleulsCKEditorSonataMediaBundle";s:129:"/home/users/locja/public_html/locja.pl/vendor/tilleuls/ckeditor-sonata-media-bundle/CoopTilleuls/Bundle/CKEditorSonataMediaBundle";s:19:"IvoryCKEditorBundle";s:69:"/home/users/locja/public_html/locja.pl/vendor/egeloen/ckeditor-bundle";s:18:"LiuggioExcelBundle";s:65:"/home/users/locja/public_html/locja.pl/vendor/liuggio/excelbundle";s:20:"GregwarCaptchaBundle";s:68:"/home/users/locja/public_html/locja.pl/vendor/gregwar/captcha-bundle";}s:9:"sapi_name";s:14:"apache2handler";}}}s:2:"ip";s:12:"34.204.52.16";s:6:"method";s:3:"GET";s:3:"url";s:66:"https://www.locja.pl/produkt/zbior/elementy-murowe?param_list302=2";s:4:"time";i:1711648214;}')
    in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php at line 167  +
  4. at FileProfilerStorage ->write (object(Profile))
    in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php at line 104  +
  5. at Profiler ->saveProfile (object(Profile))
    in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php at line 152  +
  6. at ProfilerListener ->onKernelTerminate (object(PostResponseEvent), 'kernel.terminate', object(TraceableEventDispatcher))
    in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php at line 61  +
  7. at WrappedListener ->__invoke (object(PostResponseEvent), 'kernel.terminate', object(ContainerAwareEventDispatcher))
    in app/cache/prod/classes.php at line 1886  +
  8. at EventDispatcher ->doDispatch (array(object(WrappedListener), object(WrappedListener)), 'kernel.terminate', object(PostResponseEvent))
    in app/cache/prod/classes.php at line 1801  +
  9. at EventDispatcher ->dispatch ('kernel.terminate', object(PostResponseEvent))
    in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php at line 133  +
  10. at TraceableEventDispatcher ->dispatch ('kernel.terminate', object(PostResponseEvent))
    in app/bootstrap.php.cache at line 3249  +
  11. at HttpKernel ->terminate (object(Request), object(Response))
    in app/bootstrap.php.cache at line 2574  +
  12. at Kernel ->terminate (object(Request), object(Response))
    in web/app.php at line 31  +

Logs  -

2 errors
  1. INFO - Matched route "product_by_zbior".
  2. INFO - The Sonata\CoreBundle\Model\PageableManagerInterface class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\DatagridBundle\Pager\PageableInterface instead.
  3. INFO - The Sonata\Doctrine\Model\PageableManagerInterface class is deprecated since 1.3 in favor of Sonata\DatagridBundle\Pager\PageableInterface, and will be removed in 2.0.
  4. INFO - The Sonata\CoreBundle\Model\ManagerInterface class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Model\ManagerInterface instead.
  5. INFO - The Doctrine\Common\Persistence\Mapping\Driver\FileDriver class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\Driver\FileDriver instead.
  6. INFO - The Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator instead.
  7. INFO - The Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\Driver\MappingDriverChain instead.
  8. INFO - The Doctrine\Common\Persistence\ObjectRepository class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\ObjectRepository instead.
  9. INFO - The Sonata\Doctrine\Types\JsonType class is deprecated since 1.2 in favor of Doctrine\DBAL\Types\JsonType, and will be removed in 2.0.
  10. INFO - The Doctrine\Common\Persistence\Mapping\AbstractClassMetadataFactory class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Mapping\AbstractClassMetadataFactory instead.
  11. INFO - The Doctrine\Common\PropertyChangedListener class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\PropertyChangedListener instead.
  12. INFO - The Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs class is deprecated since doctrine/persistence 1.3 and will be removed in 2.0. Use \Doctrine\Persistence\Event\LoadClassMetadataEventArgs instead.
  13. INFO - Populated the TokenStorage with an anonymous Token.
  14. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  15. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  16. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  17. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  18. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  19. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  20. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  21. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  22. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  23. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  24. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  25. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  26. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  27. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  28. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  29. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
  30. INFO - The "request" service is deprecated and will be removed in 3.0. Add a typehint for Symfony\Component\HttpFoundation\Request to your controller parameters to retrieve the request instead.
  31. INFO - The "request" service is deprecated and will be removed in 3.0. Add a typehint for Symfony\Component\HttpFoundation\Request to your controller parameters to retrieve the request instead.
  32. INFO - The Symfony\Bundle\FrameworkBundle\Controller\Controller::getRequest method is deprecated since Symfony 2.4 and will be removed in 3.0. The only reliable way to get the "Request" object is to inject it in the action method.
  33. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  34. DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.name_slug AS name_slug3, t0.is_available AS is_available4, t0.description AS description5, t0.sorting AS sorting6, t0.title_seo AS title_seo7, t0.description_seo AS description_seo8 FROM zbior t0 WHERE t0.name_slug = ? LIMIT 1
  35. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  36. DEBUG - SELECT g0_.id AS id0 FROM zbior z1_ LEFT JOIN grupa_produktowa g0_ ON z1_.id = g0_.zbior_id WHERE z1_.name_slug = ? ORDER BY g0_.id ASC
  37. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  38. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  39. DEBUG - SELECT p0_.id AS id0, p0_.name AS name1, p0_.shortname AS shortname2, p0_.miejscowosc AS miejscowosc3, p0_.adres1 AS adres14, p0_.adres2 AS adres25, p0_.kod AS kod6, p0_.poczta AS poczta7, p0_.nip AS nip8, p0_.telefon AS telefon9, p0_.email AS email10, p0_.www AS www11, p0_.opis AS opis12, p0_.internal_comments AS internal_comments13 FROM producent p0_ LEFT JOIN produkt p1_ ON p0_.id = p1_.producent_id LEFT JOIN grupa_produktowa g2_ ON p1_.grupa_produktowa_id = g2_.id WHERE g2_.id IN (?) GROUP BY p0_.id, p0_.name, p0_.shortname, p0_.miejscowosc, p0_.adres1, p0_.adres2, p0_.kod, p0_.poczta, p0_.nip, p0_.telefon, p0_.email, p0_.www, p0_.opis, p0_.internal_comments ORDER BY p0_.name ASC
  40. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  41. DEBUG - SELECT p0_.name AS name0 FROM producent_zaklad p0_ LEFT JOIN producent p1_ ON p0_.producent_id = p1_.id LEFT JOIN produkt p2_ ON p1_.id = p2_.producent_id LEFT JOIN grupa_produktowa g3_ ON p2_.grupa_produktowa_id = g3_.id WHERE g3_.id IN (?) GROUP BY p0_.name ORDER BY p0_.name ASC
  42. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  43. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = 1 AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC
  44. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC
  45. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  46. DEBUG - SELECT DISTINCT c0_.v_i AS v_i0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY v_i0 ASC
  47. DEBUG - SELECT DISTINCT c0_.v_f AS v_f0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY v_f0 ASC
  48. DEBUG - SELECT DISTINCT c0_.v_i AS v_i0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY v_i0 ASC
  49. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  50. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC
  51. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  52. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  53. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  54. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  55. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  56. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  57. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  58. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  59. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  60. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  61. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  62. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  63. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  64. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  65. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  66. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  67. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  68. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) ORDER BY vTxt0 ASC
  69. DEBUG - SELECT DISTINCT c0_.vTxt AS vTxt0 FROM cecha c0_ LEFT JOIN produkt p1_ ON c0_.product_sku = p1_.sku WHERE c0_.parametr_locja_id = ? AND p1_.grupa_produktowa_id IN (?) AND c0_.vTxt NOT IN (?) ORDER BY vTxt0 ASC
  70. DEBUG - SELECT p0_.sku AS sku0, p0_.firma AS firma1, p0_.name AS name2, p0_.name_slug AS name_slug3, p0_.kod_typu_wyrobu AS kod_typu_wyrobu4, p0_.nr_serii AS nr_serii5, p0_.nr_deklaracji AS nr_deklaracji6, p0_.data_na_deklaracji AS data_na_deklaracji7, p0_.title_seo AS title_seo8, p0_.description_seo AS description_seo9, p0_.grupa_produktowa_id AS grupa_produktowa_id10, p0_.norma_id AS norma_id11, p0_.producent_id AS producent_id12, p0_.przedstawiciel_id AS przedstawiciel_id13, p0_.zaklad_id AS zaklad_id14 FROM produkt p0_ WHERE p0_.grupa_produktowa_id IN (?) AND (p0_.sku IN (SELECT c1_.product_sku AS sclr15 FROM cecha c1_ WHERE c1_.parametr_locja_id = 302 AND c1_.v_f = ?)) ORDER BY p0_.name ASC
  71. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  72. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  73. CRITICAL - Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php.6605add6c60e21.73340623): failed to open stream: Disk quota exceeded" at /home/users/locja/public_html/locja.pl/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php line 291
  74. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  75. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  76. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  77. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  78. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  79. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  80. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  81. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  82. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  83. INFO - Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
  84. INFO - The Sonata\CoreBundle\Twig\Extension\FlashMessageExtension class is deprecated since version 3.13.0 and will be removed in 4.0. Use Sonata\Twig\Extension\FlashMessageExtension instead.
  85. INFO - The Sonata\CoreBundle\FlashMessage\FlashManager class is deprecated since version 3.13.0 and will be removed in 4.0. Use Sonata\Twig\FlashMessage\FlashManager instead.
  86. INFO - Argument "flashManager" in FlashMessageExtension is deprecated since SonataCoreBundle 3.11.0 and will be removed in 4.0. Use the FlashMessageRuntime instead.
  87. INFO - Method "StatusExtension::addStatusService()" is deprecated since SonataCoreBundle 3.13.0 and will be removed in 4.0. Use the StatusRuntime instead.
  88. INFO - The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.
  89. INFO - The Sonata\CoreBundle\Model\Adapter\AdapterChain class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterChain instead.
  90. INFO - The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.
  91. INFO - The Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.
  92. INFO - The Sonata\CoreBundle\Model\BaseEntityManager class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Entity\BaseEntityManager instead.
  93. INFO - Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead.
  94. INFO - Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead.
  95. INFO - Using the "Twig_Sandbox_SecurityPolicyInterface" class is deprecated since Twig version 2.7, use "Twig\Sandbox\SecurityPolicyInterface" instead.
  96. INFO - Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.
  97. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  98. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  99. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  100. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  101. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  102. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  103. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
  104. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  105. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  106. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  107. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  108. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  109. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
  110. DEBUG - Notified event "kernel.response" to listener "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse".
  111. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
  112. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
  113. DEBUG - Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
  114. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
  115. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse".
  116. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
  117. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
  118. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest".
  119. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
  120. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\Security\Http\Firewall::onKernelFinishRequest".
  121. DEBUG - Notified event "kernel.exception" to listener "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException".
  122. DEBUG - Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException".
  123. DEBUG - Notified event "kernel.exception" to listener "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException".
  124. DEBUG - Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException".
  125. DEBUG - Listener "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException" stopped propagation of the event "kernel.exception".
  126. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  127. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  128. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  129. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  130. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  131. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  132. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  133. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  134. INFO - The ability to pass file names to the Symfony\Component\Yaml\Yaml::parse method is deprecated since Symfony 2.2 and will be removed in 3.0. Pass the YAML contents of the file instead.
  135. DEBUG - Notified event "kernel.response" to listener "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse".
  136. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
  137. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
  138. DEBUG - Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
  139. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
  140. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse".
  141. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
  142. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
  143. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest".
  144. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
  145. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\Security\Http\Firewall::onKernelFinishRequest".
  146. INFO - The "security.context" service is deprecated since Symfony 2.6 and will be removed in 3.0.
  147. INFO - The Symfony\Component\Security\Core\SecurityContext class is deprecated since Symfony 2.6 and will be removed in 3.0. Use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage or Symfony\Component\Security\Core\Authorization\AuthorizationChecker instead.
  148. CRITICAL - Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/profiler/d2/4f/064fd2): failed to open stream: Disk quota exceeded" at /home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php line 167
  149. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  150. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  151. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  152. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  153. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  154. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  155. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  156. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  157. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  158. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  159. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  160. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  161. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  162. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  163. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  164. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".

Stack Trace (Plain Text)  +


Fatal error: Uncaught Symfony\Component\Debug\Exception\ContextErrorException: Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/profiler/d2/4f/064fd2): failed to open stream: Disk quota exceeded in /home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php:167 Stack trace: #0 [internal function]: Symfony\Component\Debug\ErrorHandler->handleError(2, 'file_put_conten...', '/home/users/loc...', 167, Array) #1 /home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php(167): file_put_contents('/home/users/loc...', 'a:8:{s:5:"token...') #2 /home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php(104): Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(Object(Symfony\Component\HttpKernel\Profiler\Profile)) #3 /home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Compone in /home/users/locja/public_html/locja.pl/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php on line 167