Exception detected!

Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php.6605bd01e07214.51949127): 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.6605bd01e07214.51949127): 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.6605bd01e07214.51949127'))
  3. at file_put_contents ('/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__OsLocjaBundleEntityGrupaProduktowa.php.6605bd01e07214.51949127', '<?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' => '15'))
    in vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php at line 2682  +
  7. at UnitOfWork ->createEntity ('Os\LocjaBundle\Entity\Product', array('sku' => 'spoiwa-93', 'firma' => 'Grupa Ożarów', 'name' => 'Cement portlandzki CEM I 52,5 R-NA', 'name_slug' => 'n-a', 'kod_typu_wyrobu' => 'Cement portlandzki PN-B-19707 CEM I 52,5 R-NA', 'nr_serii' => 'CEM I 52,5 R-NA', 'nr_deklaracji' => 'KDWU 01/2017', 'data_na_deklaracji' => object(DateTime), 'title_seo' => null, 'description_seo' => null, 'grupa_produktowa_id' => '15', 'norma_id' => '8965', 'producent_id' => '217', 'przedstawiciel_id' => null, 'zaklad_id' => '437'), array('fetchMode' => array('Os\LocjaBundle\Entity\Product' => array('grupa_produktowa' => '2'))))
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php at line 138  +
  8. at SimpleObjectHydrator ->hydrateRowData (array('sku1' => 'spoiwa-93', 'firma2' => 'Grupa Ożarów', 'name3' => 'Cement portlandzki CEM I 52,5 R-NA', 'name_slug4' => 'n-a', 'kod_typu_wyrobu5' => 'Cement portlandzki PN-B-19707 CEM I 52,5 R-NA', 'nr_serii6' => 'CEM I 52,5 R-NA', 'nr_deklaracji7' => 'KDWU 01/2017', 'data_na_deklaracji8' => '2017-01-02', 'title_seo9' => null, 'description_seo10' => null, 'grupa_produktowa_id11' => '15', 'norma_id12' => '8965', 'producent_id13' => '217', 'przedstawiciel_id14' => null, 'zaklad_id15' => '437'), array('sku1' => array('name' => 'sku', 'type' => 'string'), 'firma2' => array('name' => 'firma', 'type' => 'string'), 'name3' => array('name' => 'name', 'type' => 'string'), 'name_slug4' => array('name' => 'name_slug', 'type' => 'string'), 'kod_typu_wyrobu5' => array('name' => 'kod_typu_wyrobu', 'type' => 'string'), 'nr_serii6' => array('name' => 'nr_serii', 'type' => 'string'), 'nr_deklaracji7' => array('name' => 'nr_deklaracji', 'type' => 'string'), 'data_na_deklaracji8' => array('name' => 'data_na_deklaracji', 'type' => 'date'), 'title_seo9' => array('name' => 'title_seo', 'type' => 'string'), 'description_seo10' => array('name' => 'description_seo', 'type' => 'string'), 'grupa_produktowa_id11' => array('name' => 'grupa_produktowa_id', 'type' => 'integer'), 'norma_id12' => array('name' => 'norma_id', 'type' => 'integer'), 'producent_id13' => array('name' => 'producent_id', 'type' => 'integer'), 'przedstawiciel_id14' => array('name' => 'przedstawiciel_id', 'type' => 'integer'), 'zaklad_id15' => array('name' => 'zaklad_id', 'type' => 'integer')), array())
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php at line 48  +
  9. at SimpleObjectHydrator ->hydrateAllData ()
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 140  +
  10. at AbstractHydrator ->hydrateAll (object(PDOStatement), object(ResultSetMapping), array())
    in vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php at line 756  +
  11. at BasicEntityPersister ->load (array('name_slug' => 'n-a', 'sku' => 'spoiwa-93', 'grupa_produktowa' => '15'), null, null, array(), '0', '1', null)
    in vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php at line 196  +
  12. at EntityRepository ->findOneBy (array('name_slug' => 'n-a', 'sku' => 'spoiwa-93', 'grupa_produktowa' => '15'))
    in src/Os/LocjaBundle/Controller/ProductController.php at line 873  +
  13. at ProductController ->showAction ('n-a', 'spoiwa-93', 'cement')
    in app/bootstrap.php.cache at line 3276  +
  14. at HttpKernel ->handleRaw (object(Request), '1')
    in app/bootstrap.php.cache at line 3235  +
  15. at HttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 3389  +
  16. at ContainerAwareHttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 2594  +
  17. at Kernel ->handle (object(Request))
    in web/app.php at line 29  +

Logs  -

1 error
  1. INFO - Matched route "product_show".
  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 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.
  31. 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.
  32. 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.
  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. 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.
  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 t0.sku AS sku1, t0.firma AS firma2, t0.name AS name3, t0.name_slug AS name_slug4, t0.kod_typu_wyrobu AS kod_typu_wyrobu5, t0.nr_serii AS nr_serii6, t0.nr_deklaracji AS nr_deklaracji7, t0.data_na_deklaracji AS data_na_deklaracji8, t0.title_seo AS title_seo9, t0.description_seo AS description_seo10, t0.grupa_produktowa_id AS grupa_produktowa_id11, t0.norma_id AS norma_id12, t0.producent_id AS producent_id13, t0.przedstawiciel_id AS przedstawiciel_id14, t0.zaklad_id AS zaklad_id15 FROM produkt t0 WHERE t0.name_slug = ? AND t0.sku = ? AND t0.grupa_produktowa_id = ? LIMIT 1
  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. 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.
  40. 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.6605bd01e07214.51949127): 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
  41. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  42. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  43. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  44. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  45. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  46. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  47. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  48. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  49. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  50. INFO - Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
  51. 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.
  52. 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.
  53. INFO - Argument "flashManager" in FlashMessageExtension is deprecated since SonataCoreBundle 3.11.0 and will be removed in 4.0. Use the FlashMessageRuntime instead.
  54. INFO - Method "StatusExtension::addStatusService()" is deprecated since SonataCoreBundle 3.13.0 and will be removed in 4.0. Use the StatusRuntime instead.
  55. 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.
  56. 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.
  57. 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.
  58. 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.
  59. 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.
  60. INFO - Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead.
  61. INFO - Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead.
  62. INFO - Using the "Twig_Sandbox_SecurityPolicyInterface" class is deprecated since Twig version 2.7, use "Twig\Sandbox\SecurityPolicyInterface" instead.
  63. INFO - Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.
  64. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  65. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  66. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  67. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  68. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  69. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  70. 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/71/8f/b48f71): 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/71/8f/b48f71): 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/71/8f/b48f71): 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/71/8f/b48f71', 'profileIndexed' => false, 'dir' => '/home/users/locja/public_html/locja.pl/app/cache/prod/profiler/71/8f', 'profileToken' => 'b48f71', 'parentToken' => '091754', 'childrenToken' => array(), 'data' => array('token' => 'b48f71', 'parent' => '091754', '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.203.242.200', 'method' => 'GET', 'url' => 'https://www.locja.pl/produkt/n-a,spoiwa-93,cement', 'time' => '1711652097')))
  3. at file_put_contents ('/home/users/locja/public_html/locja.pl/app/cache/prod/profiler/71/8f/b48f71', 'a:8:{s:5:"token";s:6:"b48f71";s:6:"parent";s:6:"091754";s:8:"children";a:0:{}s:4:"data";a:16:{s:7:"request";C:63:"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector":7011:{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:0:{}s:15:"request_request";a:0:{}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:14:"34.203.242.200";s:15:"x-forwarded-for";s:14:"34.203.242.200";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:106:{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: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: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: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:14:"34.203.242.200";s:20:"HTTP_X_FORWARDED_FOR";s:14:"34.203.242.200";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:14:"34.203.242.200";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:"44376";s:12:"REDIRECT_URL";s:33:"/web/produkt/n-a,spoiwa-93,cement";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:0:"";s:11:"REQUEST_URI";s:29:"/produkt/n-a,spoiwa-93,cement";s:11:"SCRIPT_NAME";s:12:"/web/app.php";s:8:"PHP_SELF";s:12:"/web/app.php";s:18:"REQUEST_TIME_FLOAT";d:1711652097.86100006103515625;s:12:"REQUEST_TIME";i:1711652097;s:4:"argv";a:0:{}s:4:"argc";i:0;}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 18:54:57 GMT";s:13:"x-debug-token";s:6:"b48f71";}s:16:"session_metadata";a:0:{}s:18:"session_attributes";a:0:{}s:7:"flashes";a:0:{}s:9:"path_info";s:29:"/produkt/n-a,spoiwa-93,cement";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":33546:{a:2:{s:10:"start_time";d:1711652097864.623046875;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:75;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:1711652097921.39990234375;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:1711652097921.39990234375;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:67;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:75;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:1711652097921.39990234375;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:1711652097921.39990234375;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:1711652097921.39990234375;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:1711652097921.39990234375;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:1711652097921.39990234375;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:1711652097921.39990234375;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:1711652097921.39990234375;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:16;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:16;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:16;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:16;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:16;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:16;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:16;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:16;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:16;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:16;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:16;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:16;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:16;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:1;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:67;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:16;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:16;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:16;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:16;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:16;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:1711652097921.39990234375;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:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:65;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:17:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:18;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:20;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:2;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:20;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:22;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:4;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:5;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:23;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:28;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:6;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:28;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:29;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:7;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:29;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:29;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:8;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:9;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:30;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:33;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:10;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:11;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:34;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:37;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:12;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:37;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:44;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:13;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:44;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:51;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:14;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:15;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:57;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:65;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:16;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:65;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:65;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:65;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:65;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:17:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:1;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:2;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:3;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:4;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:5;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:6;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:7;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:8;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:9;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:10;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:11;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:12;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:13;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:67;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:14;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:67;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:15;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:67;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:16;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:67;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:67;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:75;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:67;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:67;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:67;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:67;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:67;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:75;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:75;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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:75;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:75;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711652097921.39990234375;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":54025:{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.6605bd01e07214.51949127): 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:17:{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.6605bd01e07214.51949127): 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.6605bd01e07214.51949127";}}}}}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.6605bd01e07214.51949127";}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:2:"15";}}}}}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:119:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php";s:4:"line";i:138;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:15:{s:3:"sku";a:2:{i:0;s:6:"string";i:1;s:9:"spoiwa-93";}s:5:"firma";a:2:{i:0;s:6:"string";i:1;s:14:"Grupa Ożarów";}s:4:"name";a:2:{i:0;s:6:"string";i:1;s:35:"Cement portlandzki CEM I 52,5 R-NA";}s:9:"name_slug";a:2:{i:0;s:6:"string";i:1;s:3:"n-a";}s:15:"kod_typu_wyrobu";a:2:{i:0;s:6:"string";i:1;s:45:"Cement portlandzki PN-B-19707 CEM I 52,5 R-NA";}s:8:"nr_serii";a:2:{i:0;s:6:"string";i:1;s:15:"CEM I 52,5 R-NA";}s:13:"nr_deklaracji";a:2:{i:0;s:6:"string";i:1;s:12:"KDWU 01/2017";}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:2:"15";}s:8:"norma_id";a:2:{i:0;s:6:"string";i:1;s:4:"8965";}s:12:"producent_id";a:2:{i:0;s:6:"string";i:1;s:3:"217";}s:17:"przedstawiciel_id";a:2:{i:0;s:4:"null";i:1;N;}s:9:"zaklad_id";a:2:{i:0;s:6:"string";i:1;s:3:"437";}}}i:2;a:2:{i:0;s:5:"array";i:1;a:1:{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:20:"SimpleObjectHydrator";s:5:"class";s:52:"Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator";s:4:"type";s:2:"->";s:8:"function";s:14:"hydrateRowData";s:4:"file";s:119:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php";s:4:"line";i:48;s:4:"args";a:3:{i:0;a:2:{i:0;s:5:"array";i:1;a:15:{s:4:"sku1";a:2:{i:0;s:6:"string";i:1;s:9:"spoiwa-93";}s:6:"firma2";a:2:{i:0;s:6:"string";i:1;s:14:"Grupa Ożarów";}s:5:"name3";a:2:{i:0;s:6:"string";i:1;s:35:"Cement portlandzki CEM I 52,5 R-NA";}s:10:"name_slug4";a:2:{i:0;s:6:"string";i:1;s:3:"n-a";}s:16:"kod_typu_wyrobu5";a:2:{i:0;s:6:"string";i:1;s:45:"Cement portlandzki PN-B-19707 CEM I 52,5 R-NA";}s:9:"nr_serii6";a:2:{i:0;s:6:"string";i:1;s:15:"CEM I 52,5 R-NA";}s:14:"nr_deklaracji7";a:2:{i:0;s:6:"string";i:1;s:12:"KDWU 01/2017";}s:19:"data_na_deklaracji8";a:2:{i:0;s:6:"string";i:1;s:10:"2017-01-02";}s:10:"title_seo9";a:2:{i:0;s:4:"null";i:1;N;}s:17:"description_seo10";a:2:{i:0;s:4:"null";i:1;N;}s:21:"grupa_produktowa_id11";a:2:{i:0;s:6:"string";i:1;s:2:"15";}s:10:"norma_id12";a:2:{i:0;s:6:"string";i:1;s:4:"8965";}s:14:"producent_id13";a:2:{i:0;s:6:"string";i:1;s:3:"217";}s:19:"przedstawiciel_id14";a:2:{i:0;s:4:"null";i:1;N;}s:11:"zaklad_id15";a:2:{i:0;s:6:"string";i:1;s:3:"437";}}}i:1;a:2:{i:0;s:5:"array";i:1;a:15:{s:4:"sku1";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:3:"sku";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:6:"string";}}}s:6:"firma2";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:5:"firma";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:6:"string";}}}s:5:"name3";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:4:"name";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:6:"string";}}}s:10:"name_slug4";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:9:"name_slug";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:6:"string";}}}s:16:"kod_typu_wyrobu5";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:15:"kod_typu_wyrobu";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:6:"string";}}}s:9:"nr_serii6";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:8:"nr_serii";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:6:"string";}}}s:14:"nr_deklaracji7";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:13:"nr_deklaracji";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:6:"string";}}}s:19:"data_na_deklaracji8";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:18:"data_na_deklaracji";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:4:"date";}}}s:10:"title_seo9";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:9:"title_seo";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:6:"string";}}}s:17:"description_seo10";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:15:"description_seo";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:6:"string";}}}s:21:"grupa_produktowa_id11";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:19:"grupa_produktowa_id";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:7:"integer";}}}s:10:"norma_id12";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:8:"norma_id";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:7:"integer";}}}s:14:"producent_id13";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:12:"producent_id";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:7:"integer";}}}s:19:"przedstawiciel_id14";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:17:"przedstawiciel_id";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:7:"integer";}}}s:11:"zaklad_id15";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:9:"zaklad_id";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:7:"integer";}}}}}i:2;a:2:{i:0;s:5:"array";i:1;a:0:{}}}}i:8;a:8:{s:9:"namespace";s:31:"Doctrine\ORM\Internal\Hydration";s:11:"short_class";s:20:"SimpleObjectHydrator";s:5:"class";s:52:"Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator";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:9;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:111:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php";s:4:"line";i:756;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:10;a:8:{s:9:"namespace";s:23:"Doctrine\ORM\Persisters";s:11:"short_class";s:20:"BasicEntityPersister";s:5:"class";s:44:"Doctrine\ORM\Persisters\BasicEntityPersister";s:4:"type";s:2:"->";s:8:"function";s:4:"load";s:4:"file";s:96:"/home/users/locja/public_html/locja.pl/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php";s:4:"line";i:196;s:4:"args";a:7:{i:0;a:2:{i:0;s:5:"array";i:1;a:3:{s:9:"name_slug";a:2:{i:0;s:6:"string";i:1;s:3:"n-a";}s:3:"sku";a:2:{i:0;s:6:"string";i:1;s:9:"spoiwa-93";}s:16:"grupa_produktowa";a:2:{i:0;s:6:"string";i:1;s:2:"15";}}}i:1;a:2:{i:0;s:4:"null";i:1;N;}i:2;a:2:{i:0;s:4:"null";i:1;N;}i:3;a:2:{i:0;s:5:"array";i:1;a:0:{}}i:4;a:2:{i:0;s:6:"string";i:1;s:1:"0";}i:5;a:2:{i:0;s:6:"string";i:1;s:1:"1";}i:6;a:2:{i:0;s:4:"null";i:1;N;}}}i:11;a:8:{s:9:"namespace";s:12:"Doctrine\ORM";s:11:"short_class";s:16:"EntityRepository";s:5:"class";s:29:"Doctrine\ORM\EntityRepository";s:4:"type";s:2:"->";s:8:"function";s:9:"findOneBy";s:4:"file";s:90:"/home/users/locja/public_html/locja.pl/src/Os/LocjaBundle/Controller/ProductController.php";s:4:"line";i:873;s:4:"args";a:1:{i:0;a:2:{i:0;s:5:"array";i:1;a:3:{s:9:"name_slug";a:2:{i:0;s:6:"string";i:1;s:3:"n-a";}s:3:"sku";a:2:{i:0;s:6:"string";i:1;s:9:"spoiwa-93";}s:16:"grupa_produktowa";a:2:{i:0;s:6:"string";i:1;s:2:"15";}}}}}i:12;a:8:{s:9:"namespace";s:25:"Os\LocjaBundle\Controller";s:11:"short_class";s:17:"ProductController";s:5:"class";s:43:"Os\LocjaBundle\Controller\ProductController";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:3:{i:0;a:2:{i:0;s:6:"string";i:1;s:3:"n-a";}i:1;a:2:{i:0;s:6:"string";i:1;s:9:"spoiwa-93";}i:2;a:2:{i:0;s:6:"string";i:1;s:6:"cement";}}}i:13;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:14;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:15;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:16;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":211710:{a:5:{s:11:"error_count";i:1;s:17:"deprecation_count";i:48;s:12:"scream_count";i:0;s:10:"priorities";a:3:{i:100;a:2:{s:5:"count";i:61;s:4:"name";s:5:"DEBUG";}i:200;a:2:{s:5:"count";i:50;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:90:{i:0;a:6:{s:9:"timestamp";i:1711652097;s:7:"message";s:29:"Matched route "product_show".";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:2:{s:16:"route_parameters";a:5:{s:11:"_controller";s:55:"Os\LocjaBundle\Controller\ProductController::showAction";s:4:"slug";s:3:"n-a";s:3:"sku";s:9:"spoiwa-93";s:5:"grupa";s:6:"cement";s:6:"_route";s:12:"product_show";}s:11:"request_uri";s:49:"https://www.locja.pl/produkt/n-a,spoiwa-93,cement";}s:7:"channel";s:7:"request";}i:1;a:6:{s:9:"timestamp";i:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:1711652097;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:90:"/home/users/locja/public_html/locja.pl/src/Os/LocjaBundle/Controller/ProductController.php";s:4:"line";i:870;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:43:"Os\LocjaBundle\Controller\ProductController";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:23;}s:7:"channel";s:3:"php";}i:30;a:6:{s:9:"timestamp";i:1711652097;s:7:"message";s:582:"SELECT t0.sku AS sku1, t0.firma AS firma2, t0.name AS name3, t0.name_slug AS name_slug4, t0.kod_typu_wyrobu AS kod_typu_wyrobu5, t0.nr_serii AS nr_serii6, t0.nr_deklaracji AS nr_deklaracji7, t0.data_na_deklaracji AS data_na_deklaracji8, t0.title_seo AS title_seo9, t0.description_seo AS description_seo10, t0.grupa_produktowa_id AS grupa_produktowa_id11, t0.norma_id AS norma_id12, t0.producent_id AS producent_id13, t0.przedstawiciel_id AS przedstawiciel_id14, t0.zaklad_id AS zaklad_id15 FROM produkt t0 WHERE t0.name_slug = ? AND t0.sku = ? AND t0.grupa_produktowa_id = ? LIMIT 1";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:3:{i:0;s:3:"n-a";i:1;s:9:"spoiwa-93";i:2;s:2:"15";}s:7:"channel";s:8:"doctrine";}i:31;a:6:{s:9:"timestamp";i:1711652097;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.6605bd01e07214.51949127): 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.6605bd01e07214.51949127): failed to open stream: Disk quota exceeded";}s:7:"channel";s:7:"request";}i:32;a:6:{s:9:"timestamp";i:1711652097;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:33;a:6:{s:9:"timestamp";i:1711652097;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:34;a:6:{s:9:"timestamp";i:1711652097;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:35;a:6:{s:9:"timestamp";i:1711652097;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:36;a:6:{s:9:"timestamp";i:1711652097;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:37;a:6:{s:9:"timestamp";i:1711652097;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:38;a:6:{s:9:"timestamp";i:1711652097;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:39;a:6:{s:9:"timestamp";i:1711652097;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:40;a:6:{s:9:"timestamp";i:1711652097;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:41;a:6:{s:9:"timestamp";i:1711652097;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:42;a:6:{s:9:"timestamp";i:1711652097;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:43;a:6:{s:9:"timestamp";i:1711652097;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:44;a:6:{s:9:"timestamp";i:1711652097;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:45;a:6:{s:9:"timestamp";i:1711652097;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:46;a:6:{s:9:"timestamp";i:1711652097;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:47;a:6:{s:9:"timestamp";i:1711652097;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:48;a:6:{s:9:"timestamp";i:1711652097;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:49;a:6:{s:9:"timestamp";i:1711652097;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:50;a:6:{s:9:"timestamp";i:1711652097;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:51;a:6:{s:9:"timestamp";i:1711652097;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:52;a:6:{s:9:"timestamp";i:1711652097;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:53;a:6:{s:9:"timestamp";i:1711652097;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:54;a:6:{s:9:"timestamp";i:1711652097;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:55;a:6:{s:9:"timestamp";i:1711652097;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:56;a:6:{s:9:"timestamp";i:1711652097;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:57;a:6:{s:9:"timestamp";i:1711652097;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:58;a:6:{s:9:"timestamp";i:1711652097;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:59;a:6:{s:9:"timestamp";i:1711652097;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:60;a:6:{s:9:"timestamp";i:1711652097;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:61;a:6:{s:9:"timestamp";i:1711652097;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:62;a:6:{s:9:"timestamp";i:1711652097;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:63;a:6:{s:9:"timestamp";i:1711652097;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:64;a:6:{s:9:"timestamp";i:1711652097;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:65;a:6:{s:9:"timestamp";i:1711652097;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:66;a:6:{s:9:"timestamp";i:1711652097;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:67;a:6:{s:9:"timestamp";i:1711652097;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:68;a:6:{s:9:"timestamp";i:1711652097;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:69;a:6:{s:9:"timestamp";i:1711652097;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:70;a:6:{s:9:"timestamp";i:1711652097;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:71;a:6:{s:9:"timestamp";i:1711652097;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:72;a:6:{s:9:"timestamp";i:1711652097;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:73;a:6:{s:9:"timestamp";i:1711652097;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:74;a:6:{s:9:"timestamp";i:1711652097;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:75;a:6:{s:9:"timestamp";i:1711652097;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:76;a:6:{s:9:"timestamp";i:1711652097;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:77;a:6:{s:9:"timestamp";i:1711652097;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:78;a:6:{s:9:"timestamp";i:1711652097;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:79;a:6:{s:9:"timestamp";i:1711652098;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:80;a:6:{s:9:"timestamp";i:1711652098;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:81;a:6:{s:9:"timestamp";i:1711652098;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:82;a:6:{s:9:"timestamp";i:1711652098;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:83;a:6:{s:9:"timestamp";i:1711652098;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:84;a:6:{s:9:"timestamp";i:1711652098;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:85;a:6:{s:9:"timestamp";i:1711652098;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:86;a:6:{s:9:"timestamp";i:1711652098;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:87;a:6:{s:9:"timestamp";i:1711652098;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:88;a:6:{s:9:"timestamp";i:1711652098;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:89;a:6:{s:9:"timestamp";i:1711652098;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":15510:{a:1:{s:7:"profile";s:15479:"C:21:"Twig\Profiler\Profile":15442:{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:1711652097.8786261081695556640625;s:2:"mu";i:2412720;s:3:"pmu";i:2412720;}i:4;a:3:{s:2:"wt";d:1711652097.9884679317474365234375;s:2:"mu";i:7616432;s:3:"pmu";i:9886376;}i:5;a:1:{i:0;C:21:"Twig\Profiler\Profile":15152:{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:1711652097.9392130374908447265625;s:2:"mu";i:7143720;s:3:"pmu";i:7143720;}i:4;a:3:{s:2:"wt";d:1711652097.9884679317474365234375;s:2:"mu";i:7616056;s:3:"pmu";i:9886376;}i:5;a:1:{i:0;C:21:"Twig\Profiler\Profile":14784:{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:1711652097.939311981201171875;s:2:"mu";i:7150680;s:3:"pmu";i:7150680;}i:4;a:3:{s:2:"wt";d:1711652097.9884660243988037109375;s:2:"mu";i:7615968;s:3:"pmu";i:9886376;}i:5;a:3:{i:0;C:21:"Twig\Profiler\Profile":287:{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:1711652097.9393260478973388671875;s:2:"mu";i:7152512;s:3:"pmu";i:7152512;}i:4;a:3:{s:2:"wt";d:1711652097.939363002777099609375;s:2:"mu";i:7164504;s:3:"pmu";i:7169008;}i:5;a:0:{}}}i:1;C:21:"Twig\Profiler\Profile":287:{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:1711652097.9394090175628662109375;s:2:"mu";i:7165016;s:3:"pmu";i:7169008;}i:4;a:3:{s:2:"wt";d:1711652097.9394180774688720703125;s:2:"mu";i:7165416;s:3:"pmu";i:7169008;}i:5;a:0:{}}}i:2;C:21:"Twig\Profiler\Profile":13804:{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:1711652097.9394218921661376953125;s:2:"mu";i:7165928;s:3:"pmu";i:7169008;}i:4;a:3:{s:2:"wt";d:1711652097.9884650707244873046875;s:2:"mu";i:7615592;s:3:"pmu";i:9886376;}i:5;a:1:{i:0;C:21:"Twig\Profiler\Profile":13476:{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:1711652097.939528942108154296875;s:2:"mu";i:7169568;s:3:"pmu";i:7169568;}i:4;a:3:{s:2:"wt";d:1711652097.988462924957275390625;s:2:"mu";i:7616200;s:3:"pmu";i:9886376;}i:5;a:3:{i:0;C:21:"Twig\Profiler\Profile":6204:{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:1711652097.9397070407867431640625;s:2:"mu";i:7378576;s:3:"pmu";i:7378576;}i:4;a:3:{s:2:"wt";d:1711652097.9868829250335693359375;s:2:"mu";i:7503784;s:3:"pmu";i:9886376;}i:5;a:17:{i:0;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:1711652097.93980503082275390625;s:2:"mu";i:7384792;s:3:"pmu";i:7384792;}i:4;a:3:{s:2:"wt";d:1711652097.9415709972381591796875;s:2:"mu";i:7386224;s:3:"pmu";i:7950992;}i:5;a:0:{}}}i:1;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:1711652097.9416010379791259765625;s:2:"mu";i:7387200;s:3:"pmu";i:7950992;}i:4;a:3:{s:2:"wt";d:1711652097.9418160915374755859375;s:2:"mu";i:7420400;s:3:"pmu";i:7950992;}i:5;a:0:{}}}i:2;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:1711652097.9418370723724365234375;s:2:"mu";i:7420976;s:3:"pmu";i:7950992;}i:4;a:3:{s:2:"wt";d:1711652097.9435250759124755859375;s:2:"mu";i:7437792;s:3:"pmu";i:8002560;}i:5;a:0:{}}}i:3;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:1711652097.94355297088623046875;s:2:"mu";i:7438368;s:3:"pmu";i:8002560;}i:4;a:3:{s:2:"wt";d:1711652097.9439690113067626953125;s:2:"mu";i:7438960;s:3:"pmu";i:8002560;}i:5;a:0:{}}}i:4;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:1711652097.9439918994903564453125;s:2:"mu";i:7439536;s:3:"pmu";i:8002560;}i:4;a:3:{s:2:"wt";d:1711652097.94439411163330078125;s:2:"mu";i:7456352;s:3:"pmu";i:8002560;}i:5;a:0:{}}}i:5;C:21:"Twig\Profiler\Profile":302:{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:1711652097.94441699981689453125;s:2:"mu";i:7456928;s:3:"pmu";i:8002560;}i:4;a:3:{s:2:"wt";d:1711652097.94997406005859375;s:2:"mu";i:7457488;s:3:"pmu";i:9486952;}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:1711652097.9500010013580322265625;s:2:"mu";i:7458064;s:3:"pmu";i:9486952;}i:4;a:3:{s:2:"wt";d:1711652097.9504110813140869140625;s:2:"mu";i:7458656;s:3:"pmu";i:9486952;}i:5;a:0:{}}}i:7;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:1711652097.9504349231719970703125;s:2:"mu";i:7459232;s:3:"pmu";i:9486952;}i:4;a:3:{s:2:"wt";d:1711652097.950830936431884765625;s:2:"mu";i:7459664;s:3:"pmu";i:9486952;}i:5;a:0:{}}}i:8;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:1711652097.9508531093597412109375;s:2:"mu";i:7460240;s:3:"pmu";i:9486952;}i:4;a:3:{s:2:"wt";d:1711652097.9516708850860595703125;s:2:"mu";i:7477536;s:3:"pmu";i:9486952;}i:5;a:0:{}}}i:9;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:1711652097.951694011688232421875;s:2:"mu";i:7478432;s:3:"pmu";i:9486952;}i:4;a:3:{s:2:"wt";d:1711652097.95526599884033203125;s:2:"mu";i:7479024;s:3:"pmu";i:9486952;}i:5;a:0:{}}}i:10;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:1711652097.9552910327911376953125;s:2:"mu";i:7479600;s:3:"pmu";i:9486952;}i:4;a:3:{s:2:"wt";d:1711652097.95578098297119140625;s:2:"mu";i:7480160;s:3:"pmu";i:9486952;}i:5;a:0:{}}}i:11;C:21:"Twig\Profiler\Profile":304:{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:1711652097.95580291748046875;s:2:"mu";i:7480736;s:3:"pmu";i:9486952;}i:4;a:3:{s:2:"wt";d:1711652097.9592230319976806640625;s:2:"mu";i:7481616;s:3:"pmu";i:9486952;}i:5;a:0:{}}}i:12;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:1711652097.959249019622802734375;s:2:"mu";i:7482192;s:3:"pmu";i:9486952;}i:4;a:3:{s:2:"wt";d:1711652097.9661729335784912109375;s:2:"mu";i:7499104;s:3:"pmu";i:9871688;}i:5;a:0:{}}}i:13;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:1711652097.9662001132965087890625;s:2:"mu";i:7499680;s:3:"pmu";i:9871688;}i:4;a:3:{s:2:"wt";d:1711652097.972713947296142578125;s:2:"mu";i:7500112;s:3:"pmu";i:9883624;}i:5;a:0:{}}}i:14;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:1711652097.9727399349212646484375;s:2:"mu";i:7500688;s:3:"pmu";i:9883624;}i:4;a:3:{s:2:"wt";d:1711652097.979298114776611328125;s:2:"mu";i:7501120;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:15;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:1711652097.9793250560760498046875;s:2:"mu";i:7501696;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.9867370128631591796875;s:2:"mu";i:7502128;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:16;C:21:"Twig\Profiler\Profile":305:{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:1711652097.9867649078369140625;s:2:"mu";i:7502704;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.986875057220458984375;s:2:"mu";i:7503856;s:3:"pmu";i:9886376;}i:5;a:0:{}}}}}}i:1;C:21:"Twig\Profiler\Profile":306:{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:1711652097.987102031707763671875;s:2:"mu";i:7550584;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.9872949123382568359375;s:2:"mu";i:7568584;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:2;C:21:"Twig\Profiler\Profile":6532:{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:1711652097.9873960018157958984375;s:2:"mu";i:7537288;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.988461017608642578125;s:2:"mu";i:7617184;s:3:"pmu";i:9886376;}i:5;a:1:{i:0;C:21:"Twig\Profiler\Profile":6172:{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:1711652097.9874908924102783203125;s:2:"mu";i:7543904;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.9884579181671142578125;s:2:"mu";i:7618920;s:3:"pmu";i:9886376;}i:5;a:17:{i:0;C:21:"Twig\Profiler\Profile":304:{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:1711652097.987576007843017578125;s:2:"mu";i:7550760;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.98758411407470703125;s:2:"mu";i:7552032;s:3:"pmu";i:9886376;}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:1711652097.9876039028167724609375;s:2:"mu";i:7553008;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.9879128932952880859375;s:2:"mu";i:7586208;s:3:"pmu";i:9886376;}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:1711652097.9879329204559326171875;s:2:"mu";i:7586784;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.9880559444427490234375;s:2:"mu";i:7603600;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:3;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:1711652097.9880750179290771484375;s:2:"mu";i:7604176;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.9880850315093994140625;s:2:"mu";i:7604608;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:4;C:21:"Twig\Profiler\Profile":305:{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:1711652097.98810100555419921875;s:2:"mu";i:7605184;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.9881079196929931640625;s:2:"mu";i:7605616;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:5;C:21:"Twig\Profiler\Profile":304:{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:1711652097.98812389373779296875;s:2:"mu";i:7606192;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.988131999969482421875;s:2:"mu";i:7606624;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:6;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:1711652097.9881479740142822265625;s:2:"mu";i:7607200;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.988171100616455078125;s:2:"mu";i:7607632;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:7;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:1711652097.9881870746612548828125;s:2:"mu";i:7608208;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.9882290363311767578125;s:2:"mu";i:7608640;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:8;C:21:"Twig\Profiler\Profile":305:{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:1711652097.98824596405029296875;s:2:"mu";i:7609216;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.9882519245147705078125;s:2:"mu";i:7609968;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:9;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:1711652097.9882678985595703125;s:2:"mu";i:7610864;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.988277912139892578125;s:2:"mu";i:7611296;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:10;C:21:"Twig\Profiler\Profile":305:{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:1711652097.9882938861846923828125;s:2:"mu";i:7611872;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.98830509185791015625;s:2:"mu";i:7612304;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:11;C:21:"Twig\Profiler\Profile":305:{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:1711652097.9883210659027099609375;s:2:"mu";i:7612880;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.98832988739013671875;s:2:"mu";i:7613312;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:12;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:1711652097.9883449077606201171875;s:2:"mu";i:7613888;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.9883530139923095703125;s:2:"mu";i:7614320;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:13;C:21:"Twig\Profiler\Profile":302:{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:1711652097.988368988037109375;s:2:"mu";i:7614896;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.988380908966064453125;s:2:"mu";i:7615328;s:3:"pmu";i:9886376;}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:1711652097.988398075103759765625;s:2:"mu";i:7615904;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.9884068965911865234375;s:2:"mu";i:7616336;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:15;C:21:"Twig\Profiler\Profile":305:{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:1711652097.9884231090545654296875;s:2:"mu";i:7616912;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.98843097686767578125;s:2:"mu";i:7617344;s:3:"pmu";i:9886376;}i:5;a:0:{}}}i:16;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:1711652097.9884469509124755859375;s:2:"mu";i:7617920;s:3:"pmu";i:9886376;}i:4;a:3:{s:2:"wt";d:1711652097.9884541034698486328125;s:2:"mu";i:7618992;s:3:"pmu";i:9886376;}i:5;a:0:{}}}}}}}}}}}}}}}}}}}}}}}}";}}s:2:"db";C:66:"Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector":2217:{a:6:{s:7:"queries";a:1:{s:7:"default";a:1:{i:1;a:5:{s:3:"sql";s:582:"SELECT t0.sku AS sku1, t0.firma AS firma2, t0.name AS name3, t0.name_slug AS name_slug4, t0.kod_typu_wyrobu AS kod_typu_wyrobu5, t0.nr_serii AS nr_serii6, t0.nr_deklaracji AS nr_deklaracji7, t0.data_na_deklaracji AS data_na_deklaracji8, t0.title_seo AS title_seo9, t0.description_seo AS description_seo10, t0.grupa_produktowa_id AS grupa_produktowa_id11, t0.norma_id AS norma_id12, t0.producent_id AS producent_id13, t0.przedstawiciel_id AS przedstawiciel_id14, t0.zaklad_id AS zaklad_id15 FROM produkt t0 WHERE t0.name_slug = ? AND t0.sku = ? AND t0.grupa_produktowa_id = ? LIMIT 1";s:6:"params";a:3:{i:0;s:3:"n-a";i:1;s:9:"spoiwa-93";i:2;s:2:"15";}s:5:"types";a:3:{i:0;i:2;i:1;i:2;i:2;i:1;}s:11:"executionMS";d:0.00100803375244140625;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:12:{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:29:"Os\LocjaBundle\Entity\Product";s:29:"Os\LocjaBundle\Entity\Product";s:37:"Os\LocjaBundle\Entity\GrupaProduktowa";s:37:"Os\LocjaBundle\Entity\GrupaProduktowa";s:27:"Os\LocjaBundle\Entity\Norma";s:27:"Os\LocjaBundle\Entity\Norma";s:31:"Os\LocjaBundle\Entity\Producent";s:31:"Os\LocjaBundle\Entity\Producent";s:36:"Os\LocjaBundle\Entity\Przedstawiciel";s:36:"Os\LocjaBundle\Entity\Przedstawiciel";s:28:"Os\LocjaBundle\Entity\Zaklad";s:28:"Os\LocjaBundle\Entity\Zaklad";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:27:"Os\LocjaBundle\Entity\Cecha";s:27:"Os\LocjaBundle\Entity\Cecha";}}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:"b48f71";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:14:"34.203.242.200";s:6:"method";s:3:"GET";s:3:"url";s:49:"https://www.locja.pl/produkt/n-a,spoiwa-93,cement";s:4:"time";i:1711652097;}')
    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_show".
  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 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.
  31. 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.
  32. 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.
  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. 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.
  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 t0.sku AS sku1, t0.firma AS firma2, t0.name AS name3, t0.name_slug AS name_slug4, t0.kod_typu_wyrobu AS kod_typu_wyrobu5, t0.nr_serii AS nr_serii6, t0.nr_deklaracji AS nr_deklaracji7, t0.data_na_deklaracji AS data_na_deklaracji8, t0.title_seo AS title_seo9, t0.description_seo AS description_seo10, t0.grupa_produktowa_id AS grupa_produktowa_id11, t0.norma_id AS norma_id12, t0.producent_id AS producent_id13, t0.przedstawiciel_id AS przedstawiciel_id14, t0.zaklad_id AS zaklad_id15 FROM produkt t0 WHERE t0.name_slug = ? AND t0.sku = ? AND t0.grupa_produktowa_id = ? LIMIT 1
  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. 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.
  40. 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.6605bd01e07214.51949127): 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
  41. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  42. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  43. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  44. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  45. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  46. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  47. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  48. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  49. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  50. INFO - Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
  51. 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.
  52. 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.
  53. INFO - Argument "flashManager" in FlashMessageExtension is deprecated since SonataCoreBundle 3.11.0 and will be removed in 4.0. Use the FlashMessageRuntime instead.
  54. INFO - Method "StatusExtension::addStatusService()" is deprecated since SonataCoreBundle 3.13.0 and will be removed in 4.0. Use the StatusRuntime instead.
  55. 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.
  56. 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.
  57. 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.
  58. 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.
  59. 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.
  60. INFO - Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead.
  61. INFO - Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead.
  62. INFO - Using the "Twig_Sandbox_SecurityPolicyInterface" class is deprecated since Twig version 2.7, use "Twig\Sandbox\SecurityPolicyInterface" instead.
  63. INFO - Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.
  64. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  65. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  66. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  67. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  68. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  69. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  70. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
  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. 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.
  74. 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.
  75. 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.
  76. 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.
  77. 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.
  78. 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.
  79. 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.
  80. 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.
  81. 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.
  82. 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.
  83. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
  84. DEBUG - Notified event "kernel.response" to listener "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse".
  85. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
  86. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
  87. DEBUG - Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
  88. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
  89. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse".
  90. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
  91. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
  92. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest".
  93. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
  94. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\Security\Http\Firewall::onKernelFinishRequest".
  95. DEBUG - Notified event "kernel.exception" to listener "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException".
  96. DEBUG - Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException".
  97. DEBUG - Notified event "kernel.exception" to listener "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException".
  98. DEBUG - Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException".
  99. DEBUG - Listener "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException" stopped propagation of the event "kernel.exception".
  100. 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.
  101. 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.
  102. DEBUG - Notified event "kernel.response" to listener "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse".
  103. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
  104. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
  105. DEBUG - Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
  106. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
  107. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse".
  108. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
  109. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
  110. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest".
  111. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
  112. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\Security\Http\Firewall::onKernelFinishRequest".
  113. INFO - The "security.context" service is deprecated since Symfony 2.6 and will be removed in 3.0.
  114. 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.
  115. CRITICAL - Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/profiler/71/8f/b48f71): 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
  116. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  117. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  118. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  119. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  120. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  121. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  122. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  123. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  124. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  125. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  126. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  127. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  128. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  129. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  130. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  131. 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/71/8f/b48f71): 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