Exception detected!

Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__ApplicationSonataMediaBundleEntityMedia.php.6605ae257420c7.00189406): 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__ApplicationSonataMediaBundleEntityMedia.php.6605ae257420c7.00189406): 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__ApplicationSonataMediaBundleEntityMedia.php', 'placeholderMatches' => array('' => 'namespace', '' => 'proxyShortClassName', '' => 'className', '' => 'baseProxyInterface', '' => 'lazyPropertiesDefaults', '' => 'additionalProperties', '' => 'constructorImpl', '' => 'magicGet', '' => 'magicSet', '' => 'magicIsset', '' => 'sleepImpl', '' => 'wakeupImpl', '' => 'cloneImpl', '' => 'methods'), 'placeholders' => array('' => 'Proxies\__CG__\Application\Sonata\MediaBundle\Entity', '' => 'Media', '' => 'Application\Sonata\MediaBundle\Entity\Media', '' => 'Doctrine\ORM\Proxy\Proxy', '' => '', '' => '', '' => ' /** * @param \Closure $initializer * @param \Closure $cloner */ public function __construct($initializer = null, $cloner = null) { $this->__initializer__ = $initializer; $this->__cloner__ = $cloner; }', '' => '', '' => ' /** * {@inheritDoc} * @param string $name * @param mixed $value */ public function __set($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__set', [$name, $value]); return parent::__set($name, $value); }', '' => '', '' => ' /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushIdentifier', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias', 'category']; } return ['__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushIdentifier', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias', 'category']; }', '' => ' /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (Media $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 prePersist() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'prePersist', []); return parent::prePersist(); } /** * {@inheritDoc} */ public function preUpdate() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'preUpdate', []); return parent::preUpdate(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function __call($method, $arguments) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__call', [$method, $arguments]); return parent::__call($method, $arguments); } /** * {@inheritDoc} */ public function setBinaryContent($binaryContent) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBinaryContent', [$binaryContent]); return parent::setBinaryContent($binaryContent); } /** * {@inheritDoc} */ public function resetBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'resetBinaryContent', []); return parent::resetBinaryContent(); } /** * {@inheritDoc} */ public function getBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBinaryContent', []); return parent::getBinaryContent(); } /** * {@inheritDoc} */ public function getMetadataValue($name, $default = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMetadataValue', [$name, $default]); return parent::getMetadataValue($name, $default); } /** * {@inheritDoc} */ public function setMetadataValue($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMetadataValue', [$name, $value]); return parent::setMetadataValue($name, $value); } /** * {@inheritDoc} */ public function unsetMetadataValue($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'unsetMetadataValue', [$name]); return parent::unsetMetadataValue($name); } /** * {@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 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 setEnabled($enabled) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEnabled', [$enabled]); return parent::setEnabled($enabled); } /** * {@inheritDoc} */ public function getEnabled() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEnabled', []); return parent::getEnabled(); } /** * {@inheritDoc} */ public function setProviderName($providerName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderName', [$providerName]); return parent::setProviderName($providerName); } /** * {@inheritDoc} */ public function getProviderName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderName', []); return parent::getProviderName(); } /** * {@inheritDoc} */ public function setProviderStatus($providerStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderStatus', [$providerStatus]); return parent::setProviderStatus($providerStatus); } /** * {@inheritDoc} */ public function getProviderStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderStatus', []); return parent::getProviderStatus(); } /** * {@inheritDoc} */ public function setProviderReference($providerReference) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderReference', [$providerReference]); return parent::setProviderReference($providerReference); } /** * {@inheritDoc} */ public function getProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderReference', []); return parent::getProviderReference(); } /** * {@inheritDoc} */ public function setProviderMetadata(array $providerMetadata = array ( )) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderMetadata', [$providerMetadata]); return parent::setProviderMetadata($providerMetadata); } /** * {@inheritDoc} */ public function getProviderMetadata() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderMetadata', []); return parent::getProviderMetadata(); } /** * {@inheritDoc} */ public function setWidth($width) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setWidth', [$width]); return parent::setWidth($width); } /** * {@inheritDoc} */ public function getWidth() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getWidth', []); return parent::getWidth(); } /** * {@inheritDoc} */ public function setHeight($height) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHeight', [$height]); return parent::setHeight($height); } /** * {@inheritDoc} */ public function getHeight() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHeight', []); return parent::getHeight(); } /** * {@inheritDoc} */ public function setLength($length) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLength', [$length]); return parent::setLength($length); } /** * {@inheritDoc} */ public function getLength() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLength', []); return parent::getLength(); } /** * {@inheritDoc} */ public function setCopyright($copyright) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCopyright', [$copyright]); return parent::setCopyright($copyright); } /** * {@inheritDoc} */ public function getCopyright() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCopyright', []); return parent::getCopyright(); } /** * {@inheritDoc} */ public function setAuthorName($authorName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAuthorName', [$authorName]); return parent::setAuthorName($authorName); } /** * {@inheritDoc} */ public function getAuthorName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAuthorName', []); return parent::getAuthorName(); } /** * {@inheritDoc} */ public function setContext($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContext', [$context]); return parent::setContext($context); } /** * {@inheritDoc} */ public function getContext() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContext', []); return parent::getContext(); } /** * {@inheritDoc} */ public function setCdnIsFlushable($cdnIsFlushable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnIsFlushable', [$cdnIsFlushable]); return parent::setCdnIsFlushable($cdnIsFlushable); } /** * {@inheritDoc} */ public function getCdnIsFlushable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnIsFlushable', []); return parent::getCdnIsFlushable(); } /** * {@inheritDoc} */ public function setCdnFlushIdentifier($cdnFlushIdentifier) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushIdentifier', [$cdnFlushIdentifier]); return parent::setCdnFlushIdentifier($cdnFlushIdentifier); } /** * {@inheritDoc} */ public function getCdnFlushIdentifier() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushIdentifier', []); return parent::getCdnFlushIdentifier(); } /** * {@inheritDoc} */ public function setCdnFlushAt(\DateTime $cdnFlushAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushAt', [$cdnFlushAt]); return parent::setCdnFlushAt($cdnFlushAt); } /** * {@inheritDoc} */ public function getCdnFlushAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushAt', []); return parent::getCdnFlushAt(); } /** * {@inheritDoc} */ public function setUpdatedAt(\DateTime $updatedAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', [$updatedAt]); return parent::setUpdatedAt($updatedAt); } /** * {@inheritDoc} */ public function getUpdatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', []); return parent::getUpdatedAt(); } /** * {@inheritDoc} */ public function setCreatedAt(\DateTime $createdAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]); return parent::setCreatedAt($createdAt); } /** * {@inheritDoc} */ public function getCreatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []); return parent::getCreatedAt(); } /** * {@inheritDoc} */ public function setContentType($contentType) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContentType', [$contentType]); return parent::setContentType($contentType); } /** * {@inheritDoc} */ public function getContentType() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContentType', []); return parent::getContentType(); } /** * {@inheritDoc} */ public function getExtension() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getExtension', []); return parent::getExtension(); } /** * {@inheritDoc} */ public function setSize($size) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSize', [$size]); return parent::setSize($size); } /** * {@inheritDoc} */ public function getSize() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSize', []); return parent::getSize(); } /** * {@inheritDoc} */ public function setCdnStatus($cdnStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnStatus', [$cdnStatus]); return parent::setCdnStatus($cdnStatus); } /** * {@inheritDoc} */ public function getCdnStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnStatus', []); return parent::getCdnStatus(); } /** * {@inheritDoc} */ public function getBox() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBox', []); return parent::getBox(); } /** * {@inheritDoc} */ public function setGalleryHasMedias($galleryHasMedias) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setGalleryHasMedias', [$galleryHasMedias]); return parent::setGalleryHasMedias($galleryHasMedias); } /** * {@inheritDoc} */ public function getGalleryHasMedias() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGalleryHasMedias', []); return parent::getGalleryHasMedias(); } /** * {@inheritDoc} */ public function getPreviousProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPreviousProviderReference', []); return parent::getPreviousProviderReference(); } /** * {@inheritDoc} */ public function isStatusErroneous($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isStatusErroneous', [$context]); return parent::isStatusErroneous($context); } /** * {@inheritDoc} */ public function getCategory() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategory', []); return parent::getCategory(); } '), '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 prePersist() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'prePersist', []); return parent::prePersist(); } /** * {@inheritDoc} */ public function preUpdate() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'preUpdate', []); return parent::preUpdate(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function __call($method, $arguments) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__call', [$method, $arguments]); return parent::__call($method, $arguments); } /** * {@inheritDoc} */ public function setBinaryContent($binaryContent) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBinaryContent', [$binaryContent]); return parent::setBinaryContent($binaryContent); } /** * {@inheritDoc} */ public function resetBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'resetBinaryContent', []); return parent::resetBinaryContent(); } /** * {@inheritDoc} */ public function getBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBinaryContent', []); return parent::getBinaryContent(); } /** * {@inheritDoc} */ public function getMetadataValue($name, $default = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMetadataValue', [$name, $default]); return parent::getMetadataValue($name, $default); } /** * {@inheritDoc} */ public function setMetadataValue($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMetadataValue', [$name, $value]); return parent::setMetadataValue($name, $value); } /** * {@inheritDoc} */ public function unsetMetadataValue($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'unsetMetadataValue', [$name]); return parent::unsetMetadataValue($name); } /** * {@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 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 setEnabled($enabled) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEnabled', [$enabled]); return parent::setEnabled($enabled); } /** * {@inheritDoc} */ public function getEnabled() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEnabled', []); return parent::getEnabled(); } /** * {@inheritDoc} */ public function setProviderName($providerName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderName', [$providerName]); return parent::setProviderName($providerName); } /** * {@inheritDoc} */ public function getProviderName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderName', []); return parent::getProviderName(); } /** * {@inheritDoc} */ public function setProviderStatus($providerStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderStatus', [$providerStatus]); return parent::setProviderStatus($providerStatus); } /** * {@inheritDoc} */ public function getProviderStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderStatus', []); return parent::getProviderStatus(); } /** * {@inheritDoc} */ public function setProviderReference($providerReference) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderReference', [$providerReference]); return parent::setProviderReference($providerReference); } /** * {@inheritDoc} */ public function getProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderReference', []); return parent::getProviderReference(); } /** * {@inheritDoc} */ public function setProviderMetadata(array $providerMetadata = array ( )) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderMetadata', [$providerMetadata]); return parent::setProviderMetadata($providerMetadata); } /** * {@inheritDoc} */ public function getProviderMetadata() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderMetadata', []); return parent::getProviderMetadata(); } /** * {@inheritDoc} */ public function setWidth($width) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setWidth', [$width]); return parent::setWidth($width); } /** * {@inheritDoc} */ public function getWidth() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getWidth', []); return parent::getWidth(); } /** * {@inheritDoc} */ public function setHeight($height) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHeight', [$height]); return parent::setHeight($height); } /** * {@inheritDoc} */ public function getHeight() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHeight', []); return parent::getHeight(); } /** * {@inheritDoc} */ public function setLength($length) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLength', [$length]); return parent::setLength($length); } /** * {@inheritDoc} */ public function getLength() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLength', []); return parent::getLength(); } /** * {@inheritDoc} */ public function setCopyright($copyright) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCopyright', [$copyright]); return parent::setCopyright($copyright); } /** * {@inheritDoc} */ public function getCopyright() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCopyright', []); return parent::getCopyright(); } /** * {@inheritDoc} */ public function setAuthorName($authorName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAuthorName', [$authorName]); return parent::setAuthorName($authorName); } /** * {@inheritDoc} */ public function getAuthorName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAuthorName', []); return parent::getAuthorName(); } /** * {@inheritDoc} */ public function setContext($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContext', [$context]); return parent::setContext($context); } /** * {@inheritDoc} */ public function getContext() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContext', []); return parent::getContext(); } /** * {@inheritDoc} */ public function setCdnIsFlushable($cdnIsFlushable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnIsFlushable', [$cdnIsFlushable]); return parent::setCdnIsFlushable($cdnIsFlushable); } /** * {@inheritDoc} */ public function getCdnIsFlushable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnIsFlushable', []); return parent::getCdnIsFlushable(); } /** * {@inheritDoc} */ public function setCdnFlushIdentifier($cdnFlushIdentifier) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushIdentifier', [$cdnFlushIdentifier]); return parent::setCdnFlushIdentifier($cdnFlushIdentifier); } /** * {@inheritDoc} */ public function getCdnFlushIdentifier() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushIdentifier', []); return parent::getCdnFlushIdentifier(); } /** * {@inheritDoc} */ public function setCdnFlushAt(\DateTime $cdnFlushAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushAt', [$cdnFlushAt]); return parent::setCdnFlushAt($cdnFlushAt); } /** * {@inheritDoc} */ public function getCdnFlushAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushAt', []); return parent::getCdnFlushAt(); } /** * {@inheritDoc} */ public function setUpdatedAt(\DateTime $updatedAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', [$updatedAt]); return parent::setUpdatedAt($updatedAt); } /** * {@inheritDoc} */ public function getUpdatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', []); return parent::getUpdatedAt(); } /** * {@inheritDoc} */ public function setCreatedAt(\DateTime $createdAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]); return parent::setCreatedAt($createdAt); } /** * {@inheritDoc} */ public function getCreatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []); return parent::getCreatedAt(); } /** * {@inheritDoc} */ public function setContentType($contentType) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContentType', [$contentType]); return parent::setContentType($contentType); } /** * {@inheritDoc} */ public function getContentType() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContentType', []); return parent::getContentType(); } /** * {@inheritDoc} */ public function getExtension() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getExtension', []); return parent::getExtension(); } /** * {@inheritDoc} */ public function setSize($size) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSize', [$size]); return parent::setSize($size); } /** * {@inheritDoc} */ public function getSize() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSize', []); return parent::getSize(); } /** * {@inheritDoc} */ public function setCdnStatus($cdnStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnStatus', [$cdnStatus]); return parent::setCdnStatus($cdnStatus); } /** * {@inheritDoc} */ public function getCdnStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnStatus', []); return parent::getCdnStatus(); } /** * {@inheritDoc} */ public function getBox() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBox', []); return parent::getBox(); } /** * {@inheritDoc} */ public function setGalleryHasMedias($galleryHasMedias) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setGalleryHasMedias', [$galleryHasMedias]); return parent::setGalleryHasMedias($galleryHasMedias); } /** * {@inheritDoc} */ public function getGalleryHasMedias() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGalleryHasMedias', []); return parent::getGalleryHasMedias(); } /** * {@inheritDoc} */ public function getPreviousProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPreviousProviderReference', []); return parent::getPreviousProviderReference(); } /** * {@inheritDoc} */ public function isStatusErroneous($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isStatusErroneous', [$context]); return parent::isStatusErroneous($context); } /** * {@inheritDoc} */ public function getCategory() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategory', []); return parent::getCategory(); } ', 'proxyCode' => '<?php namespace Proxies\__CG__\Application\Sonata\MediaBundle\Entity; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class Media extends \Application\Sonata\MediaBundle\Entity\Media 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; } /** * {@inheritDoc} * @param string $name * @param mixed $value */ public function __set($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__set', [$name, $value]); return parent::__set($name, $value); } /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushIdentifier', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias', 'category']; } return ['__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushIdentifier', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias', 'category']; } /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (Media $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 prePersist() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'prePersist', []); return parent::prePersist(); } /** * {@inheritDoc} */ public function preUpdate() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'preUpdate', []); return parent::preUpdate(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function __call($method, $arguments) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__call', [$method, $arguments]); return parent::__call($method, $arguments); } /** * {@inheritDoc} */ public function setBinaryContent($binaryContent) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBinaryContent', [$binaryContent]); return parent::setBinaryContent($binaryContent); } /** * {@inheritDoc} */ public function resetBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'resetBinaryContent', []); return parent::resetBinaryContent(); } /** * {@inheritDoc} */ public function getBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBinaryContent', []); return parent::getBinaryContent(); } /** * {@inheritDoc} */ public function getMetadataValue($name, $default = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMetadataValue', [$name, $default]); return parent::getMetadataValue($name, $default); } /** * {@inheritDoc} */ public function setMetadataValue($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMetadataValue', [$name, $value]); return parent::setMetadataValue($name, $value); } /** * {@inheritDoc} */ public function unsetMetadataValue($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'unsetMetadataValue', [$name]); return parent::unsetMetadataValue($name); } /** * {@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 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 setEnabled($enabled) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEnabled', [$enabled]); return parent::setEnabled($enabled); } /** * {@inheritDoc} */ public function getEnabled() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEnabled', []); return parent::getEnabled(); } /** * {@inheritDoc} */ public function setProviderName($providerName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderName', [$providerName]); return parent::setProviderName($providerName); } /** * {@inheritDoc} */ public function getProviderName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderName', []); return parent::getProviderName(); } /** * {@inheritDoc} */ public function setProviderStatus($providerStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderStatus', [$providerStatus]); return parent::setProviderStatus($providerStatus); } /** * {@inheritDoc} */ public function getProviderStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderStatus', []); return parent::getProviderStatus(); } /** * {@inheritDoc} */ public function setProviderReference($providerReference) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderReference', [$providerReference]); return parent::setProviderReference($providerReference); } /** * {@inheritDoc} */ public function getProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderReference', []); return parent::getProviderReference(); } /** * {@inheritDoc} */ public function setProviderMetadata(array $providerMetadata = array ( )) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderMetadata', [$providerMetadata]); return parent::setProviderMetadata($providerMetadata); } /** * {@inheritDoc} */ public function getProviderMetadata() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderMetadata', []); return parent::getProviderMetadata(); } /** * {@inheritDoc} */ public function setWidth($width) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setWidth', [$width]); return parent::setWidth($width); } /** * {@inheritDoc} */ public function getWidth() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getWidth', []); return parent::getWidth(); } /** * {@inheritDoc} */ public function setHeight($height) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHeight', [$height]); return parent::setHeight($height); } /** * {@inheritDoc} */ public function getHeight() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHeight', []); return parent::getHeight(); } /** * {@inheritDoc} */ public function setLength($length) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLength', [$length]); return parent::setLength($length); } /** * {@inheritDoc} */ public function getLength() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLength', []); return parent::getLength(); } /** * {@inheritDoc} */ public function setCopyright($copyright) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCopyright', [$copyright]); return parent::setCopyright($copyright); } /** * {@inheritDoc} */ public function getCopyright() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCopyright', []); return parent::getCopyright(); } /** * {@inheritDoc} */ public function setAuthorName($authorName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAuthorName', [$authorName]); return parent::setAuthorName($authorName); } /** * {@inheritDoc} */ public function getAuthorName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAuthorName', []); return parent::getAuthorName(); } /** * {@inheritDoc} */ public function setContext($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContext', [$context]); return parent::setContext($context); } /** * {@inheritDoc} */ public function getContext() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContext', []); return parent::getContext(); } /** * {@inheritDoc} */ public function setCdnIsFlushable($cdnIsFlushable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnIsFlushable', [$cdnIsFlushable]); return parent::setCdnIsFlushable($cdnIsFlushable); } /** * {@inheritDoc} */ public function getCdnIsFlushable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnIsFlushable', []); return parent::getCdnIsFlushable(); } /** * {@inheritDoc} */ public function setCdnFlushIdentifier($cdnFlushIdentifier) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushIdentifier', [$cdnFlushIdentifier]); return parent::setCdnFlushIdentifier($cdnFlushIdentifier); } /** * {@inheritDoc} */ public function getCdnFlushIdentifier() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushIdentifier', []); return parent::getCdnFlushIdentifier(); } /** * {@inheritDoc} */ public function setCdnFlushAt(\DateTime $cdnFlushAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushAt', [$cdnFlushAt]); return parent::setCdnFlushAt($cdnFlushAt); } /** * {@inheritDoc} */ public function getCdnFlushAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushAt', []); return parent::getCdnFlushAt(); } /** * {@inheritDoc} */ public function setUpdatedAt(\DateTime $updatedAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', [$updatedAt]); return parent::setUpdatedAt($updatedAt); } /** * {@inheritDoc} */ public function getUpdatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', []); return parent::getUpdatedAt(); } /** * {@inheritDoc} */ public function setCreatedAt(\DateTime $createdAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]); return parent::setCreatedAt($createdAt); } /** * {@inheritDoc} */ public function getCreatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []); return parent::getCreatedAt(); } /** * {@inheritDoc} */ public function setContentType($contentType) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContentType', [$contentType]); return parent::setContentType($contentType); } /** * {@inheritDoc} */ public function getContentType() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContentType', []); return parent::getContentType(); } /** * {@inheritDoc} */ public function getExtension() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getExtension', []); return parent::getExtension(); } /** * {@inheritDoc} */ public function setSize($size) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSize', [$size]); return parent::setSize($size); } /** * {@inheritDoc} */ public function getSize() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSize', []); return parent::getSize(); } /** * {@inheritDoc} */ public function setCdnStatus($cdnStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnStatus', [$cdnStatus]); return parent::setCdnStatus($cdnStatus); } /** * {@inheritDoc} */ public function getCdnStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnStatus', []); return parent::getCdnStatus(); } /** * {@inheritDoc} */ public function getBox() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBox', []); return parent::getBox(); } /** * {@inheritDoc} */ public function setGalleryHasMedias($galleryHasMedias) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setGalleryHasMedias', [$galleryHasMedias]); return parent::setGalleryHasMedias($galleryHasMedias); } /** * {@inheritDoc} */ public function getGalleryHasMedias() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGalleryHasMedias', []); return parent::getGalleryHasMedias(); } /** * {@inheritDoc} */ public function getPreviousProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPreviousProviderReference', []); return parent::getPreviousProviderReference(); } /** * {@inheritDoc} */ public function isStatusErroneous($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isStatusErroneous', [$context]); return parent::isStatusErroneous($context); } /** * {@inheritDoc} */ public function getCategory() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategory', []); return parent::getCategory(); } } ', '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__ApplicationSonataMediaBundleEntityMedia.php.6605ae257420c7.00189406'))
  3. at file_put_contents ('/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__ApplicationSonataMediaBundleEntityMedia.php.6605ae257420c7.00189406', '<?php namespace Proxies\__CG__\Application\Sonata\MediaBundle\Entity; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class Media extends \Application\Sonata\MediaBundle\Entity\Media 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; } /** * {@inheritDoc} * @param string $name * @param mixed $value */ public function __set($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__set', [$name, $value]); return parent::__set($name, $value); } /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushIdentifier', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias', 'category']; } return ['__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushIdentifier', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias', 'category']; } /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (Media $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 prePersist() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'prePersist', []); return parent::prePersist(); } /** * {@inheritDoc} */ public function preUpdate() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'preUpdate', []); return parent::preUpdate(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function __call($method, $arguments) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__call', [$method, $arguments]); return parent::__call($method, $arguments); } /** * {@inheritDoc} */ public function setBinaryContent($binaryContent) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBinaryContent', [$binaryContent]); return parent::setBinaryContent($binaryContent); } /** * {@inheritDoc} */ public function resetBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'resetBinaryContent', []); return parent::resetBinaryContent(); } /** * {@inheritDoc} */ public function getBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBinaryContent', []); return parent::getBinaryContent(); } /** * {@inheritDoc} */ public function getMetadataValue($name, $default = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMetadataValue', [$name, $default]); return parent::getMetadataValue($name, $default); } /** * {@inheritDoc} */ public function setMetadataValue($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMetadataValue', [$name, $value]); return parent::setMetadataValue($name, $value); } /** * {@inheritDoc} */ public function unsetMetadataValue($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'unsetMetadataValue', [$name]); return parent::unsetMetadataValue($name); } /** * {@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 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 setEnabled($enabled) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEnabled', [$enabled]); return parent::setEnabled($enabled); } /** * {@inheritDoc} */ public function getEnabled() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEnabled', []); return parent::getEnabled(); } /** * {@inheritDoc} */ public function setProviderName($providerName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderName', [$providerName]); return parent::setProviderName($providerName); } /** * {@inheritDoc} */ public function getProviderName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderName', []); return parent::getProviderName(); } /** * {@inheritDoc} */ public function setProviderStatus($providerStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderStatus', [$providerStatus]); return parent::setProviderStatus($providerStatus); } /** * {@inheritDoc} */ public function getProviderStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderStatus', []); return parent::getProviderStatus(); } /** * {@inheritDoc} */ public function setProviderReference($providerReference) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderReference', [$providerReference]); return parent::setProviderReference($providerReference); } /** * {@inheritDoc} */ public function getProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderReference', []); return parent::getProviderReference(); } /** * {@inheritDoc} */ public function setProviderMetadata(array $providerMetadata = array ( )) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderMetadata', [$providerMetadata]); return parent::setProviderMetadata($providerMetadata); } /** * {@inheritDoc} */ public function getProviderMetadata() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderMetadata', []); return parent::getProviderMetadata(); } /** * {@inheritDoc} */ public function setWidth($width) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setWidth', [$width]); return parent::setWidth($width); } /** * {@inheritDoc} */ public function getWidth() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getWidth', []); return parent::getWidth(); } /** * {@inheritDoc} */ public function setHeight($height) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHeight', [$height]); return parent::setHeight($height); } /** * {@inheritDoc} */ public function getHeight() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHeight', []); return parent::getHeight(); } /** * {@inheritDoc} */ public function setLength($length) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLength', [$length]); return parent::setLength($length); } /** * {@inheritDoc} */ public function getLength() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLength', []); return parent::getLength(); } /** * {@inheritDoc} */ public function setCopyright($copyright) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCopyright', [$copyright]); return parent::setCopyright($copyright); } /** * {@inheritDoc} */ public function getCopyright() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCopyright', []); return parent::getCopyright(); } /** * {@inheritDoc} */ public function setAuthorName($authorName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAuthorName', [$authorName]); return parent::setAuthorName($authorName); } /** * {@inheritDoc} */ public function getAuthorName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAuthorName', []); return parent::getAuthorName(); } /** * {@inheritDoc} */ public function setContext($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContext', [$context]); return parent::setContext($context); } /** * {@inheritDoc} */ public function getContext() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContext', []); return parent::getContext(); } /** * {@inheritDoc} */ public function setCdnIsFlushable($cdnIsFlushable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnIsFlushable', [$cdnIsFlushable]); return parent::setCdnIsFlushable($cdnIsFlushable); } /** * {@inheritDoc} */ public function getCdnIsFlushable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnIsFlushable', []); return parent::getCdnIsFlushable(); } /** * {@inheritDoc} */ public function setCdnFlushIdentifier($cdnFlushIdentifier) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushIdentifier', [$cdnFlushIdentifier]); return parent::setCdnFlushIdentifier($cdnFlushIdentifier); } /** * {@inheritDoc} */ public function getCdnFlushIdentifier() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushIdentifier', []); return parent::getCdnFlushIdentifier(); } /** * {@inheritDoc} */ public function setCdnFlushAt(\DateTime $cdnFlushAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushAt', [$cdnFlushAt]); return parent::setCdnFlushAt($cdnFlushAt); } /** * {@inheritDoc} */ public function getCdnFlushAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushAt', []); return parent::getCdnFlushAt(); } /** * {@inheritDoc} */ public function setUpdatedAt(\DateTime $updatedAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', [$updatedAt]); return parent::setUpdatedAt($updatedAt); } /** * {@inheritDoc} */ public function getUpdatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', []); return parent::getUpdatedAt(); } /** * {@inheritDoc} */ public function setCreatedAt(\DateTime $createdAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]); return parent::setCreatedAt($createdAt); } /** * {@inheritDoc} */ public function getCreatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []); return parent::getCreatedAt(); } /** * {@inheritDoc} */ public function setContentType($contentType) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContentType', [$contentType]); return parent::setContentType($contentType); } /** * {@inheritDoc} */ public function getContentType() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContentType', []); return parent::getContentType(); } /** * {@inheritDoc} */ public function getExtension() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getExtension', []); return parent::getExtension(); } /** * {@inheritDoc} */ public function setSize($size) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSize', [$size]); return parent::setSize($size); } /** * {@inheritDoc} */ public function getSize() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSize', []); return parent::getSize(); } /** * {@inheritDoc} */ public function setCdnStatus($cdnStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnStatus', [$cdnStatus]); return parent::setCdnStatus($cdnStatus); } /** * {@inheritDoc} */ public function getCdnStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnStatus', []); return parent::getCdnStatus(); } /** * {@inheritDoc} */ public function getBox() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBox', []); return parent::getBox(); } /** * {@inheritDoc} */ public function setGalleryHasMedias($galleryHasMedias) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setGalleryHasMedias', [$galleryHasMedias]); return parent::setGalleryHasMedias($galleryHasMedias); } /** * {@inheritDoc} */ public function getGalleryHasMedias() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGalleryHasMedias', []); return parent::getGalleryHasMedias(); } /** * {@inheritDoc} */ public function getPreviousProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPreviousProviderReference', []); return parent::getPreviousProviderReference(); } /** * {@inheritDoc} */ public function isStatusErroneous($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isStatusErroneous', [$context]); return parent::isStatusErroneous($context); } /** * {@inheritDoc} */ public function getCategory() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategory', []); return parent::getCategory(); } } ')
    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__ApplicationSonataMediaBundleEntityMedia.php')
    in vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php at line 217  +
  5. at AbstractProxyFactory ->getProxyDefinition ('Application\Sonata\MediaBundle\Entity\Media')
    in vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php at line 116  +
  6. at AbstractProxyFactory ->getProxy ('Application\Sonata\MediaBundle\Entity\Media', array('id' => '1711'))
    in vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php at line 2682  +
  7. at UnitOfWork ->createEntity ('Os\LocjaBundle\Entity\RaportRynkowy', array('id' => '110', 'name' => 'Powierzchnia mieszkania w Polsce poniżej średniej w UE', 'name_slug' => 'powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue', 'keywords' => 'Powierzchnia mieszkania, wielość mieszkań', 'price' => '0.00', 'short_description' => '<p>Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W kt&oacute;rym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych r&oacute;żni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?</p>', 'abstract' => '<p>Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W kt&oacute;rym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych r&oacute;żni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?</p>', 'opis' => '<p>Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W kt&oacute;rym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych r&oacute;żni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?</p> <p>&nbsp;</p> <p>Spis powszechny ludności i mieszkań przeprowadzony w roku 2011 dotyczył całej Europy.&nbsp;Po raz pierwszy prawodawstwo europejskie określiło szczeg&oacute;łowo zestaw zharmonizowanych wskaźnik&oacute;w i danych, kt&oacute;re pozwalają na por&oacute;wnania między krajami. Następny taki spis zostanie przeprowadzony w roku 2021. &nbsp;</p> <p>&nbsp;</p> <p>Bazując na danych z ostatniego spisu można por&oacute;wnać wielkość mieszkań (dom&oacute;w), w jakich żyją Europejczycy, czyli powierzchnię użytkową, jaką dysponują. Niestety nie ma danych dotyczących Wielkiej Brytanii, kt&oacute;re można by zestawić z innymi krajami.</p> <p>&nbsp;</p> <p>&nbsp;</p> <h2><span style="color:#336600">Średnia wielkość mieszkania w Europie</span></h2> <p>&nbsp;</p> <p><strong>Średnia powierzchnia użytkowa mieszkania dla 28 kraj&oacute;w Unii Europejskiej wynosi 96 m<sup>2</sup>.</strong> Jest wyższa od średniej dla tak zamożnych kraj&oacute;w jak Niemcy czy Francja. Kto podnosi średnią?</p> <p>Okazuje się, że największe mieszkania (domy) mają Cypryjczycy, kt&oacute;rzy średnio dysponują 141,4 m<sup>2</sup> powierzchni użytkowej. Nieco mniejsze mieszkania są w Luksemburgu (131,1 m<sup>2</sup>), w Belgii (124,3 m<sup>2</sup>), Norwegii&nbsp; (123,2 m<sup>2</sup>), Danii&nbsp; (118,1 m<sup>2</sup>)&nbsp; i Szwajcarii (117,1 m<sup>2</sup>).</p> <p>&nbsp;</p> <p>Na drugim biegunie jest Rumunia, gdzie przeciętna powierzchnia mieszkania jest ponad dwukrotnie niższa od średniej w UE i wynosi zaledwie 43,9 m<sup>2</sup>. Rumunia wyr&oacute;żnia się na tle innych kraj&oacute;w europejskich. Następne w kolejności wśr&oacute;d najmniejszych mieszkań są Łotwa i Litwa, ich powierzchnia jest o prawie 20 m<sup>2</sup> większa niż w Rumunii.</p> <p>&nbsp;</p> <p><strong>Średnia powierzchnia mieszkania w Polsce 75,2 m<sup>2</sup></strong>, odbiega od średniej unijnej o 20 m<sup>2</sup>. Mniejsze mieszkania od nas opr&oacute;cz trzech wyżej wymienionych państw mają jeszcze Bułgarzy i Estończycy. &nbsp;Niemal identyczną powierzchnią mieszkalną dysponują Węgrzy (75,6 m<sup>2</sup>).</p> <p>&nbsp;</p> <p><strong>&nbsp; Powierzchnia użytkowa mieszkań w Europie</strong></p> <p><img alt="Przeciętna powierzchnia użytkowa mieszkań w Europie" class="bigger lr-img" src="https://www.locja.pl/uploads/media/default/0001/02/1ef98eda438c60dbfeeeeebc41cbf6cb06970bb5.png" style="max-width:700px" /></p> <p>&nbsp;</p> <h2><span style="color:#336600">Czy mieszkania własne są większe od wynajmowanych w Europie?</span></h2> <p>&nbsp;</p> <p>Czy status własnościowy nieruchomości mieszkaniowej ma wpływ na powierzchnie użytkową? W absolutnej <strong>większości kraj&oacute;w w Europie mieszkania wynajmowane są mniejsze.</strong>&nbsp; Jedynym wyjątkiem jest Szwecja, gdzie mieszkania wynajmowane po obniżonej cenie mają średnią powierzchnie 131,4 m<sup>2</sup> i są największe w tym kraju.</p> <p>Por&oacute;wnując wielkość mieszkań (dom&oacute;w) będących własnością użytkownik&oacute;w w zależności od obciążenia hipoteką bądź kredytem mieszkaniowym można stwierdzić, że w większości kraj&oacute;w nieruchomości obciążone są większe od tych bez hipoteki czy kredytu. &nbsp;<strong>Przeciętna nieruchomość własna bez hipoteki w Unii Europejskiej ma powierzchnię 97,0 m<sup>2</sup>, a taka z obciążeniem hipotecznym 119,7 m<sup>2</sup></strong>. W Polsce odpowiednio wielkości te wynoszą 80,4 m<sup>2</sup> i 88,1 m<sup>2</sup>.</p> <p>W Rumunii obciążenie nieruchomości nie wpływa na powierzchnię użytkową mieszkania, a we Włoszech r&oacute;żnica wynosi zaledwie 1 m<sup>2</sup>. Są też kraje gdzie nieruchomości bez obciążeń hipotecznych są większe np. Luksemburg, a r&oacute;żnica wynosi prawie 10 m<sup>2</sup>.</p> <p><strong>Średnia wielkość mieszania (domu) wynajmowanego w UE w cenach rynkowych wynosi 74,5 m<sup>2</sup>, a takiego wynajmowanego w cenach obniżonych 78,6 m<sup>2</sup>.</strong> Mieszkanie wynajmowane w cenach rynkowych jest mniejsze, dotyczy to większości kraj&oacute;w, wyłamują się z tej reguły jedynie Dania i Irlandia. Wynajmowane przez Polak&oacute;w mieszkania należą do jednych z najmniejszych. Mieszkanie wynajmowane w cenach rynkowych ma przeciętną powierzchnię 45,7 m<sup>2</sup>, wynajmowane w obniżonej cenie 52,5 m<sup>2</sup>. Jeszcze mniejsze mieszkania wynajmowane są na Łotwie, Litwie i w Rumunii.</p> <p>&nbsp;</p> <table border="1" cellpadding="1" cellspacing="1" class="lr-table table table-bordered table-sm"> <tbody> <tr> <td> <p><strong>Powierzchnia użytkowa mieszkań w Europie wg statusu własności</strong></p> </td> <td> <p><strong>Powierzchnia użytkowa mieszkań w Europie wg rodzaju wynajmu</strong></p> </td> </tr> <tr> <td><img alt="Powierzchnia użytkowa mieszkań w Europie wg statusu własności" class="bigger lr-img" src="/uploads/media/default/0001/02/2dd207612756f88eb33fdcf210f33a734d429e11.png" style="max-width:300px" /></td> <td><img alt="Powierzchnia użytkowa mieszkań w Europie wg rodzaju wynajmu" class="bigger lr-img" src="/uploads/media/default/0001/02/c99decdb6d41fb6891e53339088aac7ed6d860ab.png" style="max-width:300px" /></td> </tr> </tbody> </table> <p>&nbsp;</p> <p>&nbsp;</p> <h2><span style="color:#336600">Czy lokalizacja ma wpływ na średni metraż mieszkania w Europie?</span></h2> <p>&nbsp;</p> <p>Zapewne ze względu na cenę grunt&oacute;w i samych nieruchomości mieszkaniowych, te zlokalizowane na wsi są większe od tych w dużych miastach. Pomiędzy plasują się nieruchomości zlokalizowane w mniejszych miastach i na przedmieściach dużych miast.</p> <p>&nbsp;</p> <p>Taka prawidłowość dotyczy większości kraj&oacute;w. <strong>Średnia wielkość mieszkania dla 28 kraj&oacute;w Unii Europejskiej wynosi w mieście 89,1 m<sup>2</sup>, w miastach i na przedmieściach 99,1 m<sup>2</sup>, a na obszarach wiejskich 109 m<sup>2</sup>. &nbsp;</strong></p> <p>&nbsp;</p> <p>Największe mieszkania w mieście są na Cyprze (138,4 m<sup>2</sup>), a najmniejsze w Rumunii (41,7 m<sup>2</sup>). Te dwa państwa znajdują się na przeciwnych biegunach r&oacute;wnież w kategorii mieszkań zlokalizowanych w małych miastach i na przedmieściach &ndash; na Cyprze (141,3 m<sup>2</sup>), a w Rumunii 45,1 m<sup>2</sup>. Rumunia tak bardzo odbiega od standard&oacute;w unijnych że r&oacute;wnież w kategorii mieszkań zlokalizowanych na wsi ma najmniejsze mieszkania (45,1 m<sup>2</sup>), największe mieszkania&nbsp; zaś są&nbsp; w Luksemburgu (150,3 m<sup>2</sup>), Cypr jest na drugim miejscu (148 m<sup>2</sup>).</p> <p>&nbsp;</p> <p><strong>W Polsce r&oacute;żnica przeciętnej powierzchni mieszkań zlokalizowanych w mieści i na wsi wynosi niemal 30 m<sup>2</sup>,</strong> jeszcze większa r&oacute;żnica, bo 46 m<sup>2</sup> występuje w Austrii i Luksemburgu. Najmniejsza r&oacute;żnica między miastem a wsią dotyczy nieruchomości mieszkaniowych w Bułgarii &ndash; zaledwie 1,1 m<sup>2</sup>.</p> <p>&nbsp;</p> <p><strong>Powierzchnia użytkowa mieszkań w Europie wg lokalizacji</strong></p> <p><img alt="Przeciętna powierzchnia użytkowa mieszkań w Europie wg lokalizacji " class="bigger lr-img" src="https://www.locja.pl/uploads/media/default/0001/02/ea1f07ce26c1d567077d8bf41a42c4ca538b98db.png" style="max-width:800px" /></p> <p>&nbsp;</p> <p>&nbsp;</p> <h2><span style="color:#336600">Wielkość mieszkania a skład gospodarstwa domowego w Europie</span></h2> <p>&nbsp;</p> <p>Publikowane przez Eurostat dane pozwalają na por&oacute;wnanie wielkości nieruchomości mieszkaniowych zajmowanych przez jednoosobowe gospodarstwa domowe, gospodarstwa domowe składające się z pary dorosłych os&oacute;b oraz przez gospodarstwa domowe pod opieką, kt&oacute;rych są dzieci i gospodarstwa bez dzieci. &nbsp;Za dzieci uznaje się osoby w wieku poniżej 18 lat, a także osoby nieaktywne zawodowo w wieku 18-24 lata pozostające na utrzymaniu, zamieszkujące z co najmniej jednym z ich rodzic&oacute;w.</p> <p>&nbsp;</p> <p>Najmniejszą powierzchnię użytkową, bez względu na lokalizację, mają do dyspozycji osoby mieszające samotnie. &nbsp;Średnia dla UE to 76,6 m<sup>2</sup>, najmniejsze mieszkania single mają w Rumunii (36,5 m<sup>2</sup>), największe zaś w Luksemburgu (101,4 m<sup>2</sup>). W Polsce mieszkania singli mają średnio 54,6 m<sup>2</sup>. &nbsp;Jak widać r&oacute;żnice są znaczące, lokalizacja (miasto &ndash; wieś) nie wpływa w większym stopniu na te wielkości.</p> <p>Pary &ndash; gospodarstwa domowe 2 osobowe &ndash; średnia powierzchnia ich mieszkań wynosi w UE 100,3 m<sup>2</sup>. Dla por&oacute;wnania w Polsce jest to 69,5 m<sup>2</sup>, najmniejsze mieszkania pary zajmują już tradycyjnie w Rumunii (43,1 m<sup>2</sup>), największe w Luksemburgu 140,2 m<sup>2</sup>. Mieszkania par zlokalizowane w mieście są o ponad 10 m<sup>2</sup> mniejsze od tych w małych miastach i na przedmieściach i na obszarach wiejskich.</p> <p>Rodziny bez dzieci - w zasadzie gospodarstwa domowe bez dzieci, w tym r&oacute;wnież jednoosobowe &ndash; dysponują nieruchomościami mieszkaniowymi o powierzchni średniej w UE 90,4 m<sup>2</sup>, w Polsce 67,6 m<sup>2</sup>.&nbsp; Najmniejsze mieszkania zajmowane przez gospodarstwa bez dzieci są w Rumunii 41,4 m<sup>2</sup> a największe na Cyprze &ndash; 122,3 m<sup>2</sup>.</p> <p>Gospodarstwa domowe z dziećmi dysponują największą powierzchnią mieszkaniową, średnia dla UE to 109,7 m<sup>2</sup>.&nbsp; Rodzina z dziećmi w Rumunii może liczyć na 47,8 m<sup>2</sup>, to o ponad 6 m<sup>2</sup> więcej niż rodzina bez dzieci &ndash; jest to najniższa średnia w UE.&nbsp; Największymi mieszkaniami rodziny z dziećmi cieszą się na Cyprze (171,7 m<sup>2</sup>) &ndash; średnia dla tego kraju, a rodziny mieszkające na wsi aż 185,4 m<sup>2</sup>.</p> <p>W Polsce rodzina z dziećmi mieszka na 87,6 m<sup>2</sup>, nieruchomości w mieście mają 70,5 m<sup>2</sup>, w małych miastach i na przedmieściach 87,5, a na obszarach wiejskich 101,8 m<sup>2</sup>. &nbsp;</p> <p>&nbsp;</p> <table border="1" cellpadding="1" cellspacing="1" class="lr-table table table-bordered table-sm"> <tbody> <tr> <td> <p><strong>Powierzchnia mieszkań&nbsp;w Europie zlokalizowanych w mieście</strong></p> </td> <td> <p><strong>Powierzchnia mieszkań&nbsp;w Europie w miastach i na przedmieściach</strong></p> </td> <td> <p><strong>Powierzchnia mieszkań&nbsp;w Europie zlokalizowanych na wsi</strong></p> </td> </tr> <tr> <td><img alt="Średnia powierzchnia mieszkań w Europie zlokalizowanych w mieście" class="bigger lr-img" src="/uploads/media/default/0001/02/b9a9562283faa4b9d36d951216904e690f62495c.png" style="max-width:200px" /></td> <td><img alt="Średnia powierzchnia mieszkań w Europie zlokalizowanych w miastach i na przedmieściach" class="bigger lr-img" src="/uploads/media/default/0001/02/9d582fcef4b622c12aea3134f196f3629d854920.png" style="max-width:200px" /></td> <td><img alt="Średnia powierzchnia mieszkań w Europie zlokalizowanych na obszarach wiejskich" class="bigger lr-img" src="https://www.locja.pl/uploads/media/default/0001/02/75550c7495d1d6642e9a811a9e1d3d6261b006da.png" style="max-width:200px" /></td> </tr> </tbody> </table> <p>&nbsp;</p> <p>&nbsp;</p> <hr /> <p>źr&oacute;dło: opracowanie własne na podstawie danych Eurostat</p>', 'internal_comments' => null, 'is_published' => true, 'status' => '5', 'updated_at' => null, 'created_at' => null, 'published_at' => object(DateTime), 'published_till' => null, 'typ' => 'RB', 'title_seo' => null, 'description_seo' => 'Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W którym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych różni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?', 'head_image_id' => '1711', 'kategoria_id' => '157', 'podkategoria_id' => null, 'author_id' => '7'), array('fetchMode' => array('Os\LocjaBundle\Entity\RaportRynkowy' => array('head_image' => '2'))))
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php at line 138  +
  8. at SimpleObjectHydrator ->hydrateRowData (array('id1' => '110', 'name2' => 'Powierzchnia mieszkania w Polsce poniżej średniej w UE', 'name_slug3' => 'powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue', 'keywords4' => 'Powierzchnia mieszkania, wielość mieszkań', 'price5' => '0.00', 'short_description6' => '<p>Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W kt&oacute;rym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych r&oacute;żni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?</p>', 'abstract7' => '<p>Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W kt&oacute;rym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych r&oacute;żni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?</p>', 'opis8' => '<p>Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W kt&oacute;rym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych r&oacute;żni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?</p> <p>&nbsp;</p> <p>Spis powszechny ludności i mieszkań przeprowadzony w roku 2011 dotyczył całej Europy.&nbsp;Po raz pierwszy prawodawstwo europejskie określiło szczeg&oacute;łowo zestaw zharmonizowanych wskaźnik&oacute;w i danych, kt&oacute;re pozwalają na por&oacute;wnania między krajami. Następny taki spis zostanie przeprowadzony w roku 2021. &nbsp;</p> <p>&nbsp;</p> <p>Bazując na danych z ostatniego spisu można por&oacute;wnać wielkość mieszkań (dom&oacute;w), w jakich żyją Europejczycy, czyli powierzchnię użytkową, jaką dysponują. Niestety nie ma danych dotyczących Wielkiej Brytanii, kt&oacute;re można by zestawić z innymi krajami.</p> <p>&nbsp;</p> <p>&nbsp;</p> <h2><span style="color:#336600">Średnia wielkość mieszkania w Europie</span></h2> <p>&nbsp;</p> <p><strong>Średnia powierzchnia użytkowa mieszkania dla 28 kraj&oacute;w Unii Europejskiej wynosi 96 m<sup>2</sup>.</strong> Jest wyższa od średniej dla tak zamożnych kraj&oacute;w jak Niemcy czy Francja. Kto podnosi średnią?</p> <p>Okazuje się, że największe mieszkania (domy) mają Cypryjczycy, kt&oacute;rzy średnio dysponują 141,4 m<sup>2</sup> powierzchni użytkowej. Nieco mniejsze mieszkania są w Luksemburgu (131,1 m<sup>2</sup>), w Belgii (124,3 m<sup>2</sup>), Norwegii&nbsp; (123,2 m<sup>2</sup>), Danii&nbsp; (118,1 m<sup>2</sup>)&nbsp; i Szwajcarii (117,1 m<sup>2</sup>).</p> <p>&nbsp;</p> <p>Na drugim biegunie jest Rumunia, gdzie przeciętna powierzchnia mieszkania jest ponad dwukrotnie niższa od średniej w UE i wynosi zaledwie 43,9 m<sup>2</sup>. Rumunia wyr&oacute;żnia się na tle innych kraj&oacute;w europejskich. Następne w kolejności wśr&oacute;d najmniejszych mieszkań są Łotwa i Litwa, ich powierzchnia jest o prawie 20 m<sup>2</sup> większa niż w Rumunii.</p> <p>&nbsp;</p> <p><strong>Średnia powierzchnia mieszkania w Polsce 75,2 m<sup>2</sup></strong>, odbiega od średniej unijnej o 20 m<sup>2</sup>. Mniejsze mieszkania od nas opr&oacute;cz trzech wyżej wymienionych państw mają jeszcze Bułgarzy i Estończycy. &nbsp;Niemal identyczną powierzchnią mieszkalną dysponują Węgrzy (75,6 m<sup>2</sup>).</p> <p>&nbsp;</p> <p><strong>&nbsp; Powierzchnia użytkowa mieszkań w Europie</strong></p> <p><img alt="Przeciętna powierzchnia użytkowa mieszkań w Europie" class="bigger lr-img" src="https://www.locja.pl/uploads/media/default/0001/02/1ef98eda438c60dbfeeeeebc41cbf6cb06970bb5.png" style="max-width:700px" /></p> <p>&nbsp;</p> <h2><span style="color:#336600">Czy mieszkania własne są większe od wynajmowanych w Europie?</span></h2> <p>&nbsp;</p> <p>Czy status własnościowy nieruchomości mieszkaniowej ma wpływ na powierzchnie użytkową? W absolutnej <strong>większości kraj&oacute;w w Europie mieszkania wynajmowane są mniejsze.</strong>&nbsp; Jedynym wyjątkiem jest Szwecja, gdzie mieszkania wynajmowane po obniżonej cenie mają średnią powierzchnie 131,4 m<sup>2</sup> i są największe w tym kraju.</p> <p>Por&oacute;wnując wielkość mieszkań (dom&oacute;w) będących własnością użytkownik&oacute;w w zależności od obciążenia hipoteką bądź kredytem mieszkaniowym można stwierdzić, że w większości kraj&oacute;w nieruchomości obciążone są większe od tych bez hipoteki czy kredytu. &nbsp;<strong>Przeciętna nieruchomość własna bez hipoteki w Unii Europejskiej ma powierzchnię 97,0 m<sup>2</sup>, a taka z obciążeniem hipotecznym 119,7 m<sup>2</sup></strong>. W Polsce odpowiednio wielkości te wynoszą 80,4 m<sup>2</sup> i 88,1 m<sup>2</sup>.</p> <p>W Rumunii obciążenie nieruchomości nie wpływa na powierzchnię użytkową mieszkania, a we Włoszech r&oacute;żnica wynosi zaledwie 1 m<sup>2</sup>. Są też kraje gdzie nieruchomości bez obciążeń hipotecznych są większe np. Luksemburg, a r&oacute;żnica wynosi prawie 10 m<sup>2</sup>.</p> <p><strong>Średnia wielkość mieszania (domu) wynajmowanego w UE w cenach rynkowych wynosi 74,5 m<sup>2</sup>, a takiego wynajmowanego w cenach obniżonych 78,6 m<sup>2</sup>.</strong> Mieszkanie wynajmowane w cenach rynkowych jest mniejsze, dotyczy to większości kraj&oacute;w, wyłamują się z tej reguły jedynie Dania i Irlandia. Wynajmowane przez Polak&oacute;w mieszkania należą do jednych z najmniejszych. Mieszkanie wynajmowane w cenach rynkowych ma przeciętną powierzchnię 45,7 m<sup>2</sup>, wynajmowane w obniżonej cenie 52,5 m<sup>2</sup>. Jeszcze mniejsze mieszkania wynajmowane są na Łotwie, Litwie i w Rumunii.</p> <p>&nbsp;</p> <table border="1" cellpadding="1" cellspacing="1" class="lr-table table table-bordered table-sm"> <tbody> <tr> <td> <p><strong>Powierzchnia użytkowa mieszkań w Europie wg statusu własności</strong></p> </td> <td> <p><strong>Powierzchnia użytkowa mieszkań w Europie wg rodzaju wynajmu</strong></p> </td> </tr> <tr> <td><img alt="Powierzchnia użytkowa mieszkań w Europie wg statusu własności" class="bigger lr-img" src="/uploads/media/default/0001/02/2dd207612756f88eb33fdcf210f33a734d429e11.png" style="max-width:300px" /></td> <td><img alt="Powierzchnia użytkowa mieszkań w Europie wg rodzaju wynajmu" class="bigger lr-img" src="/uploads/media/default/0001/02/c99decdb6d41fb6891e53339088aac7ed6d860ab.png" style="max-width:300px" /></td> </tr> </tbody> </table> <p>&nbsp;</p> <p>&nbsp;</p> <h2><span style="color:#336600">Czy lokalizacja ma wpływ na średni metraż mieszkania w Europie?</span></h2> <p>&nbsp;</p> <p>Zapewne ze względu na cenę grunt&oacute;w i samych nieruchomości mieszkaniowych, te zlokalizowane na wsi są większe od tych w dużych miastach. Pomiędzy plasują się nieruchomości zlokalizowane w mniejszych miastach i na przedmieściach dużych miast.</p> <p>&nbsp;</p> <p>Taka prawidłowość dotyczy większości kraj&oacute;w. <strong>Średnia wielkość mieszkania dla 28 kraj&oacute;w Unii Europejskiej wynosi w mieście 89,1 m<sup>2</sup>, w miastach i na przedmieściach 99,1 m<sup>2</sup>, a na obszarach wiejskich 109 m<sup>2</sup>. &nbsp;</strong></p> <p>&nbsp;</p> <p>Największe mieszkania w mieście są na Cyprze (138,4 m<sup>2</sup>), a najmniejsze w Rumunii (41,7 m<sup>2</sup>). Te dwa państwa znajdują się na przeciwnych biegunach r&oacute;wnież w kategorii mieszkań zlokalizowanych w małych miastach i na przedmieściach &ndash; na Cyprze (141,3 m<sup>2</sup>), a w Rumunii 45,1 m<sup>2</sup>. Rumunia tak bardzo odbiega od standard&oacute;w unijnych że r&oacute;wnież w kategorii mieszkań zlokalizowanych na wsi ma najmniejsze mieszkania (45,1 m<sup>2</sup>), największe mieszkania&nbsp; zaś są&nbsp; w Luksemburgu (150,3 m<sup>2</sup>), Cypr jest na drugim miejscu (148 m<sup>2</sup>).</p> <p>&nbsp;</p> <p><strong>W Polsce r&oacute;żnica przeciętnej powierzchni mieszkań zlokalizowanych w mieści i na wsi wynosi niemal 30 m<sup>2</sup>,</strong> jeszcze większa r&oacute;żnica, bo 46 m<sup>2</sup> występuje w Austrii i Luksemburgu. Najmniejsza r&oacute;żnica między miastem a wsią dotyczy nieruchomości mieszkaniowych w Bułgarii &ndash; zaledwie 1,1 m<sup>2</sup>.</p> <p>&nbsp;</p> <p><strong>Powierzchnia użytkowa mieszkań w Europie wg lokalizacji</strong></p> <p><img alt="Przeciętna powierzchnia użytkowa mieszkań w Europie wg lokalizacji " class="bigger lr-img" src="https://www.locja.pl/uploads/media/default/0001/02/ea1f07ce26c1d567077d8bf41a42c4ca538b98db.png" style="max-width:800px" /></p> <p>&nbsp;</p> <p>&nbsp;</p> <h2><span style="color:#336600">Wielkość mieszkania a skład gospodarstwa domowego w Europie</span></h2> <p>&nbsp;</p> <p>Publikowane przez Eurostat dane pozwalają na por&oacute;wnanie wielkości nieruchomości mieszkaniowych zajmowanych przez jednoosobowe gospodarstwa domowe, gospodarstwa domowe składające się z pary dorosłych os&oacute;b oraz przez gospodarstwa domowe pod opieką, kt&oacute;rych są dzieci i gospodarstwa bez dzieci. &nbsp;Za dzieci uznaje się osoby w wieku poniżej 18 lat, a także osoby nieaktywne zawodowo w wieku 18-24 lata pozostające na utrzymaniu, zamieszkujące z co najmniej jednym z ich rodzic&oacute;w.</p> <p>&nbsp;</p> <p>Najmniejszą powierzchnię użytkową, bez względu na lokalizację, mają do dyspozycji osoby mieszające samotnie. &nbsp;Średnia dla UE to 76,6 m<sup>2</sup>, najmniejsze mieszkania single mają w Rumunii (36,5 m<sup>2</sup>), największe zaś w Luksemburgu (101,4 m<sup>2</sup>). W Polsce mieszkania singli mają średnio 54,6 m<sup>2</sup>. &nbsp;Jak widać r&oacute;żnice są znaczące, lokalizacja (miasto &ndash; wieś) nie wpływa w większym stopniu na te wielkości.</p> <p>Pary &ndash; gospodarstwa domowe 2 osobowe &ndash; średnia powierzchnia ich mieszkań wynosi w UE 100,3 m<sup>2</sup>. Dla por&oacute;wnania w Polsce jest to 69,5 m<sup>2</sup>, najmniejsze mieszkania pary zajmują już tradycyjnie w Rumunii (43,1 m<sup>2</sup>), największe w Luksemburgu 140,2 m<sup>2</sup>. Mieszkania par zlokalizowane w mieście są o ponad 10 m<sup>2</sup> mniejsze od tych w małych miastach i na przedmieściach i na obszarach wiejskich.</p> <p>Rodziny bez dzieci - w zasadzie gospodarstwa domowe bez dzieci, w tym r&oacute;wnież jednoosobowe &ndash; dysponują nieruchomościami mieszkaniowymi o powierzchni średniej w UE 90,4 m<sup>2</sup>, w Polsce 67,6 m<sup>2</sup>.&nbsp; Najmniejsze mieszkania zajmowane przez gospodarstwa bez dzieci są w Rumunii 41,4 m<sup>2</sup> a największe na Cyprze &ndash; 122,3 m<sup>2</sup>.</p> <p>Gospodarstwa domowe z dziećmi dysponują największą powierzchnią mieszkaniową, średnia dla UE to 109,7 m<sup>2</sup>.&nbsp; Rodzina z dziećmi w Rumunii może liczyć na 47,8 m<sup>2</sup>, to o ponad 6 m<sup>2</sup> więcej niż rodzina bez dzieci &ndash; jest to najniższa średnia w UE.&nbsp; Największymi mieszkaniami rodziny z dziećmi cieszą się na Cyprze (171,7 m<sup>2</sup>) &ndash; średnia dla tego kraju, a rodziny mieszkające na wsi aż 185,4 m<sup>2</sup>.</p> <p>W Polsce rodzina z dziećmi mieszka na 87,6 m<sup>2</sup>, nieruchomości w mieście mają 70,5 m<sup>2</sup>, w małych miastach i na przedmieściach 87,5, a na obszarach wiejskich 101,8 m<sup>2</sup>. &nbsp;</p> <p>&nbsp;</p> <table border="1" cellpadding="1" cellspacing="1" class="lr-table table table-bordered table-sm"> <tbody> <tr> <td> <p><strong>Powierzchnia mieszkań&nbsp;w Europie zlokalizowanych w mieście</strong></p> </td> <td> <p><strong>Powierzchnia mieszkań&nbsp;w Europie w miastach i na przedmieściach</strong></p> </td> <td> <p><strong>Powierzchnia mieszkań&nbsp;w Europie zlokalizowanych na wsi</strong></p> </td> </tr> <tr> <td><img alt="Średnia powierzchnia mieszkań w Europie zlokalizowanych w mieście" class="bigger lr-img" src="/uploads/media/default/0001/02/b9a9562283faa4b9d36d951216904e690f62495c.png" style="max-width:200px" /></td> <td><img alt="Średnia powierzchnia mieszkań w Europie zlokalizowanych w miastach i na przedmieściach" class="bigger lr-img" src="/uploads/media/default/0001/02/9d582fcef4b622c12aea3134f196f3629d854920.png" style="max-width:200px" /></td> <td><img alt="Średnia powierzchnia mieszkań w Europie zlokalizowanych na obszarach wiejskich" class="bigger lr-img" src="https://www.locja.pl/uploads/media/default/0001/02/75550c7495d1d6642e9a811a9e1d3d6261b006da.png" style="max-width:200px" /></td> </tr> </tbody> </table> <p>&nbsp;</p> <p>&nbsp;</p> <hr /> <p>źr&oacute;dło: opracowanie własne na podstawie danych Eurostat</p>', 'internal_comments9' => null, 'is_published10' => '1', 'status11' => '5', 'updated_at12' => null, 'created_at13' => null, 'published_at14' => '2018-02-21', 'published_till15' => null, 'typ16' => 'RB', 'title_seo17' => null, 'description_seo18' => 'Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W którym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych różni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?', 'head_image_id19' => '1711', 'kategoria_id20' => '157', 'podkategoria_id21' => null, 'author_id22' => '7'), array('id1' => array('name' => 'id', 'type' => 'integer'), 'name2' => array('name' => 'name', 'type' => 'string'), 'name_slug3' => array('name' => 'name_slug', 'type' => 'string'), 'keywords4' => array('name' => 'keywords', 'type' => 'text'), 'price5' => array('name' => 'price', 'type' => 'decimal'), 'short_description6' => array('name' => 'short_description', 'type' => 'text'), 'abstract7' => array('name' => 'abstract', 'type' => 'text'), 'opis8' => array('name' => 'opis', 'type' => 'text'), 'internal_comments9' => array('name' => 'internal_comments', 'type' => 'text'), 'is_published10' => array('name' => 'is_published', 'type' => 'boolean'), 'status11' => array('name' => 'status', 'type' => 'string'), 'updated_at12' => array('name' => 'updated_at', 'type' => 'datetime'), 'created_at13' => array('name' => 'created_at', 'type' => 'datetime'), 'published_at14' => array('name' => 'published_at', 'type' => 'date'), 'published_till15' => array('name' => 'published_till', 'type' => 'date'), 'typ16' => array('name' => 'typ', 'type' => 'text'), 'title_seo17' => array('name' => 'title_seo', 'type' => 'string'), 'description_seo18' => array('name' => 'description_seo', 'type' => 'string'), 'head_image_id19' => array('name' => 'head_image_id', 'type' => 'integer'), 'kategoria_id20' => array('name' => 'kategoria_id', 'type' => 'integer'), 'podkategoria_id21' => array('name' => 'podkategoria_id', 'type' => 'integer'), 'author_id22' => array('name' => 'author_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('id' => '110', 'name_slug' => 'powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue'), null, null, array(), '0', '1', null)
    in vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php at line 196  +
  12. at EntityRepository ->findOneBy (array('id' => '110', 'name_slug' => 'powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue'))
    in src/Os/LocjaBundle/Controller/RaportRynkowyController.php at line 20  +
  13. at RaportRynkowyController ->showAction ('powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue', '110')
    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 "raportrynkowy_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. DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.name_slug AS name_slug3, t0.keywords AS keywords4, t0.price AS price5, t0.short_description AS short_description6, t0.abstract AS abstract7, t0.opis AS opis8, t0.internal_comments AS internal_comments9, t0.is_published AS is_published10, t0.status AS status11, t0.updated_at AS updated_at12, t0.created_at AS created_at13, t0.published_at AS published_at14, t0.published_till AS published_till15, t0.typ AS typ16, t0.title_seo AS title_seo17, t0.description_seo AS description_seo18, t0.head_image_id AS head_image_id19, t0.kategoria_id AS kategoria_id20, t0.podkategoria_id AS podkategoria_id21, t0.author_id AS author_id22 FROM raport_rynkowy t0 WHERE t0.id = ? AND t0.name_slug = ? LIMIT 1
  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. 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.
  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. 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__ApplicationSonataMediaBundleEntityMedia.php.6605ae257420c7.00189406): 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
  39. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  40. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  41. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  42. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  43. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  44. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  45. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  46. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  47. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  48. INFO - Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
  49. 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.
  50. 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.
  51. INFO - Argument "flashManager" in FlashMessageExtension is deprecated since SonataCoreBundle 3.11.0 and will be removed in 4.0. Use the FlashMessageRuntime instead.
  52. INFO - Method "StatusExtension::addStatusService()" is deprecated since SonataCoreBundle 3.13.0 and will be removed in 4.0. Use the StatusRuntime instead.
  53. 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.
  54. 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.
  55. 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.
  56. 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.
  57. 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.
  58. INFO - Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead.
  59. INFO - Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead.
  60. INFO - Using the "Twig_Sandbox_SecurityPolicyInterface" class is deprecated since Twig version 2.7, use "Twig\Sandbox\SecurityPolicyInterface" instead.
  61. INFO - Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.
  62. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  63. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  64. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  65. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  66. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  67. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  68. 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/d1/49/e049d1): 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/d1/49/e049d1): 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/d1/49/e049d1): 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/d1/49/e049d1', 'profileIndexed' => false, 'dir' => '/home/users/locja/public_html/locja.pl/app/cache/prod/profiler/d1/49', 'profileToken' => 'e049d1', 'parentToken' => 'fb43c4', 'childrenToken' => array(), 'data' => array('token' => 'e049d1', 'parent' => 'fb43c4', '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' => '18.206.13.112', 'method' => 'GET', 'url' => 'https://www.locja.pl/raport-rynkowy/powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue,110', 'time' => '1711648293')))
  3. at file_put_contents ('/home/users/locja/public_html/locja.pl/app/cache/prod/profiler/d1/49/e049d1', 'a:8:{s:5:"token";s:6:"e049d1";s:6:"parent";s:6:"fb43c4";s:8:"children";a:0:{}s:4:"data";a:16:{s:7:"request";C:63:"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector":7455:{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:13:"18.206.13.112";s:15:"x-forwarded-for";s:13:"18.206.13.112";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:109:{s:23:"REDIRECT_REDIRECT_HTTPS";s:2:"on";s:36:"REDIRECT_REDIRECT_SSL_SERVER_S_DN_CN";s:10:"*.e-kei.pl";s:35:"REDIRECT_REDIRECT_SSL_SERVER_I_DN_C";s:2:"PL";s:35:"REDIRECT_REDIRECT_SSL_SERVER_I_DN_O";s:25:"Unizeto Technologies S.A.";s:36:"REDIRECT_REDIRECT_SSL_SERVER_I_DN_OU";s:30:"Certum Certification Authority";s:36:"REDIRECT_REDIRECT_SSL_SERVER_I_DN_CN";s:32:"Certum Domain Validation CA SHA2";s:39:"REDIRECT_REDIRECT_SSL_VERSION_INTERFACE";s:14:"mod_ssl/2.2.31";s:37:"REDIRECT_REDIRECT_SSL_VERSION_LIBRARY";s:14:"OpenSSL/1.0.2d";s:30:"REDIRECT_REDIRECT_SSL_PROTOCOL";s:7:"TLSv1.2";s:34:"REDIRECT_REDIRECT_SSL_SECURE_RENEG";s:4:"true";s:37:"REDIRECT_REDIRECT_SSL_COMPRESS_METHOD";s:4:"NULL";s:28:"REDIRECT_REDIRECT_SSL_CIPHER";s:27:"ECDHE-RSA-AES128-GCM-SHA256";s:35:"REDIRECT_REDIRECT_SSL_CIPHER_EXPORT";s:5:"false";s:39:"REDIRECT_REDIRECT_SSL_CIPHER_USEKEYSIZE";s:3:"128";s:39:"REDIRECT_REDIRECT_SSL_CIPHER_ALGKEYSIZE";s:3:"128";s:35:"REDIRECT_REDIRECT_SSL_CLIENT_VERIFY";s:4:"NONE";s:38:"REDIRECT_REDIRECT_SSL_SERVER_M_VERSION";s:1:"3";s:37:"REDIRECT_REDIRECT_SSL_SERVER_M_SERIAL";s:32:"3C67CC6F6EC81FD12D742013CBB7BBCF";s:36:"REDIRECT_REDIRECT_SSL_SERVER_V_START";s:24:"Jan 29 10:31:34 2024 GMT";s:34:"REDIRECT_REDIRECT_SSL_SERVER_V_END";s:24:"Jan 28 10:31:33 2025 GMT";s:33:"REDIRECT_REDIRECT_SSL_SERVER_S_DN";s:14:"/CN=*.e-kei.pl";s:33:"REDIRECT_REDIRECT_SSL_SERVER_I_DN";s:103:"/C=PL/O=Unizeto Technologies S.A./OU=Certum Certification Authority/CN=Certum Domain Validation CA SHA2";s:34:"REDIRECT_REDIRECT_SSL_SERVER_A_KEY";s:13:"rsaEncryption";s:34:"REDIRECT_REDIRECT_SSL_SERVER_A_SIG";s:23:"sha256WithRSAEncryption";s:32:"REDIRECT_REDIRECT_SSL_SESSION_ID";s:64:"F98788319D4BB79C0D7E6894CE96546F3875C1EE9AFE50466DE2A98D554247B9";s:24:"REDIRECT_REDIRECT_STATUS";s:3:"200";s:13:"REDIRECT_BASE";s:4:"/web";s:14:"REDIRECT_HTTPS";s:2:"on";s:27:"REDIRECT_SSL_SERVER_S_DN_CN";s:10:"*.e-kei.pl";s:26:"REDIRECT_SSL_SERVER_I_DN_C";s:2:"PL";s:26:"REDIRECT_SSL_SERVER_I_DN_O";s:25:"Unizeto Technologies S.A.";s:27:"REDIRECT_SSL_SERVER_I_DN_OU";s:30:"Certum Certification Authority";s:27:"REDIRECT_SSL_SERVER_I_DN_CN";s:32:"Certum Domain Validation CA SHA2";s:30:"REDIRECT_SSL_VERSION_INTERFACE";s:14:"mod_ssl/2.2.31";s:28:"REDIRECT_SSL_VERSION_LIBRARY";s:14:"OpenSSL/1.0.2d";s:21:"REDIRECT_SSL_PROTOCOL";s:7:"TLSv1.2";s:25:"REDIRECT_SSL_SECURE_RENEG";s:4:"true";s:28:"REDIRECT_SSL_COMPRESS_METHOD";s:4:"NULL";s:19:"REDIRECT_SSL_CIPHER";s:27:"ECDHE-RSA-AES128-GCM-SHA256";s:26:"REDIRECT_SSL_CIPHER_EXPORT";s:5:"false";s:30:"REDIRECT_SSL_CIPHER_USEKEYSIZE";s:3:"128";s:30:"REDIRECT_SSL_CIPHER_ALGKEYSIZE";s:3:"128";s:26:"REDIRECT_SSL_CLIENT_VERIFY";s:4:"NONE";s:29:"REDIRECT_SSL_SERVER_M_VERSION";s:1:"3";s:28:"REDIRECT_SSL_SERVER_M_SERIAL";s:32:"3C67CC6F6EC81FD12D742013CBB7BBCF";s:27:"REDIRECT_SSL_SERVER_V_START";s:24:"Jan 29 10:31:34 2024 GMT";s:25:"REDIRECT_SSL_SERVER_V_END";s:24:"Jan 28 10:31:33 2025 GMT";s:24:"REDIRECT_SSL_SERVER_S_DN";s:14:"/CN=*.e-kei.pl";s:24:"REDIRECT_SSL_SERVER_I_DN";s:103:"/C=PL/O=Unizeto Technologies S.A./OU=Certum Certification Authority/CN=Certum Domain Validation CA SHA2";s:25:"REDIRECT_SSL_SERVER_A_KEY";s:13:"rsaEncryption";s:25:"REDIRECT_SSL_SERVER_A_SIG";s:23:"sha256WithRSAEncryption";s:23:"REDIRECT_SSL_SESSION_ID";s:64:"F98788319D4BB79C0D7E6894CE96546F3875C1EE9AFE50466DE2A98D554247B9";s:15:"REDIRECT_STATUS";s:3:"200";s:4:"BASE";s:4:"/web";s:5:"HTTPS";s:2:"on";s:18:"SSL_SERVER_S_DN_CN";s:10:"*.e-kei.pl";s:17:"SSL_SERVER_I_DN_C";s:2:"PL";s:17:"SSL_SERVER_I_DN_O";s:25:"Unizeto Technologies S.A.";s:18:"SSL_SERVER_I_DN_OU";s:30:"Certum Certification Authority";s:18:"SSL_SERVER_I_DN_CN";s:32:"Certum Domain Validation CA SHA2";s:21:"SSL_VERSION_INTERFACE";s:14:"mod_ssl/2.2.31";s:19:"SSL_VERSION_LIBRARY";s:14:"OpenSSL/1.0.2d";s:12:"SSL_PROTOCOL";s:7:"TLSv1.2";s:16:"SSL_SECURE_RENEG";s:4:"true";s:19:"SSL_COMPRESS_METHOD";s:4:"NULL";s:10:"SSL_CIPHER";s:27:"ECDHE-RSA-AES128-GCM-SHA256";s:17:"SSL_CIPHER_EXPORT";s:5:"false";s:21:"SSL_CIPHER_USEKEYSIZE";s:3:"128";s:21:"SSL_CIPHER_ALGKEYSIZE";s:3:"128";s:17:"SSL_CLIENT_VERIFY";s:4:"NONE";s:20:"SSL_SERVER_M_VERSION";s:1:"3";s:19:"SSL_SERVER_M_SERIAL";s:32:"3C67CC6F6EC81FD12D742013CBB7BBCF";s:18:"SSL_SERVER_V_START";s:24:"Jan 29 10:31:34 2024 GMT";s:16:"SSL_SERVER_V_END";s:24:"Jan 28 10:31:33 2025 GMT";s:15:"SSL_SERVER_S_DN";s:14:"/CN=*.e-kei.pl";s:15:"SSL_SERVER_I_DN";s:103:"/C=PL/O=Unizeto Technologies S.A./OU=Certum Certification Authority/CN=Certum Domain Validation CA SHA2";s:16:"SSL_SERVER_A_KEY";s:13:"rsaEncryption";s:16:"SSL_SERVER_A_SIG";s:23:"sha256WithRSAEncryption";s:14:"SSL_SESSION_ID";s:64:"F98788319D4BB79C0D7E6894CE96546F3875C1EE9AFE50466DE2A98D554247B9";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:13:"18.206.13.112";s:20:"HTTP_X_FORWARDED_FOR";s:13:"18.206.13.112";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:13:"18.206.13.112";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:"34588";s:12:"REDIRECT_URL";s:78:"/web/raport-rynkowy/powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue,110";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:74:"/raport-rynkowy/powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue,110";s:11:"SCRIPT_NAME";s:12:"/web/app.php";s:8:"PHP_SELF";s:12:"/web/app.php";s:18:"REQUEST_TIME_FLOAT";d:1711648293.4300000667572021484375;s:12:"REQUEST_TIME";i:1711648293;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 17:51:33 GMT";s:13:"x-debug-token";s:6:"e049d1";}s:16:"session_metadata";a:0:{}s:18:"session_attributes";a:0:{}s:7:"flashes";a:0:{}s:9:"path_info";s:74:"/raport-rynkowy/powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue,110";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":33585:{a:2:{s:10:"start_time";d:1711648293433.641845703125;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:72;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:1711648293477.800048828125;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:1711648293477.800048828125;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:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:72;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:1711648293477.800048828125;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:1711648293477.800048828125;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:1711648293477.800048828125;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:1711648293477.800048828125;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:1711648293477.800048828125;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:1711648293477.800048828125;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:1711648293477.800048828125;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:23:"controller.get_callable";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:0;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:7:"default";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:17:"kernel.controller";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:7:"section";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:64:"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:63:"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:67:"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:71:"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:66:"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:2:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:1;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:65:"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:65:"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:17;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:14:"event_listener";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:10:"controller";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:17;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:18;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:18;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;s:52:"Symfony\Component\Stopwatch\StopwatchEventcategory";s:7:"default";s:51:"Symfony\Component\Stopwatch\StopwatchEventstarted";a:0:{}}s:40:"@Twig/Exception/exception_full.html.twig";O:42:"Symfony\Component\Stopwatch\StopwatchEvent":4:{s:51:"Symfony\Component\Stopwatch\StopwatchEventperiods";a:1:{i:0;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:18;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:19;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:19;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:19;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:64;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:19;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:21;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:1;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:21;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:21;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:2;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:21;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:23;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:3;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:23;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:24;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:4;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:24;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:24;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:5;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:24;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:30;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:6;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:30;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:30;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:8388608;}i:7;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:30;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:31;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:8;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:31;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:32;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:9;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:32;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:36;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:10;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:36;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:36;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:11;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:36;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:50;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:14;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:50;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:63;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:16;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:63;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:64;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:64;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:64;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:64;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:64;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:64;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:64;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:1;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:64;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:65;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:2;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;}i:3;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;}i:4;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;}i:5;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;}i:6;O:43:"Symfony\Component\Stopwatch\StopwatchPeriod":3:{s:50:"Symfony\Component\Stopwatch\StopwatchPeriodstart";i:65;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:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}i:13;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:14;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:15;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:16;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;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:72;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:66;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:66;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:72;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:72;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:72;s:48:"Symfony\Component\Stopwatch\StopwatchPeriodend";i:72;s:51:"Symfony\Component\Stopwatch\StopwatchPeriodmemory";i:10485760;}}s:50:"Symfony\Component\Stopwatch\StopwatchEventorigin";d:1711648293477.800048828125;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:12582912;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":117128:{a:1:{s:9:"exception";O:50:"Symfony\Component\Debug\Exception\FlattenException":10:{s:59:"Symfony\Component\Debug\Exception\FlattenExceptionmessage";s:220:"Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__ApplicationSonataMediaBundleEntityMedia.php.6605ae257420c7.00189406): 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:211:"file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__ApplicationSonataMediaBundleEntityMedia.php.6605ae257420c7.00189406): 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:124:"/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__ApplicationSonataMediaBundleEntityMedia.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:52:"Proxies\__CG__\Application\Sonata\MediaBundle\Entity";}s:21:"<proxyShortClassName>";a:2:{i:0;s:6:"string";i:1;s:5:"Media";}s:11:"<className>";a:2:{i:0;s:6:"string";i:1;s:43:"Application\Sonata\MediaBundle\Entity\Media";}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:300:" /** * {@inheritDoc} * @param string $name * @param mixed $value */ public function __set($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__set', [$name, $value]); return parent::__set($name, $value); }";}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:980:" /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushIdentifier', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias', 'category']; } return ['__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushIdentifier', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias', 'category']; }";}s:12:"<wakeupImpl>";a:2:{i:0;s:6:"string";i:1;s:638:" /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (Media $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:14622:" /** * {@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 prePersist() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'prePersist', []); return parent::prePersist(); } /** * {@inheritDoc} */ public function preUpdate() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'preUpdate', []); return parent::preUpdate(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function __call($method, $arguments) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__call', [$method, $arguments]); return parent::__call($method, $arguments); } /** * {@inheritDoc} */ public function setBinaryContent($binaryContent) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBinaryContent', [$binaryContent]); return parent::setBinaryContent($binaryContent); } /** * {@inheritDoc} */ public function resetBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'resetBinaryContent', []); return parent::resetBinaryContent(); } /** * {@inheritDoc} */ public function getBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBinaryContent', []); return parent::getBinaryContent(); } /** * {@inheritDoc} */ public function getMetadataValue($name, $default = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMetadataValue', [$name, $default]); return parent::getMetadataValue($name, $default); } /** * {@inheritDoc} */ public function setMetadataValue($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMetadataValue', [$name, $value]); return parent::setMetadataValue($name, $value); } /** * {@inheritDoc} */ public function unsetMetadataValue($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'unsetMetadataValue', [$name]); return parent::unsetMetadataValue($name); } /** * {@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 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 setEnabled($enabled) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEnabled', [$enabled]); return parent::setEnabled($enabled); } /** * {@inheritDoc} */ public function getEnabled() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEnabled', []); return parent::getEnabled(); } /** * {@inheritDoc} */ public function setProviderName($providerName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderName', [$providerName]); return parent::setProviderName($providerName); } /** * {@inheritDoc} */ public function getProviderName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderName', []); return parent::getProviderName(); } /** * {@inheritDoc} */ public function setProviderStatus($providerStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderStatus', [$providerStatus]); return parent::setProviderStatus($providerStatus); } /** * {@inheritDoc} */ public function getProviderStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderStatus', []); return parent::getProviderStatus(); } /** * {@inheritDoc} */ public function setProviderReference($providerReference) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderReference', [$providerReference]); return parent::setProviderReference($providerReference); } /** * {@inheritDoc} */ public function getProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderReference', []); return parent::getProviderReference(); } /** * {@inheritDoc} */ public function setProviderMetadata(array $providerMetadata = array ( )) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderMetadata', [$providerMetadata]); return parent::setProviderMetadata($providerMetadata); } /** * {@inheritDoc} */ public function getProviderMetadata() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderMetadata', []); return parent::getProviderMetadata(); } /** * {@inheritDoc} */ public function setWidth($width) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setWidth', [$width]); return parent::setWidth($width); } /** * {@inheritDoc} */ public function getWidth() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getWidth', []); return parent::getWidth(); } /** * {@inheritDoc} */ public function setHeight($height) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHeight', [$height]); return parent::setHeight($height); } /** * {@inheritDoc} */ public function getHeight() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHeight', []); return parent::getHeight(); } /** * {@inheritDoc} */ public function setLength($length) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLength', [$length]); return parent::setLength($length); } /** * {@inheritDoc} */ public function getLength() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLength', []); return parent::getLength(); } /** * {@inheritDoc} */ public function setCopyright($copyright) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCopyright', [$copyright]); return parent::setCopyright($copyright); } /** * {@inheritDoc} */ public function getCopyright() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCopyright', []); return parent::getCopyright(); } /** * {@inheritDoc} */ public function setAuthorName($authorName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAuthorName', [$authorName]); return parent::setAuthorName($authorName); } /** * {@inheritDoc} */ public function getAuthorName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAuthorName', []); return parent::getAuthorName(); } /** * {@inheritDoc} */ public function setContext($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContext', [$context]); return parent::setContext($context); } /** * {@inheritDoc} */ public function getContext() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContext', []); return parent::getContext(); } /** * {@inheritDoc} */ public function setCdnIsFlushable($cdnIsFlushable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnIsFlushable', [$cdnIsFlushable]); return parent::setCdnIsFlushable($cdnIsFlushable); } /** * {@inheritDoc} */ public function getCdnIsFlushable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnIsFlushable', []); return parent::getCdnIsFlushable(); } /** * {@inheritDoc} */ public function setCdnFlushIdentifier($cdnFlushIdentifier) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushIdentifier', [$cdnFlushIdentifier]); return parent::setCdnFlushIdentifier($cdnFlushIdentifier); } /** * {@inheritDoc} */ public function getCdnFlushIdentifier() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushIdentifier', []); return parent::getCdnFlushIdentifier(); } /** * {@inheritDoc} */ public function setCdnFlushAt(\DateTime $cdnFlushAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushAt', [$cdnFlushAt]); return parent::setCdnFlushAt($cdnFlushAt); } /** * {@inheritDoc} */ public function getCdnFlushAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushAt', []); return parent::getCdnFlushAt(); } /** * {@inheritDoc} */ public function setUpdatedAt(\DateTime $updatedAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', [$updatedAt]); return parent::setUpdatedAt($updatedAt); } /** * {@inheritDoc} */ public function getUpdatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', []); return parent::getUpdatedAt(); } /** * {@inheritDoc} */ public function setCreatedAt(\DateTime $createdAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]); return parent::setCreatedAt($createdAt); } /** * {@inheritDoc} */ public function getCreatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []); return parent::getCreatedAt(); } /** * {@inheritDoc} */ public function setContentType($contentType) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContentType', [$contentType]); return parent::setContentType($contentType); } /** * {@inheritDoc} */ public function getContentType() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContentType', []); return parent::getContentType(); } /** * {@inheritDoc} */ public function getExtension() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getExtension', []); return parent::getExtension(); } /** * {@inheritDoc} */ public function setSize($size) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSize', [$size]); return parent::setSize($size); } /** * {@inheritDoc} */ public function getSize() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSize', []); return parent::getSize(); } /** * {@inheritDoc} */ public function setCdnStatus($cdnStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnStatus', [$cdnStatus]); return parent::setCdnStatus($cdnStatus); } /** * {@inheritDoc} */ public function getCdnStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnStatus', []); return parent::getCdnStatus(); } /** * {@inheritDoc} */ public function getBox() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBox', []); return parent::getBox(); } /** * {@inheritDoc} */ public function setGalleryHasMedias($galleryHasMedias) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setGalleryHasMedias', [$galleryHasMedias]); return parent::setGalleryHasMedias($galleryHasMedias); } /** * {@inheritDoc} */ public function getGalleryHasMedias() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGalleryHasMedias', []); return parent::getGalleryHasMedias(); } /** * {@inheritDoc} */ public function getPreviousProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPreviousProviderReference', []); return parent::getPreviousProviderReference(); } /** * {@inheritDoc} */ public function isStatusErroneous($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isStatusErroneous', [$context]); return parent::isStatusErroneous($context); } /** * {@inheritDoc} */ public function getCategory() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategory', []); return parent::getCategory(); } ";}}}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:14622:" /** * {@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 prePersist() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'prePersist', []); return parent::prePersist(); } /** * {@inheritDoc} */ public function preUpdate() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'preUpdate', []); return parent::preUpdate(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function __call($method, $arguments) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__call', [$method, $arguments]); return parent::__call($method, $arguments); } /** * {@inheritDoc} */ public function setBinaryContent($binaryContent) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBinaryContent', [$binaryContent]); return parent::setBinaryContent($binaryContent); } /** * {@inheritDoc} */ public function resetBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'resetBinaryContent', []); return parent::resetBinaryContent(); } /** * {@inheritDoc} */ public function getBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBinaryContent', []); return parent::getBinaryContent(); } /** * {@inheritDoc} */ public function getMetadataValue($name, $default = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMetadataValue', [$name, $default]); return parent::getMetadataValue($name, $default); } /** * {@inheritDoc} */ public function setMetadataValue($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMetadataValue', [$name, $value]); return parent::setMetadataValue($name, $value); } /** * {@inheritDoc} */ public function unsetMetadataValue($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'unsetMetadataValue', [$name]); return parent::unsetMetadataValue($name); } /** * {@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 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 setEnabled($enabled) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEnabled', [$enabled]); return parent::setEnabled($enabled); } /** * {@inheritDoc} */ public function getEnabled() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEnabled', []); return parent::getEnabled(); } /** * {@inheritDoc} */ public function setProviderName($providerName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderName', [$providerName]); return parent::setProviderName($providerName); } /** * {@inheritDoc} */ public function getProviderName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderName', []); return parent::getProviderName(); } /** * {@inheritDoc} */ public function setProviderStatus($providerStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderStatus', [$providerStatus]); return parent::setProviderStatus($providerStatus); } /** * {@inheritDoc} */ public function getProviderStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderStatus', []); return parent::getProviderStatus(); } /** * {@inheritDoc} */ public function setProviderReference($providerReference) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderReference', [$providerReference]); return parent::setProviderReference($providerReference); } /** * {@inheritDoc} */ public function getProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderReference', []); return parent::getProviderReference(); } /** * {@inheritDoc} */ public function setProviderMetadata(array $providerMetadata = array ( )) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderMetadata', [$providerMetadata]); return parent::setProviderMetadata($providerMetadata); } /** * {@inheritDoc} */ public function getProviderMetadata() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderMetadata', []); return parent::getProviderMetadata(); } /** * {@inheritDoc} */ public function setWidth($width) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setWidth', [$width]); return parent::setWidth($width); } /** * {@inheritDoc} */ public function getWidth() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getWidth', []); return parent::getWidth(); } /** * {@inheritDoc} */ public function setHeight($height) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHeight', [$height]); return parent::setHeight($height); } /** * {@inheritDoc} */ public function getHeight() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHeight', []); return parent::getHeight(); } /** * {@inheritDoc} */ public function setLength($length) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLength', [$length]); return parent::setLength($length); } /** * {@inheritDoc} */ public function getLength() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLength', []); return parent::getLength(); } /** * {@inheritDoc} */ public function setCopyright($copyright) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCopyright', [$copyright]); return parent::setCopyright($copyright); } /** * {@inheritDoc} */ public function getCopyright() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCopyright', []); return parent::getCopyright(); } /** * {@inheritDoc} */ public function setAuthorName($authorName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAuthorName', [$authorName]); return parent::setAuthorName($authorName); } /** * {@inheritDoc} */ public function getAuthorName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAuthorName', []); return parent::getAuthorName(); } /** * {@inheritDoc} */ public function setContext($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContext', [$context]); return parent::setContext($context); } /** * {@inheritDoc} */ public function getContext() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContext', []); return parent::getContext(); } /** * {@inheritDoc} */ public function setCdnIsFlushable($cdnIsFlushable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnIsFlushable', [$cdnIsFlushable]); return parent::setCdnIsFlushable($cdnIsFlushable); } /** * {@inheritDoc} */ public function getCdnIsFlushable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnIsFlushable', []); return parent::getCdnIsFlushable(); } /** * {@inheritDoc} */ public function setCdnFlushIdentifier($cdnFlushIdentifier) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushIdentifier', [$cdnFlushIdentifier]); return parent::setCdnFlushIdentifier($cdnFlushIdentifier); } /** * {@inheritDoc} */ public function getCdnFlushIdentifier() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushIdentifier', []); return parent::getCdnFlushIdentifier(); } /** * {@inheritDoc} */ public function setCdnFlushAt(\DateTime $cdnFlushAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushAt', [$cdnFlushAt]); return parent::setCdnFlushAt($cdnFlushAt); } /** * {@inheritDoc} */ public function getCdnFlushAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushAt', []); return parent::getCdnFlushAt(); } /** * {@inheritDoc} */ public function setUpdatedAt(\DateTime $updatedAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', [$updatedAt]); return parent::setUpdatedAt($updatedAt); } /** * {@inheritDoc} */ public function getUpdatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', []); return parent::getUpdatedAt(); } /** * {@inheritDoc} */ public function setCreatedAt(\DateTime $createdAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]); return parent::setCreatedAt($createdAt); } /** * {@inheritDoc} */ public function getCreatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []); return parent::getCreatedAt(); } /** * {@inheritDoc} */ public function setContentType($contentType) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContentType', [$contentType]); return parent::setContentType($contentType); } /** * {@inheritDoc} */ public function getContentType() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContentType', []); return parent::getContentType(); } /** * {@inheritDoc} */ public function getExtension() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getExtension', []); return parent::getExtension(); } /** * {@inheritDoc} */ public function setSize($size) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSize', [$size]); return parent::setSize($size); } /** * {@inheritDoc} */ public function getSize() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSize', []); return parent::getSize(); } /** * {@inheritDoc} */ public function setCdnStatus($cdnStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnStatus', [$cdnStatus]); return parent::setCdnStatus($cdnStatus); } /** * {@inheritDoc} */ public function getCdnStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnStatus', []); return parent::getCdnStatus(); } /** * {@inheritDoc} */ public function getBox() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBox', []); return parent::getBox(); } /** * {@inheritDoc} */ public function setGalleryHasMedias($galleryHasMedias) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setGalleryHasMedias', [$galleryHasMedias]); return parent::setGalleryHasMedias($galleryHasMedias); } /** * {@inheritDoc} */ public function getGalleryHasMedias() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGalleryHasMedias', []); return parent::getGalleryHasMedias(); } /** * {@inheritDoc} */ public function getPreviousProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPreviousProviderReference', []); return parent::getPreviousProviderReference(); } /** * {@inheritDoc} */ public function isStatusErroneous($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isStatusErroneous', [$context]); return parent::isStatusErroneous($context); } /** * {@inheritDoc} */ public function getCategory() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategory', []); return parent::getCategory(); } ";}s:9:"proxyCode";a:2:{i:0;s:6:"string";i:1;s:20361:"<?php namespace Proxies\__CG__\Application\Sonata\MediaBundle\Entity; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class Media extends \Application\Sonata\MediaBundle\Entity\Media 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; } /** * {@inheritDoc} * @param string $name * @param mixed $value */ public function __set($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__set', [$name, $value]); return parent::__set($name, $value); } /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushIdentifier', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias', 'category']; } return ['__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushIdentifier', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias', 'category']; } /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (Media $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 prePersist() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'prePersist', []); return parent::prePersist(); } /** * {@inheritDoc} */ public function preUpdate() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'preUpdate', []); return parent::preUpdate(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function __call($method, $arguments) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__call', [$method, $arguments]); return parent::__call($method, $arguments); } /** * {@inheritDoc} */ public function setBinaryContent($binaryContent) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBinaryContent', [$binaryContent]); return parent::setBinaryContent($binaryContent); } /** * {@inheritDoc} */ public function resetBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'resetBinaryContent', []); return parent::resetBinaryContent(); } /** * {@inheritDoc} */ public function getBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBinaryContent', []); return parent::getBinaryContent(); } /** * {@inheritDoc} */ public function getMetadataValue($name, $default = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMetadataValue', [$name, $default]); return parent::getMetadataValue($name, $default); } /** * {@inheritDoc} */ public function setMetadataValue($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMetadataValue', [$name, $value]); return parent::setMetadataValue($name, $value); } /** * {@inheritDoc} */ public function unsetMetadataValue($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'unsetMetadataValue', [$name]); return parent::unsetMetadataValue($name); } /** * {@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 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 setEnabled($enabled) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEnabled', [$enabled]); return parent::setEnabled($enabled); } /** * {@inheritDoc} */ public function getEnabled() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEnabled', []); return parent::getEnabled(); } /** * {@inheritDoc} */ public function setProviderName($providerName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderName', [$providerName]); return parent::setProviderName($providerName); } /** * {@inheritDoc} */ public function getProviderName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderName', []); return parent::getProviderName(); } /** * {@inheritDoc} */ public function setProviderStatus($providerStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderStatus', [$providerStatus]); return parent::setProviderStatus($providerStatus); } /** * {@inheritDoc} */ public function getProviderStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderStatus', []); return parent::getProviderStatus(); } /** * {@inheritDoc} */ public function setProviderReference($providerReference) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderReference', [$providerReference]); return parent::setProviderReference($providerReference); } /** * {@inheritDoc} */ public function getProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderReference', []); return parent::getProviderReference(); } /** * {@inheritDoc} */ public function setProviderMetadata(array $providerMetadata = array ( )) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderMetadata', [$providerMetadata]); return parent::setProviderMetadata($providerMetadata); } /** * {@inheritDoc} */ public function getProviderMetadata() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderMetadata', []); return parent::getProviderMetadata(); } /** * {@inheritDoc} */ public function setWidth($width) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setWidth', [$width]); return parent::setWidth($width); } /** * {@inheritDoc} */ public function getWidth() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getWidth', []); return parent::getWidth(); } /** * {@inheritDoc} */ public function setHeight($height) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHeight', [$height]); return parent::setHeight($height); } /** * {@inheritDoc} */ public function getHeight() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHeight', []); return parent::getHeight(); } /** * {@inheritDoc} */ public function setLength($length) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLength', [$length]); return parent::setLength($length); } /** * {@inheritDoc} */ public function getLength() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLength', []); return parent::getLength(); } /** * {@inheritDoc} */ public function setCopyright($copyright) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCopyright', [$copyright]); return parent::setCopyright($copyright); } /** * {@inheritDoc} */ public function getCopyright() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCopyright', []); return parent::getCopyright(); } /** * {@inheritDoc} */ public function setAuthorName($authorName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAuthorName', [$authorName]); return parent::setAuthorName($authorName); } /** * {@inheritDoc} */ public function getAuthorName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAuthorName', []); return parent::getAuthorName(); } /** * {@inheritDoc} */ public function setContext($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContext', [$context]); return parent::setContext($context); } /** * {@inheritDoc} */ public function getContext() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContext', []); return parent::getContext(); } /** * {@inheritDoc} */ public function setCdnIsFlushable($cdnIsFlushable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnIsFlushable', [$cdnIsFlushable]); return parent::setCdnIsFlushable($cdnIsFlushable); } /** * {@inheritDoc} */ public function getCdnIsFlushable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnIsFlushable', []); return parent::getCdnIsFlushable(); } /** * {@inheritDoc} */ public function setCdnFlushIdentifier($cdnFlushIdentifier) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushIdentifier', [$cdnFlushIdentifier]); return parent::setCdnFlushIdentifier($cdnFlushIdentifier); } /** * {@inheritDoc} */ public function getCdnFlushIdentifier() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushIdentifier', []); return parent::getCdnFlushIdentifier(); } /** * {@inheritDoc} */ public function setCdnFlushAt(\DateTime $cdnFlushAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushAt', [$cdnFlushAt]); return parent::setCdnFlushAt($cdnFlushAt); } /** * {@inheritDoc} */ public function getCdnFlushAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushAt', []); return parent::getCdnFlushAt(); } /** * {@inheritDoc} */ public function setUpdatedAt(\DateTime $updatedAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', [$updatedAt]); return parent::setUpdatedAt($updatedAt); } /** * {@inheritDoc} */ public function getUpdatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', []); return parent::getUpdatedAt(); } /** * {@inheritDoc} */ public function setCreatedAt(\DateTime $createdAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]); return parent::setCreatedAt($createdAt); } /** * {@inheritDoc} */ public function getCreatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []); return parent::getCreatedAt(); } /** * {@inheritDoc} */ public function setContentType($contentType) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContentType', [$contentType]); return parent::setContentType($contentType); } /** * {@inheritDoc} */ public function getContentType() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContentType', []); return parent::getContentType(); } /** * {@inheritDoc} */ public function getExtension() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getExtension', []); return parent::getExtension(); } /** * {@inheritDoc} */ public function setSize($size) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSize', [$size]); return parent::setSize($size); } /** * {@inheritDoc} */ public function getSize() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSize', []); return parent::getSize(); } /** * {@inheritDoc} */ public function setCdnStatus($cdnStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnStatus', [$cdnStatus]); return parent::setCdnStatus($cdnStatus); } /** * {@inheritDoc} */ public function getCdnStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnStatus', []); return parent::getCdnStatus(); } /** * {@inheritDoc} */ public function getBox() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBox', []); return parent::getBox(); } /** * {@inheritDoc} */ public function setGalleryHasMedias($galleryHasMedias) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setGalleryHasMedias', [$galleryHasMedias]); return parent::setGalleryHasMedias($galleryHasMedias); } /** * {@inheritDoc} */ public function getGalleryHasMedias() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGalleryHasMedias', []); return parent::getGalleryHasMedias(); } /** * {@inheritDoc} */ public function getPreviousProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPreviousProviderReference', []); return parent::getPreviousProviderReference(); } /** * {@inheritDoc} */ public function isStatusErroneous($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isStatusErroneous', [$context]); return parent::isStatusErroneous($context); } /** * {@inheritDoc} */ public function getCategory() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategory', []); return parent::getCategory(); } } ";}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:148:"/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__ApplicationSonataMediaBundleEntityMedia.php.6605ae257420c7.00189406";}}}}}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:148:"/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__ApplicationSonataMediaBundleEntityMedia.php.6605ae257420c7.00189406";}i:1;a:2:{i:0;s:6:"string";i:1;s:20361:"<?php namespace Proxies\__CG__\Application\Sonata\MediaBundle\Entity; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class Media extends \Application\Sonata\MediaBundle\Entity\Media 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; } /** * {@inheritDoc} * @param string $name * @param mixed $value */ public function __set($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__set', [$name, $value]); return parent::__set($name, $value); } /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushIdentifier', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias', 'category']; } return ['__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushIdentifier', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias', 'category']; } /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (Media $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 prePersist() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'prePersist', []); return parent::prePersist(); } /** * {@inheritDoc} */ public function preUpdate() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'preUpdate', []); return parent::preUpdate(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function __call($method, $arguments) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__call', [$method, $arguments]); return parent::__call($method, $arguments); } /** * {@inheritDoc} */ public function setBinaryContent($binaryContent) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBinaryContent', [$binaryContent]); return parent::setBinaryContent($binaryContent); } /** * {@inheritDoc} */ public function resetBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'resetBinaryContent', []); return parent::resetBinaryContent(); } /** * {@inheritDoc} */ public function getBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBinaryContent', []); return parent::getBinaryContent(); } /** * {@inheritDoc} */ public function getMetadataValue($name, $default = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMetadataValue', [$name, $default]); return parent::getMetadataValue($name, $default); } /** * {@inheritDoc} */ public function setMetadataValue($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMetadataValue', [$name, $value]); return parent::setMetadataValue($name, $value); } /** * {@inheritDoc} */ public function unsetMetadataValue($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'unsetMetadataValue', [$name]); return parent::unsetMetadataValue($name); } /** * {@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 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 setEnabled($enabled) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEnabled', [$enabled]); return parent::setEnabled($enabled); } /** * {@inheritDoc} */ public function getEnabled() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEnabled', []); return parent::getEnabled(); } /** * {@inheritDoc} */ public function setProviderName($providerName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderName', [$providerName]); return parent::setProviderName($providerName); } /** * {@inheritDoc} */ public function getProviderName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderName', []); return parent::getProviderName(); } /** * {@inheritDoc} */ public function setProviderStatus($providerStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderStatus', [$providerStatus]); return parent::setProviderStatus($providerStatus); } /** * {@inheritDoc} */ public function getProviderStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderStatus', []); return parent::getProviderStatus(); } /** * {@inheritDoc} */ public function setProviderReference($providerReference) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderReference', [$providerReference]); return parent::setProviderReference($providerReference); } /** * {@inheritDoc} */ public function getProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderReference', []); return parent::getProviderReference(); } /** * {@inheritDoc} */ public function setProviderMetadata(array $providerMetadata = array ( )) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderMetadata', [$providerMetadata]); return parent::setProviderMetadata($providerMetadata); } /** * {@inheritDoc} */ public function getProviderMetadata() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderMetadata', []); return parent::getProviderMetadata(); } /** * {@inheritDoc} */ public function setWidth($width) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setWidth', [$width]); return parent::setWidth($width); } /** * {@inheritDoc} */ public function getWidth() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getWidth', []); return parent::getWidth(); } /** * {@inheritDoc} */ public function setHeight($height) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHeight', [$height]); return parent::setHeight($height); } /** * {@inheritDoc} */ public function getHeight() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHeight', []); return parent::getHeight(); } /** * {@inheritDoc} */ public function setLength($length) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLength', [$length]); return parent::setLength($length); } /** * {@inheritDoc} */ public function getLength() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLength', []); return parent::getLength(); } /** * {@inheritDoc} */ public function setCopyright($copyright) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCopyright', [$copyright]); return parent::setCopyright($copyright); } /** * {@inheritDoc} */ public function getCopyright() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCopyright', []); return parent::getCopyright(); } /** * {@inheritDoc} */ public function setAuthorName($authorName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAuthorName', [$authorName]); return parent::setAuthorName($authorName); } /** * {@inheritDoc} */ public function getAuthorName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAuthorName', []); return parent::getAuthorName(); } /** * {@inheritDoc} */ public function setContext($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContext', [$context]); return parent::setContext($context); } /** * {@inheritDoc} */ public function getContext() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContext', []); return parent::getContext(); } /** * {@inheritDoc} */ public function setCdnIsFlushable($cdnIsFlushable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnIsFlushable', [$cdnIsFlushable]); return parent::setCdnIsFlushable($cdnIsFlushable); } /** * {@inheritDoc} */ public function getCdnIsFlushable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnIsFlushable', []); return parent::getCdnIsFlushable(); } /** * {@inheritDoc} */ public function setCdnFlushIdentifier($cdnFlushIdentifier) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushIdentifier', [$cdnFlushIdentifier]); return parent::setCdnFlushIdentifier($cdnFlushIdentifier); } /** * {@inheritDoc} */ public function getCdnFlushIdentifier() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushIdentifier', []); return parent::getCdnFlushIdentifier(); } /** * {@inheritDoc} */ public function setCdnFlushAt(\DateTime $cdnFlushAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushAt', [$cdnFlushAt]); return parent::setCdnFlushAt($cdnFlushAt); } /** * {@inheritDoc} */ public function getCdnFlushAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushAt', []); return parent::getCdnFlushAt(); } /** * {@inheritDoc} */ public function setUpdatedAt(\DateTime $updatedAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', [$updatedAt]); return parent::setUpdatedAt($updatedAt); } /** * {@inheritDoc} */ public function getUpdatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', []); return parent::getUpdatedAt(); } /** * {@inheritDoc} */ public function setCreatedAt(\DateTime $createdAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]); return parent::setCreatedAt($createdAt); } /** * {@inheritDoc} */ public function getCreatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []); return parent::getCreatedAt(); } /** * {@inheritDoc} */ public function setContentType($contentType) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContentType', [$contentType]); return parent::setContentType($contentType); } /** * {@inheritDoc} */ public function getContentType() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContentType', []); return parent::getContentType(); } /** * {@inheritDoc} */ public function getExtension() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getExtension', []); return parent::getExtension(); } /** * {@inheritDoc} */ public function setSize($size) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSize', [$size]); return parent::setSize($size); } /** * {@inheritDoc} */ public function getSize() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSize', []); return parent::getSize(); } /** * {@inheritDoc} */ public function setCdnStatus($cdnStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnStatus', [$cdnStatus]); return parent::setCdnStatus($cdnStatus); } /** * {@inheritDoc} */ public function getCdnStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnStatus', []); return parent::getCdnStatus(); } /** * {@inheritDoc} */ public function getBox() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBox', []); return parent::getBox(); } /** * {@inheritDoc} */ public function setGalleryHasMedias($galleryHasMedias) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setGalleryHasMedias', [$galleryHasMedias]); return parent::setGalleryHasMedias($galleryHasMedias); } /** * {@inheritDoc} */ public function getGalleryHasMedias() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGalleryHasMedias', []); return parent::getGalleryHasMedias(); } /** * {@inheritDoc} */ public function getPreviousProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPreviousProviderReference', []); return parent::getPreviousProviderReference(); } /** * {@inheritDoc} */ public function isStatusErroneous($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isStatusErroneous', [$context]); return parent::isStatusErroneous($context); } /** * {@inheritDoc} */ public function getCategory() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategory', []); return parent::getCategory(); } } ";}}}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:124:"/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__ApplicationSonataMediaBundleEntityMedia.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:43:"Application\Sonata\MediaBundle\Entity\Media";}}}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:43:"Application\Sonata\MediaBundle\Entity\Media";}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:4:"1711";}}}}}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:35:"Os\LocjaBundle\Entity\RaportRynkowy";}i:1;a:2:{i:0;s:5:"array";i:1;a:22:{s:2:"id";a:2:{i:0;s:6:"string";i:1;s:3:"110";}s:4:"name";a:2:{i:0;s:6:"string";i:1;s:56:"Powierzchnia mieszkania w Polsce poniżej średniej w UE";}s:9:"name_slug";a:2:{i:0;s:6:"string";i:1;s:54:"powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue";}s:8:"keywords";a:2:{i:0;s:6:"string";i:1;s:44:"Powierzchnia mieszkania, wielość mieszkań";}s:5:"price";a:2:{i:0;s:6:"string";i:1;s:4:"0.00";}s:17:"short_description";a:2:{i:0;s:6:"string";i:1;s:305:"<p>Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W kt&oacute;rym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych r&oacute;żni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?</p>";}s:8:"abstract";a:2:{i:0;s:6:"string";i:1;s:305:"<p>Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W kt&oacute;rym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych r&oacute;żni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?</p>";}s:4:"opis";a:2:{i:0;s:6:"string";i:1;s:12031:"<p>Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W kt&oacute;rym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych r&oacute;żni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?</p> <p>&nbsp;</p> <p>Spis powszechny ludności i mieszkań przeprowadzony w roku 2011 dotyczył całej Europy.&nbsp;Po raz pierwszy prawodawstwo europejskie określiło szczeg&oacute;łowo zestaw zharmonizowanych wskaźnik&oacute;w i danych, kt&oacute;re pozwalają na por&oacute;wnania między krajami. Następny taki spis zostanie przeprowadzony w roku 2021. &nbsp;</p> <p>&nbsp;</p> <p>Bazując na danych z ostatniego spisu można por&oacute;wnać wielkość mieszkań (dom&oacute;w), w jakich żyją Europejczycy, czyli powierzchnię użytkową, jaką dysponują. Niestety nie ma danych dotyczących Wielkiej Brytanii, kt&oacute;re można by zestawić z innymi krajami.</p> <p>&nbsp;</p> <p>&nbsp;</p> <h2><span style="color:#336600">Średnia wielkość mieszkania w Europie</span></h2> <p>&nbsp;</p> <p><strong>Średnia powierzchnia użytkowa mieszkania dla 28 kraj&oacute;w Unii Europejskiej wynosi 96 m<sup>2</sup>.</strong> Jest wyższa od średniej dla tak zamożnych kraj&oacute;w jak Niemcy czy Francja. Kto podnosi średnią?</p> <p>Okazuje się, że największe mieszkania (domy) mają Cypryjczycy, kt&oacute;rzy średnio dysponują 141,4 m<sup>2</sup> powierzchni użytkowej. Nieco mniejsze mieszkania są w Luksemburgu (131,1 m<sup>2</sup>), w Belgii (124,3 m<sup>2</sup>), Norwegii&nbsp; (123,2 m<sup>2</sup>), Danii&nbsp; (118,1 m<sup>2</sup>)&nbsp; i Szwajcarii (117,1 m<sup>2</sup>).</p> <p>&nbsp;</p> <p>Na drugim biegunie jest Rumunia, gdzie przeciętna powierzchnia mieszkania jest ponad dwukrotnie niższa od średniej w UE i wynosi zaledwie 43,9 m<sup>2</sup>. Rumunia wyr&oacute;żnia się na tle innych kraj&oacute;w europejskich. Następne w kolejności wśr&oacute;d najmniejszych mieszkań są Łotwa i Litwa, ich powierzchnia jest o prawie 20 m<sup>2</sup> większa niż w Rumunii.</p> <p>&nbsp;</p> <p><strong>Średnia powierzchnia mieszkania w Polsce 75,2 m<sup>2</sup></strong>, odbiega od średniej unijnej o 20 m<sup>2</sup>. Mniejsze mieszkania od nas opr&oacute;cz trzech wyżej wymienionych państw mają jeszcze Bułgarzy i Estończycy. &nbsp;Niemal identyczną powierzchnią mieszkalną dysponują Węgrzy (75,6 m<sup>2</sup>).</p> <p>&nbsp;</p> <p><strong>&nbsp; Powierzchnia użytkowa mieszkań w Europie</strong></p> <p><img alt="Przeciętna powierzchnia użytkowa mieszkań w Europie" class="bigger lr-img" src="https://www.locja.pl/uploads/media/default/0001/02/1ef98eda438c60dbfeeeeebc41cbf6cb06970bb5.png" style="max-width:700px" /></p> <p>&nbsp;</p> <h2><span style="color:#336600">Czy mieszkania własne są większe od wynajmowanych w Europie?</span></h2> <p>&nbsp;</p> <p>Czy status własnościowy nieruchomości mieszkaniowej ma wpływ na powierzchnie użytkową? W absolutnej <strong>większości kraj&oacute;w w Europie mieszkania wynajmowane są mniejsze.</strong>&nbsp; Jedynym wyjątkiem jest Szwecja, gdzie mieszkania wynajmowane po obniżonej cenie mają średnią powierzchnie 131,4 m<sup>2</sup> i są największe w tym kraju.</p> <p>Por&oacute;wnując wielkość mieszkań (dom&oacute;w) będących własnością użytkownik&oacute;w w zależności od obciążenia hipoteką bądź kredytem mieszkaniowym można stwierdzić, że w większości kraj&oacute;w nieruchomości obciążone są większe od tych bez hipoteki czy kredytu. &nbsp;<strong>Przeciętna nieruchomość własna bez hipoteki w Unii Europejskiej ma powierzchnię 97,0 m<sup>2</sup>, a taka z obciążeniem hipotecznym 119,7 m<sup>2</sup></strong>. W Polsce odpowiednio wielkości te wynoszą 80,4 m<sup>2</sup> i 88,1 m<sup>2</sup>.</p> <p>W Rumunii obciążenie nieruchomości nie wpływa na powierzchnię użytkową mieszkania, a we Włoszech r&oacute;żnica wynosi zaledwie 1 m<sup>2</sup>. Są też kraje gdzie nieruchomości bez obciążeń hipotecznych są większe np. Luksemburg, a r&oacute;żnica wynosi prawie 10 m<sup>2</sup>.</p> <p><strong>Średnia wielkość mieszania (domu) wynajmowanego w UE w cenach rynkowych wynosi 74,5 m<sup>2</sup>, a takiego wynajmowanego w cenach obniżonych 78,6 m<sup>2</sup>.</strong> Mieszkanie wynajmowane w cenach rynkowych jest mniejsze, dotyczy to większości kraj&oacute;w, wyłamują się z tej reguły jedynie Dania i Irlandia. Wynajmowane przez Polak&oacute;w mieszkania należą do jednych z najmniejszych. Mieszkanie wynajmowane w cenach rynkowych ma przeciętną powierzchnię 45,7 m<sup>2</sup>, wynajmowane w obniżonej cenie 52,5 m<sup>2</sup>. Jeszcze mniejsze mieszkania wynajmowane są na Łotwie, Litwie i w Rumunii.</p> <p>&nbsp;</p> <table border="1" cellpadding="1" cellspacing="1" class="lr-table table table-bordered table-sm"> <tbody> <tr> <td> <p><strong>Powierzchnia użytkowa mieszkań w Europie wg statusu własności</strong></p> </td> <td> <p><strong>Powierzchnia użytkowa mieszkań w Europie wg rodzaju wynajmu</strong></p> </td> </tr> <tr> <td><img alt="Powierzchnia użytkowa mieszkań w Europie wg statusu własności" class="bigger lr-img" src="/uploads/media/default/0001/02/2dd207612756f88eb33fdcf210f33a734d429e11.png" style="max-width:300px" /></td> <td><img alt="Powierzchnia użytkowa mieszkań w Europie wg rodzaju wynajmu" class="bigger lr-img" src="/uploads/media/default/0001/02/c99decdb6d41fb6891e53339088aac7ed6d860ab.png" style="max-width:300px" /></td> </tr> </tbody> </table> <p>&nbsp;</p> <p>&nbsp;</p> <h2><span style="color:#336600">Czy lokalizacja ma wpływ na średni metraż mieszkania w Europie?</span></h2> <p>&nbsp;</p> <p>Zapewne ze względu na cenę grunt&oacute;w i samych nieruchomości mieszkaniowych, te zlokalizowane na wsi są większe od tych w dużych miastach. Pomiędzy plasują się nieruchomości zlokalizowane w mniejszych miastach i na przedmieściach dużych miast.</p> <p>&nbsp;</p> <p>Taka prawidłowość dotyczy większości kraj&oacute;w. <strong>Średnia wielkość mieszkania dla 28 kraj&oacute;w Unii Europejskiej wynosi w mieście 89,1 m<sup>2</sup>, w miastach i na przedmieściach 99,1 m<sup>2</sup>, a na obszarach wiejskich 109 m<sup>2</sup>. &nbsp;</strong></p> <p>&nbsp;</p> <p>Największe mieszkania w mieście są na Cyprze (138,4 m<sup>2</sup>), a najmniejsze w Rumunii (41,7 m<sup>2</sup>). Te dwa państwa znajdują się na przeciwnych biegunach r&oacute;wnież w kategorii mieszkań zlokalizowanych w małych miastach i na przedmieściach &ndash; na Cyprze (141,3 m<sup>2</sup>), a w Rumunii 45,1 m<sup>2</sup>. Rumunia tak bardzo odbiega od standard&oacute;w unijnych że r&oacute;wnież w kategorii mieszkań zlokalizowanych na wsi ma najmniejsze mieszkania (45,1 m<sup>2</sup>), największe mieszkania&nbsp; zaś są&nbsp; w Luksemburgu (150,3 m<sup>2</sup>), Cypr jest na drugim miejscu (148 m<sup>2</sup>).</p> <p>&nbsp;</p> <p><strong>W Polsce r&oacute;żnica przeciętnej powierzchni mieszkań zlokalizowanych w mieści i na wsi wynosi niemal 30 m<sup>2</sup>,</strong> jeszcze większa r&oacute;żnica, bo 46 m<sup>2</sup> występuje w Austrii i Luksemburgu. Najmniejsza r&oacute;żnica między miastem a wsią dotyczy nieruchomości mieszkaniowych w Bułgarii &ndash; zaledwie 1,1 m<sup>2</sup>.</p> <p>&nbsp;</p> <p><strong>Powierzchnia użytkowa mieszkań w Europie wg lokalizacji</strong></p> <p><img alt="Przeciętna powierzchnia użytkowa mieszkań w Europie wg lokalizacji " class="bigger lr-img" src="https://www.locja.pl/uploads/media/default/0001/02/ea1f07ce26c1d567077d8bf41a42c4ca538b98db.png" style="max-width:800px" /></p> <p>&nbsp;</p> <p>&nbsp;</p> <h2><span style="color:#336600">Wielkość mieszkania a skład gospodarstwa domowego w Europie</span></h2> <p>&nbsp;</p> <p>Publikowane przez Eurostat dane pozwalają na por&oacute;wnanie wielkości nieruchomości mieszkaniowych zajmowanych przez jednoosobowe gospodarstwa domowe, gospodarstwa domowe składające się z pary dorosłych os&oacute;b oraz przez gospodarstwa domowe pod opieką, kt&oacute;rych są dzieci i gospodarstwa bez dzieci. &nbsp;Za dzieci uznaje się osoby w wieku poniżej 18 lat, a także osoby nieaktywne zawodowo w wieku 18-24 lata pozostające na utrzymaniu, zamieszkujące z co najmniej jednym z ich rodzic&oacute;w.</p> <p>&nbsp;</p> <p>Najmniejszą powierzchnię użytkową, bez względu na lokalizację, mają do dyspozycji osoby mieszające samotnie. &nbsp;Średnia dla UE to 76,6 m<sup>2</sup>, najmniejsze mieszkania single mają w Rumunii (36,5 m<sup>2</sup>), największe zaś w Luksemburgu (101,4 m<sup>2</sup>). W Polsce mieszkania singli mają średnio 54,6 m<sup>2</sup>. &nbsp;Jak widać r&oacute;żnice są znaczące, lokalizacja (miasto &ndash; wieś) nie wpływa w większym stopniu na te wielkości.</p> <p>Pary &ndash; gospodarstwa domowe 2 osobowe &ndash; średnia powierzchnia ich mieszkań wynosi w UE 100,3 m<sup>2</sup>. Dla por&oacute;wnania w Polsce jest to 69,5 m<sup>2</sup>, najmniejsze mieszkania pary zajmują już tradycyjnie w Rumunii (43,1 m<sup>2</sup>), największe w Luksemburgu 140,2 m<sup>2</sup>. Mieszkania par zlokalizowane w mieście są o ponad 10 m<sup>2</sup> mniejsze od tych w małych miastach i na przedmieściach i na obszarach wiejskich.</p> <p>Rodziny bez dzieci - w zasadzie gospodarstwa domowe bez dzieci, w tym r&oacute;wnież jednoosobowe &ndash; dysponują nieruchomościami mieszkaniowymi o powierzchni średniej w UE 90,4 m<sup>2</sup>, w Polsce 67,6 m<sup>2</sup>.&nbsp; Najmniejsze mieszkania zajmowane przez gospodarstwa bez dzieci są w Rumunii 41,4 m<sup>2</sup> a największe na Cyprze &ndash; 122,3 m<sup>2</sup>.</p> <p>Gospodarstwa domowe z dziećmi dysponują największą powierzchnią mieszkaniową, średnia dla UE to 109,7 m<sup>2</sup>.&nbsp; Rodzina z dziećmi w Rumunii może liczyć na 47,8 m<sup>2</sup>, to o ponad 6 m<sup>2</sup> więcej niż rodzina bez dzieci &ndash; jest to najniższa średnia w UE.&nbsp; Największymi mieszkaniami rodziny z dziećmi cieszą się na Cyprze (171,7 m<sup>2</sup>) &ndash; średnia dla tego kraju, a rodziny mieszkające na wsi aż 185,4 m<sup>2</sup>.</p> <p>W Polsce rodzina z dziećmi mieszka na 87,6 m<sup>2</sup>, nieruchomości w mieście mają 70,5 m<sup>2</sup>, w małych miastach i na przedmieściach 87,5, a na obszarach wiejskich 101,8 m<sup>2</sup>. &nbsp;</p> <p>&nbsp;</p> <table border="1" cellpadding="1" cellspacing="1" class="lr-table table table-bordered table-sm"> <tbody> <tr> <td> <p><strong>Powierzchnia mieszkań&nbsp;w Europie zlokalizowanych w mieście</strong></p> </td> <td> <p><strong>Powierzchnia mieszkań&nbsp;w Europie w miastach i na przedmieściach</strong></p> </td> <td> <p><strong>Powierzchnia mieszkań&nbsp;w Europie zlokalizowanych na wsi</strong></p> </td> </tr> <tr> <td><img alt="Średnia powierzchnia mieszkań w Europie zlokalizowanych w mieście" class="bigger lr-img" src="/uploads/media/default/0001/02/b9a9562283faa4b9d36d951216904e690f62495c.png" style="max-width:200px" /></td> <td><img alt="Średnia powierzchnia mieszkań w Europie zlokalizowanych w miastach i na przedmieściach" class="bigger lr-img" src="/uploads/media/default/0001/02/9d582fcef4b622c12aea3134f196f3629d854920.png" style="max-width:200px" /></td> <td><img alt="Średnia powierzchnia mieszkań w Europie zlokalizowanych na obszarach wiejskich" class="bigger lr-img" src="https://www.locja.pl/uploads/media/default/0001/02/75550c7495d1d6642e9a811a9e1d3d6261b006da.png" style="max-width:200px" /></td> </tr> </tbody> </table> <p>&nbsp;</p> <p>&nbsp;</p> <hr /> <p>źr&oacute;dło: opracowanie własne na podstawie danych Eurostat</p>";}s:17:"internal_comments";a:2:{i:0;s:4:"null";i:1;N;}s:12:"is_published";a:2:{i:0;s:7:"boolean";i:1;b:1;}s:6:"status";a:2:{i:0;s:6:"string";i:1;s:1:"5";}s:10:"updated_at";a:2:{i:0;s:4:"null";i:1;N;}s:10:"created_at";a:2:{i:0;s:4:"null";i:1;N;}s:12:"published_at";a:2:{i:0;s:6:"object";i:1;s:8:"DateTime";}s:14:"published_till";a:2:{i:0;s:4:"null";i:1;N;}s:3:"typ";a:2:{i:0;s:6:"string";i:1;s:2:"RB";}s:9:"title_seo";a:2:{i:0;s:4:"null";i:1;N;}s:15:"description_seo";a:2:{i:0;s:6:"string";i:1;s:286:"Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W którym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych różni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?";}s:13:"head_image_id";a:2:{i:0;s:6:"string";i:1;s:4:"1711";}s:12:"kategoria_id";a:2:{i:0;s:6:"string";i:1;s:3:"157";}s:15:"podkategoria_id";a:2:{i:0;s:4:"null";i:1;N;}s:9:"author_id";a:2:{i:0;s:6:"string";i:1;s:1:"7";}}}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:35:"Os\LocjaBundle\Entity\RaportRynkowy";a:2:{i:0;s:5:"array";i:1;a:1:{s:10:"head_image";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:22:{s:3:"id1";a:2:{i:0;s:6:"string";i:1;s:3:"110";}s:5:"name2";a:2:{i:0;s:6:"string";i:1;s:56:"Powierzchnia mieszkania w Polsce poniżej średniej w UE";}s:10:"name_slug3";a:2:{i:0;s:6:"string";i:1;s:54:"powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue";}s:9:"keywords4";a:2:{i:0;s:6:"string";i:1;s:44:"Powierzchnia mieszkania, wielość mieszkań";}s:6:"price5";a:2:{i:0;s:6:"string";i:1;s:4:"0.00";}s:18:"short_description6";a:2:{i:0;s:6:"string";i:1;s:305:"<p>Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W kt&oacute;rym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych r&oacute;żni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?</p>";}s:9:"abstract7";a:2:{i:0;s:6:"string";i:1;s:305:"<p>Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W kt&oacute;rym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych r&oacute;żni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?</p>";}s:5:"opis8";a:2:{i:0;s:6:"string";i:1;s:12031:"<p>Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W kt&oacute;rym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych r&oacute;żni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?</p> <p>&nbsp;</p> <p>Spis powszechny ludności i mieszkań przeprowadzony w roku 2011 dotyczył całej Europy.&nbsp;Po raz pierwszy prawodawstwo europejskie określiło szczeg&oacute;łowo zestaw zharmonizowanych wskaźnik&oacute;w i danych, kt&oacute;re pozwalają na por&oacute;wnania między krajami. Następny taki spis zostanie przeprowadzony w roku 2021. &nbsp;</p> <p>&nbsp;</p> <p>Bazując na danych z ostatniego spisu można por&oacute;wnać wielkość mieszkań (dom&oacute;w), w jakich żyją Europejczycy, czyli powierzchnię użytkową, jaką dysponują. Niestety nie ma danych dotyczących Wielkiej Brytanii, kt&oacute;re można by zestawić z innymi krajami.</p> <p>&nbsp;</p> <p>&nbsp;</p> <h2><span style="color:#336600">Średnia wielkość mieszkania w Europie</span></h2> <p>&nbsp;</p> <p><strong>Średnia powierzchnia użytkowa mieszkania dla 28 kraj&oacute;w Unii Europejskiej wynosi 96 m<sup>2</sup>.</strong> Jest wyższa od średniej dla tak zamożnych kraj&oacute;w jak Niemcy czy Francja. Kto podnosi średnią?</p> <p>Okazuje się, że największe mieszkania (domy) mają Cypryjczycy, kt&oacute;rzy średnio dysponują 141,4 m<sup>2</sup> powierzchni użytkowej. Nieco mniejsze mieszkania są w Luksemburgu (131,1 m<sup>2</sup>), w Belgii (124,3 m<sup>2</sup>), Norwegii&nbsp; (123,2 m<sup>2</sup>), Danii&nbsp; (118,1 m<sup>2</sup>)&nbsp; i Szwajcarii (117,1 m<sup>2</sup>).</p> <p>&nbsp;</p> <p>Na drugim biegunie jest Rumunia, gdzie przeciętna powierzchnia mieszkania jest ponad dwukrotnie niższa od średniej w UE i wynosi zaledwie 43,9 m<sup>2</sup>. Rumunia wyr&oacute;żnia się na tle innych kraj&oacute;w europejskich. Następne w kolejności wśr&oacute;d najmniejszych mieszkań są Łotwa i Litwa, ich powierzchnia jest o prawie 20 m<sup>2</sup> większa niż w Rumunii.</p> <p>&nbsp;</p> <p><strong>Średnia powierzchnia mieszkania w Polsce 75,2 m<sup>2</sup></strong>, odbiega od średniej unijnej o 20 m<sup>2</sup>. Mniejsze mieszkania od nas opr&oacute;cz trzech wyżej wymienionych państw mają jeszcze Bułgarzy i Estończycy. &nbsp;Niemal identyczną powierzchnią mieszkalną dysponują Węgrzy (75,6 m<sup>2</sup>).</p> <p>&nbsp;</p> <p><strong>&nbsp; Powierzchnia użytkowa mieszkań w Europie</strong></p> <p><img alt="Przeciętna powierzchnia użytkowa mieszkań w Europie" class="bigger lr-img" src="https://www.locja.pl/uploads/media/default/0001/02/1ef98eda438c60dbfeeeeebc41cbf6cb06970bb5.png" style="max-width:700px" /></p> <p>&nbsp;</p> <h2><span style="color:#336600">Czy mieszkania własne są większe od wynajmowanych w Europie?</span></h2> <p>&nbsp;</p> <p>Czy status własnościowy nieruchomości mieszkaniowej ma wpływ na powierzchnie użytkową? W absolutnej <strong>większości kraj&oacute;w w Europie mieszkania wynajmowane są mniejsze.</strong>&nbsp; Jedynym wyjątkiem jest Szwecja, gdzie mieszkania wynajmowane po obniżonej cenie mają średnią powierzchnie 131,4 m<sup>2</sup> i są największe w tym kraju.</p> <p>Por&oacute;wnując wielkość mieszkań (dom&oacute;w) będących własnością użytkownik&oacute;w w zależności od obciążenia hipoteką bądź kredytem mieszkaniowym można stwierdzić, że w większości kraj&oacute;w nieruchomości obciążone są większe od tych bez hipoteki czy kredytu. &nbsp;<strong>Przeciętna nieruchomość własna bez hipoteki w Unii Europejskiej ma powierzchnię 97,0 m<sup>2</sup>, a taka z obciążeniem hipotecznym 119,7 m<sup>2</sup></strong>. W Polsce odpowiednio wielkości te wynoszą 80,4 m<sup>2</sup> i 88,1 m<sup>2</sup>.</p> <p>W Rumunii obciążenie nieruchomości nie wpływa na powierzchnię użytkową mieszkania, a we Włoszech r&oacute;żnica wynosi zaledwie 1 m<sup>2</sup>. Są też kraje gdzie nieruchomości bez obciążeń hipotecznych są większe np. Luksemburg, a r&oacute;żnica wynosi prawie 10 m<sup>2</sup>.</p> <p><strong>Średnia wielkość mieszania (domu) wynajmowanego w UE w cenach rynkowych wynosi 74,5 m<sup>2</sup>, a takiego wynajmowanego w cenach obniżonych 78,6 m<sup>2</sup>.</strong> Mieszkanie wynajmowane w cenach rynkowych jest mniejsze, dotyczy to większości kraj&oacute;w, wyłamują się z tej reguły jedynie Dania i Irlandia. Wynajmowane przez Polak&oacute;w mieszkania należą do jednych z najmniejszych. Mieszkanie wynajmowane w cenach rynkowych ma przeciętną powierzchnię 45,7 m<sup>2</sup>, wynajmowane w obniżonej cenie 52,5 m<sup>2</sup>. Jeszcze mniejsze mieszkania wynajmowane są na Łotwie, Litwie i w Rumunii.</p> <p>&nbsp;</p> <table border="1" cellpadding="1" cellspacing="1" class="lr-table table table-bordered table-sm"> <tbody> <tr> <td> <p><strong>Powierzchnia użytkowa mieszkań w Europie wg statusu własności</strong></p> </td> <td> <p><strong>Powierzchnia użytkowa mieszkań w Europie wg rodzaju wynajmu</strong></p> </td> </tr> <tr> <td><img alt="Powierzchnia użytkowa mieszkań w Europie wg statusu własności" class="bigger lr-img" src="/uploads/media/default/0001/02/2dd207612756f88eb33fdcf210f33a734d429e11.png" style="max-width:300px" /></td> <td><img alt="Powierzchnia użytkowa mieszkań w Europie wg rodzaju wynajmu" class="bigger lr-img" src="/uploads/media/default/0001/02/c99decdb6d41fb6891e53339088aac7ed6d860ab.png" style="max-width:300px" /></td> </tr> </tbody> </table> <p>&nbsp;</p> <p>&nbsp;</p> <h2><span style="color:#336600">Czy lokalizacja ma wpływ na średni metraż mieszkania w Europie?</span></h2> <p>&nbsp;</p> <p>Zapewne ze względu na cenę grunt&oacute;w i samych nieruchomości mieszkaniowych, te zlokalizowane na wsi są większe od tych w dużych miastach. Pomiędzy plasują się nieruchomości zlokalizowane w mniejszych miastach i na przedmieściach dużych miast.</p> <p>&nbsp;</p> <p>Taka prawidłowość dotyczy większości kraj&oacute;w. <strong>Średnia wielkość mieszkania dla 28 kraj&oacute;w Unii Europejskiej wynosi w mieście 89,1 m<sup>2</sup>, w miastach i na przedmieściach 99,1 m<sup>2</sup>, a na obszarach wiejskich 109 m<sup>2</sup>. &nbsp;</strong></p> <p>&nbsp;</p> <p>Największe mieszkania w mieście są na Cyprze (138,4 m<sup>2</sup>), a najmniejsze w Rumunii (41,7 m<sup>2</sup>). Te dwa państwa znajdują się na przeciwnych biegunach r&oacute;wnież w kategorii mieszkań zlokalizowanych w małych miastach i na przedmieściach &ndash; na Cyprze (141,3 m<sup>2</sup>), a w Rumunii 45,1 m<sup>2</sup>. Rumunia tak bardzo odbiega od standard&oacute;w unijnych że r&oacute;wnież w kategorii mieszkań zlokalizowanych na wsi ma najmniejsze mieszkania (45,1 m<sup>2</sup>), największe mieszkania&nbsp; zaś są&nbsp; w Luksemburgu (150,3 m<sup>2</sup>), Cypr jest na drugim miejscu (148 m<sup>2</sup>).</p> <p>&nbsp;</p> <p><strong>W Polsce r&oacute;żnica przeciętnej powierzchni mieszkań zlokalizowanych w mieści i na wsi wynosi niemal 30 m<sup>2</sup>,</strong> jeszcze większa r&oacute;żnica, bo 46 m<sup>2</sup> występuje w Austrii i Luksemburgu. Najmniejsza r&oacute;żnica między miastem a wsią dotyczy nieruchomości mieszkaniowych w Bułgarii &ndash; zaledwie 1,1 m<sup>2</sup>.</p> <p>&nbsp;</p> <p><strong>Powierzchnia użytkowa mieszkań w Europie wg lokalizacji</strong></p> <p><img alt="Przeciętna powierzchnia użytkowa mieszkań w Europie wg lokalizacji " class="bigger lr-img" src="https://www.locja.pl/uploads/media/default/0001/02/ea1f07ce26c1d567077d8bf41a42c4ca538b98db.png" style="max-width:800px" /></p> <p>&nbsp;</p> <p>&nbsp;</p> <h2><span style="color:#336600">Wielkość mieszkania a skład gospodarstwa domowego w Europie</span></h2> <p>&nbsp;</p> <p>Publikowane przez Eurostat dane pozwalają na por&oacute;wnanie wielkości nieruchomości mieszkaniowych zajmowanych przez jednoosobowe gospodarstwa domowe, gospodarstwa domowe składające się z pary dorosłych os&oacute;b oraz przez gospodarstwa domowe pod opieką, kt&oacute;rych są dzieci i gospodarstwa bez dzieci. &nbsp;Za dzieci uznaje się osoby w wieku poniżej 18 lat, a także osoby nieaktywne zawodowo w wieku 18-24 lata pozostające na utrzymaniu, zamieszkujące z co najmniej jednym z ich rodzic&oacute;w.</p> <p>&nbsp;</p> <p>Najmniejszą powierzchnię użytkową, bez względu na lokalizację, mają do dyspozycji osoby mieszające samotnie. &nbsp;Średnia dla UE to 76,6 m<sup>2</sup>, najmniejsze mieszkania single mają w Rumunii (36,5 m<sup>2</sup>), największe zaś w Luksemburgu (101,4 m<sup>2</sup>). W Polsce mieszkania singli mają średnio 54,6 m<sup>2</sup>. &nbsp;Jak widać r&oacute;żnice są znaczące, lokalizacja (miasto &ndash; wieś) nie wpływa w większym stopniu na te wielkości.</p> <p>Pary &ndash; gospodarstwa domowe 2 osobowe &ndash; średnia powierzchnia ich mieszkań wynosi w UE 100,3 m<sup>2</sup>. Dla por&oacute;wnania w Polsce jest to 69,5 m<sup>2</sup>, najmniejsze mieszkania pary zajmują już tradycyjnie w Rumunii (43,1 m<sup>2</sup>), największe w Luksemburgu 140,2 m<sup>2</sup>. Mieszkania par zlokalizowane w mieście są o ponad 10 m<sup>2</sup> mniejsze od tych w małych miastach i na przedmieściach i na obszarach wiejskich.</p> <p>Rodziny bez dzieci - w zasadzie gospodarstwa domowe bez dzieci, w tym r&oacute;wnież jednoosobowe &ndash; dysponują nieruchomościami mieszkaniowymi o powierzchni średniej w UE 90,4 m<sup>2</sup>, w Polsce 67,6 m<sup>2</sup>.&nbsp; Najmniejsze mieszkania zajmowane przez gospodarstwa bez dzieci są w Rumunii 41,4 m<sup>2</sup> a największe na Cyprze &ndash; 122,3 m<sup>2</sup>.</p> <p>Gospodarstwa domowe z dziećmi dysponują największą powierzchnią mieszkaniową, średnia dla UE to 109,7 m<sup>2</sup>.&nbsp; Rodzina z dziećmi w Rumunii może liczyć na 47,8 m<sup>2</sup>, to o ponad 6 m<sup>2</sup> więcej niż rodzina bez dzieci &ndash; jest to najniższa średnia w UE.&nbsp; Największymi mieszkaniami rodziny z dziećmi cieszą się na Cyprze (171,7 m<sup>2</sup>) &ndash; średnia dla tego kraju, a rodziny mieszkające na wsi aż 185,4 m<sup>2</sup>.</p> <p>W Polsce rodzina z dziećmi mieszka na 87,6 m<sup>2</sup>, nieruchomości w mieście mają 70,5 m<sup>2</sup>, w małych miastach i na przedmieściach 87,5, a na obszarach wiejskich 101,8 m<sup>2</sup>. &nbsp;</p> <p>&nbsp;</p> <table border="1" cellpadding="1" cellspacing="1" class="lr-table table table-bordered table-sm"> <tbody> <tr> <td> <p><strong>Powierzchnia mieszkań&nbsp;w Europie zlokalizowanych w mieście</strong></p> </td> <td> <p><strong>Powierzchnia mieszkań&nbsp;w Europie w miastach i na przedmieściach</strong></p> </td> <td> <p><strong>Powierzchnia mieszkań&nbsp;w Europie zlokalizowanych na wsi</strong></p> </td> </tr> <tr> <td><img alt="Średnia powierzchnia mieszkań w Europie zlokalizowanych w mieście" class="bigger lr-img" src="/uploads/media/default/0001/02/b9a9562283faa4b9d36d951216904e690f62495c.png" style="max-width:200px" /></td> <td><img alt="Średnia powierzchnia mieszkań w Europie zlokalizowanych w miastach i na przedmieściach" class="bigger lr-img" src="/uploads/media/default/0001/02/9d582fcef4b622c12aea3134f196f3629d854920.png" style="max-width:200px" /></td> <td><img alt="Średnia powierzchnia mieszkań w Europie zlokalizowanych na obszarach wiejskich" class="bigger lr-img" src="https://www.locja.pl/uploads/media/default/0001/02/75550c7495d1d6642e9a811a9e1d3d6261b006da.png" style="max-width:200px" /></td> </tr> </tbody> </table> <p>&nbsp;</p> <p>&nbsp;</p> <hr /> <p>źr&oacute;dło: opracowanie własne na podstawie danych Eurostat</p>";}s:18:"internal_comments9";a:2:{i:0;s:4:"null";i:1;N;}s:14:"is_published10";a:2:{i:0;s:6:"string";i:1;s:1:"1";}s:8:"status11";a:2:{i:0;s:6:"string";i:1;s:1:"5";}s:12:"updated_at12";a:2:{i:0;s:4:"null";i:1;N;}s:12:"created_at13";a:2:{i:0;s:4:"null";i:1;N;}s:14:"published_at14";a:2:{i:0;s:6:"string";i:1;s:10:"2018-02-21";}s:16:"published_till15";a:2:{i:0;s:4:"null";i:1;N;}s:5:"typ16";a:2:{i:0;s:6:"string";i:1;s:2:"RB";}s:11:"title_seo17";a:2:{i:0;s:4:"null";i:1;N;}s:17:"description_seo18";a:2:{i:0;s:6:"string";i:1;s:286:"Na ile powierzchnia polskich mieszkań odbiega od średniej unijnej? W którym państwie europejskim są największe mieszkania? Czy powierzchnia użytkowa mieszkań własnych różni się od tych wynajmowanych? Jaką powierzchnią mieszkalną cieszą się rodziny z dziećmi w Europie?";}s:15:"head_image_id19";a:2:{i:0;s:6:"string";i:1;s:4:"1711";}s:14:"kategoria_id20";a:2:{i:0;s:6:"string";i:1;s:3:"157";}s:17:"podkategoria_id21";a:2:{i:0;s:4:"null";i:1;N;}s:11:"author_id22";a:2:{i:0;s:6:"string";i:1;s:1:"7";}}}i:1;a:2:{i:0;s:5:"array";i:1;a:22:{s:3:"id1";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:2:"id";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:7:"integer";}}}s:5:"name2";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_slug3";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:9:"keywords4";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:"keywords";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:4:"text";}}}s:6:"price5";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:"price";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:7:"decimal";}}}s:18:"short_description6";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:"short_description";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:4:"text";}}}s:9:"abstract7";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:"abstract";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:4:"text";}}}s:5:"opis8";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:"opis";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:4:"text";}}}s:18:"internal_comments9";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:"internal_comments";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:4:"text";}}}s:14:"is_published10";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:"is_published";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:7:"boolean";}}}s:8:"status11";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:6:"status";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:6:"string";}}}s:12:"updated_at12";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:10:"updated_at";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:8:"datetime";}}}s:12:"created_at13";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:10:"created_at";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:8:"datetime";}}}s:14:"published_at14";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:"published_at";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:4:"date";}}}s:16:"published_till15";a:2:{i:0;s:5:"array";i:1;a:2:{s:4:"name";a:2:{i:0;s:6:"string";i:1;s:14:"published_till";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:4:"date";}}}s:5:"typ16";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:"typ";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:4:"text";}}}s:11:"title_seo17";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_seo18";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:15:"head_image_id19";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:"head_image_id";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:7:"integer";}}}s:14:"kategoria_id20";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:"kategoria_id";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:7:"integer";}}}s:17:"podkategoria_id21";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:"podkategoria_id";}s:4:"type";a:2:{i:0;s:6:"string";i:1;s:7:"integer";}}}s:11:"author_id22";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:"author_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:2:{s:2:"id";a:2:{i:0;s:6:"string";i:1;s:3:"110";}s:9:"name_slug";a:2:{i:0;s:6:"string";i:1;s:54:"powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue";}}}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:96:"/home/users/locja/public_html/locja.pl/src/Os/LocjaBundle/Controller/RaportRynkowyController.php";s:4:"line";i:20;s:4:"args";a:1:{i:0;a:2:{i:0;s:5:"array";i:1;a:2:{s:2:"id";a:2:{i:0;s:6:"string";i:1;s:3:"110";}s:9:"name_slug";a:2:{i:0;s:6:"string";i:1;s:54:"powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue";}}}}}i:12;a:8:{s:9:"namespace";s:25:"Os\LocjaBundle\Controller";s:11:"short_class";s:23:"RaportRynkowyController";s:5:"class";s:49:"Os\LocjaBundle\Controller\RaportRynkowyController";s:4:"type";s:2:"->";s:8:"function";s:10:"showAction";s:4:"file";s:62:"/home/users/locja/public_html/locja.pl/app/bootstrap.php.cache";s:4:"line";i:3276;s:4:"args";a:2:{i:0;a:2:{i:0;s:6:"string";i:1;s:54:"powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue";}i:1;a:2:{i:0;s:6:"string";i:1;s:3:"110";}}}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":211977:{a:5:{s:11:"error_count";i:1;s:17:"deprecation_count";i:40;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:42;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:1711648293;s:7:"message";s:35:"Matched route "raportrynkowy_show".";s:8:"priority";i:200;s:12:"priorityName";s:4:"INFO";s:7:"context";a:2:{s:16:"route_parameters";a:4:{s:11:"_controller";s:61:"Os\LocjaBundle\Controller\RaportRynkowyController::showAction";s:4:"slug";s:54:"powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue";s:2:"id";s:3:"110";s:6:"_route";s:18:"raportrynkowy_show";}s:11:"request_uri";s:94:"https://www.locja.pl/raport-rynkowy/powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue,110";}s:7:"channel";s:7:"request";}i:1;a:6:{s:9:"timestamp";i:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:96:"/home/users/locja/public_html/locja.pl/src/Os/LocjaBundle/Controller/RaportRynkowyController.php";s:4:"line";i:20;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:49:"Os\LocjaBundle\Controller\RaportRynkowyController";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:15;}s:7:"channel";s:3:"php";}i:30;a:6:{s:9:"timestamp";i:1711648293;s:7:"message";s:734:"SELECT t0.id AS id1, t0.name AS name2, t0.name_slug AS name_slug3, t0.keywords AS keywords4, t0.price AS price5, t0.short_description AS short_description6, t0.abstract AS abstract7, t0.opis AS opis8, t0.internal_comments AS internal_comments9, t0.is_published AS is_published10, t0.status AS status11, t0.updated_at AS updated_at12, t0.created_at AS created_at13, t0.published_at AS published_at14, t0.published_till AS published_till15, t0.typ AS typ16, t0.title_seo AS title_seo17, t0.description_seo AS description_seo18, t0.head_image_id AS head_image_id19, t0.kategoria_id AS kategoria_id20, t0.podkategoria_id AS podkategoria_id21, t0.author_id AS author_id22 FROM raport_rynkowy t0 WHERE t0.id = ? AND t0.name_slug = ? LIMIT 1";s:8:"priority";i:100;s:12:"priorityName";s:5:"DEBUG";s:7:"context";a:2:{i:0;s:3:"110";i:1;s:32:"powierzchnia-mieszkania-w- [...]";}s:7:"channel";s:8:"doctrine";}i:31;a:6:{s:9:"timestamp";i:1711648293;s:7:"message";s:421:"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__ApplicationSonataMediaBundleEntityMedia.php.6605ae257420c7.00189406): 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:288:"Exception(Symfony\Component\Debug\Exception\ContextErrorException): Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/doctrine/orm/Proxies/__CG__ApplicationSonataMediaBundleEntityMedia.php.6605ae257420c7.00189406): failed to open stream: Disk quota exceeded";}s:7:"channel";s:7:"request";}i:32;a:6:{s:9:"timestamp";i:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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:1711648293;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":15486:{a:1:{s:7:"profile";s:15455:"C:21:"Twig\Profiler\Profile":15418:{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:1711648293.447628021240234375;s:2:"mu";i:2413808;s:3:"pmu";i:2413808;}i:4;a:3:{s:2:"wt";d:1711648293.5442240238189697265625;s:2:"mu";i:7807192;s:3:"pmu";i:9794512;}i:5;a:1:{i:0;C:21:"Twig\Profiler\Profile":15132:{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:1711648293.4967219829559326171875;s:2:"mu";i:7182928;s:3:"pmu";i:7182928;}i:4;a:3:{s:2:"wt";d:1711648293.5442230701446533203125;s:2:"mu";i:7806816;s:3:"pmu";i:9794512;}i:5;a:1:{i:0;C:21:"Twig\Profiler\Profile":14764:{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:1711648293.4968259334564208984375;s:2:"mu";i:7189888;s:3:"pmu";i:7189888;}i:4;a:3:{s:2:"wt";d:1711648293.54422092437744140625;s:2:"mu";i:7806728;s:3:"pmu";i:9794512;}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:1711648293.496840953826904296875;s:2:"mu";i:7191720;s:3:"pmu";i:7191720;}i:4;a:3:{s:2:"wt";d:1711648293.4968850612640380859375;s:2:"mu";i:7203712;s:3:"pmu";i:7208216;}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:1711648293.4969270229339599609375;s:2:"mu";i:7204224;s:3:"pmu";i:7208216;}i:4;a:3:{s:2:"wt";d:1711648293.4969360828399658203125;s:2:"mu";i:7204624;s:3:"pmu";i:7208216;}i:5;a:0:{}}}i:2;C:21:"Twig\Profiler\Profile":13782:{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:1711648293.4969398975372314453125;s:2:"mu";i:7205136;s:3:"pmu";i:7208216;}i:4;a:3:{s:2:"wt";d:1711648293.544219970703125;s:2:"mu";i:7806352;s:3:"pmu";i:9794512;}i:5;a:1:{i:0;C:21:"Twig\Profiler\Profile":13461:{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:1711648293.4970700740814208984375;s:2:"mu";i:7208776;s:3:"pmu";i:7208776;}i:4;a:3:{s:2:"wt";d:1711648293.54421710968017578125;s:2:"mu";i:7806960;s:3:"pmu";i:9794512;}i:5;a:3:{i:0;C:21:"Twig\Profiler\Profile":6211:{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:1711648293.497253894805908203125;s:2:"mu";i:7217080;s:3:"pmu";i:7217080;}i:4;a:3:{s:2:"wt";d:1711648293.541781902313232421875;s:2:"mu";i:7411920;s:3:"pmu";i:9794512;}i:5;a:17:{i:0;C:21:"Twig\Profiler\Profile":309:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648293.4973518848419189453125;s:2:"mu";i:7223296;s:3:"pmu";i:7223296;}i:4;a:3:{s:2:"wt";d:1711648293.4990398883819580078125;s:2:"mu";i:7224728;s:3:"pmu";i:7789496;}i:5;a:0:{}}}i:1;C:21:"Twig\Profiler\Profile":308:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648293.4990699291229248046875;s:2:"mu";i:7225704;s:3:"pmu";i:7789496;}i:4;a:3:{s:2:"wt";d:1711648293.499475002288818359375;s:2:"mu";i:7287576;s:3:"pmu";i:7789496;}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:1711648293.4995028972625732421875;s:2:"mu";i:7288152;s:3:"pmu";i:7789496;}i:4;a:3:{s:2:"wt";d:1711648293.5014660358428955078125;s:2:"mu";i:7325448;s:3:"pmu";i:7890216;}i:5;a:0:{}}}i:3;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:1711648293.501494884490966796875;s:2:"mu";i:7326024;s:3:"pmu";i:7890216;}i:4;a:3:{s:2:"wt";d:1711648293.5019290447235107421875;s:2:"mu";i:7326616;s:3:"pmu";i:7890216;}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:1711648293.50195407867431640625;s:2:"mu";i:7327192;s:3:"pmu";i:7890216;}i:4;a:3:{s:2:"wt";d:1711648293.5023500919342041015625;s:2:"mu";i:7327624;s:3:"pmu";i:7890216;}i:5;a:0:{}}}i:5;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:1711648293.502379894256591796875;s:2:"mu";i:7328200;s:3:"pmu";i:7890216;}i:4;a:3:{s:2:"wt";d:1711648293.5081140995025634765625;s:2:"mu";i:7328760;s:3:"pmu";i:9358224;}i:5;a:0:{}}}i:6;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:1711648293.508141994476318359375;s:2:"mu";i:7329336;s:3:"pmu";i:9358224;}i:4;a:3:{s:2:"wt";d:1711648293.5086820125579833984375;s:2:"mu";i:7346312;s:3:"pmu";i:9358224;}i:5;a:0:{}}}i:7;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:1711648293.50870609283447265625;s:2:"mu";i:7346888;s:3:"pmu";i:9358224;}i:4;a:3:{s:2:"wt";d:1711648293.5092570781707763671875;s:2:"mu";i:7384184;s:3:"pmu";i:9358224;}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:1711648293.5092809200286865234375;s:2:"mu";i:7384760;s:3:"pmu";i:9358224;}i:4;a:3:{s:2:"wt";d:1711648293.5101048946380615234375;s:2:"mu";i:7385672;s:3:"pmu";i:9358224;}i:5;a:0:{}}}i:9;C:21:"Twig\Profiler\Profile":307:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648293.51012897491455078125;s:2:"mu";i:7386568;s:3:"pmu";i:9358224;}i:4;a:3:{s:2:"wt";d:1711648293.5139620304107666015625;s:2:"mu";i:7387160;s:3:"pmu";i:9358224;}i:5;a:0:{}}}i:10;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:1711648293.513988018035888671875;s:2:"mu";i:7387736;s:3:"pmu";i:9358224;}i:4;a:3:{s:2:"wt";d:1711648293.5144779682159423828125;s:2:"mu";i:7388296;s:3:"pmu";i:9358224;}i:5;a:0:{}}}i:11;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:1711648293.514501094818115234375;s:2:"mu";i:7388872;s:3:"pmu";i:9358224;}i:4;a:3:{s:2:"wt";d:1711648293.5149929523468017578125;s:2:"mu";i:7389752;s:3:"pmu";i:9358224;}i:5;a:0:{}}}i:12;C:21:"Twig\Profiler\Profile":309:{a:6:{i:0;s:31:"@Twig/Exception/trace.html.twig";i:1;s:31:"@Twig/Exception/trace.html.twig";i:2;s:8:"template";i:3;a:3:{s:2:"wt";d:1711648293.5150148868560791015625;s:2:"mu";i:7390328;s:3:"pmu";i:9358224;}i:4;a:3:{s:2:"wt";d:1711648293.5218451023101806640625;s:2:"mu";i:7407240;s:3:"pmu";i:9779824;}i:5;a:0:{}}}i:13;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:1711648293.5218799114227294921875;s:2:"mu";i:7407816;s:3:"pmu";i:9779824;}i:4;a:3:{s:2:"wt";d:1711648293.5284430980682373046875;s:2:"mu";i:7408248;s:3:"pmu";i:9791760;}i:5;a:0:{}}}i:14;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:1711648293.5284709930419921875;s:2:"mu";i:7408824;s:3:"pmu";i:9791760;}i:4;a:3:{s:2:"wt";d:1711648293.5350010395050048828125;s:2:"mu";i:7409256;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:15;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:1711648293.535029888153076171875;s:2:"mu";i:7409832;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.541594028472900390625;s:2:"mu";i:7410264;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:16;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:1711648293.5416278839111328125;s:2:"mu";i:7410840;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.54177188873291015625;s:2:"mu";i:7411992;s:3:"pmu";i:9794512;}i:5;a:0:{}}}}}}i:1;C:21:"Twig\Profiler\Profile":303:{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:1711648293.542057037353515625;s:2:"mu";i:7457968;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.5422480106353759765625;s:2:"mu";i:7475968;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:2;C:21:"Twig\Profiler\Profile":6513:{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:1711648293.5423510074615478515625;s:2:"mu";i:7445424;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.5442149639129638671875;s:2:"mu";i:7807944;s:3:"pmu";i:9794512;}i:5;a:1:{i:0;C:21:"Twig\Profiler\Profile":6152:{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:1711648293.542460918426513671875;s:2:"mu";i:7652744;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.544210910797119140625;s:2:"mu";i:7809680;s:3:"pmu";i:9794512;}i:5;a:17:{i:0;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:1711648293.5425930023193359375;s:2:"mu";i:7659600;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.542601108551025390625;s:2:"mu";i:7660872;s:3:"pmu";i:9794512;}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:1711648293.5426208972930908203125;s:2:"mu";i:7661848;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.5432469844818115234375;s:2:"mu";i:7723720;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:2;C:21:"Twig\Profiler\Profile":301:{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:1711648293.543270111083984375;s:2:"mu";i:7724296;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.54347896575927734375;s:2:"mu";i:7761592;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:3;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:1711648293.54349803924560546875;s:2:"mu";i:7762168;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.543509960174560546875;s:2:"mu";i:7762600;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:4;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:1711648293.5435268878936767578125;s:2:"mu";i:7763176;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.5435340404510498046875;s:2:"mu";i:7763608;s:3:"pmu";i:9794512;}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:1711648293.543550968170166015625;s:2:"mu";i:7764184;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.54356098175048828125;s:2:"mu";i:7764616;s:3:"pmu";i:9794512;}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:1711648293.5435769557952880859375;s:2:"mu";i:7765192;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.543756961822509765625;s:2:"mu";i:7782008;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:7;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:1711648293.543775081634521484375;s:2:"mu";i:7782584;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.5439770221710205078125;s:2:"mu";i:7799400;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:8;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:1711648293.543994903564453125;s:2:"mu";i:7799976;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.544001102447509765625;s:2:"mu";i:7800728;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:9;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:1711648293.5440180301666259765625;s:2:"mu";i:7801624;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.5440280437469482421875;s:2:"mu";i:7802056;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:10;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:1711648293.544044017791748046875;s:2:"mu";i:7802632;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.54405689239501953125;s:2:"mu";i:7803064;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:11;C:21:"Twig\Profiler\Profile":301:{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:1711648293.54407501220703125;s:2:"mu";i:7803640;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.544085025787353515625;s:2:"mu";i:7804072;s:3:"pmu";i:9794512;}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:1711648293.5441019535064697265625;s:2:"mu";i:7804648;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.5441100597381591796875;s:2:"mu";i:7805080;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:13;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:1711648293.544126033782958984375;s:2:"mu";i:7805656;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.54413509368896484375;s:2:"mu";i:7806088;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:14;C:21:"Twig\Profiler\Profile":300:{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:1711648293.5441510677337646484375;s:2:"mu";i:7806664;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.544158935546875;s:2:"mu";i:7807096;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:15;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:1711648293.5441749095916748046875;s:2:"mu";i:7807672;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.5441839694976806640625;s:2:"mu";i:7808104;s:3:"pmu";i:9794512;}i:5;a:0:{}}}i:16;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:1711648293.54419994354248046875;s:2:"mu";i:7808680;s:3:"pmu";i:9794512;}i:4;a:3:{s:2:"wt";d:1711648293.544207096099853515625;s:2:"mu";i:7809752;s:3:"pmu";i:9794512;}i:5;a:0:{}}}}}}}}}}}}}}}}}}}}}}}}";}}s:2:"db";C:66:"Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector":2742:{a:6:{s:7:"queries";a:1:{s:7:"default";a:1:{i:1;a:5:{s:3:"sql";s:734:"SELECT t0.id AS id1, t0.name AS name2, t0.name_slug AS name_slug3, t0.keywords AS keywords4, t0.price AS price5, t0.short_description AS short_description6, t0.abstract AS abstract7, t0.opis AS opis8, t0.internal_comments AS internal_comments9, t0.is_published AS is_published10, t0.status AS status11, t0.updated_at AS updated_at12, t0.created_at AS created_at13, t0.published_at AS published_at14, t0.published_till AS published_till15, t0.typ AS typ16, t0.title_seo AS title_seo17, t0.description_seo AS description_seo18, t0.head_image_id AS head_image_id19, t0.kategoria_id AS kategoria_id20, t0.podkategoria_id AS podkategoria_id21, t0.author_id AS author_id22 FROM raport_rynkowy t0 WHERE t0.id = ? AND t0.name_slug = ? LIMIT 1";s:6:"params";a:2:{i:0;s:3:"110";i:1;s:54:"powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue";}s:5:"types";a:2:{i:0;i:1;i:1;i:2;}s:11:"executionMS";d:0.0015318393707275390625;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:14:{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:35:"Os\LocjaBundle\Entity\RaportRynkowy";s:35:"Os\LocjaBundle\Entity\RaportRynkowy";s:35:"Sonata\MediaBundle\Entity\BaseMedia";s:35:"Sonata\MediaBundle\Entity\BaseMedia";s:43:"Application\Sonata\MediaBundle\Entity\Media";s:43:"Application\Sonata\MediaBundle\Entity\Media";s:47:"Sonata\ClassificationBundle\Entity\BaseCategory";s:47:"Sonata\ClassificationBundle\Entity\BaseCategory";s:55:"Application\Sonata\ClassificationBundle\Entity\Category";s:55:"Application\Sonata\ClassificationBundle\Entity\Category";s:27:"Os\LocjaBundle\Entity\Autor";s:27:"Os\LocjaBundle\Entity\Autor";s:39:"Os\LocjaBundle\Entity\RaportRynkowyUser";s:39:"Os\LocjaBundle\Entity\RaportRynkowyUser";s:40:"Os\LocjaBundle\Entity\RaportRynkowyImage";s:40:"Os\LocjaBundle\Entity\RaportRynkowyImage";s:38:"Os\LocjaBundle\Entity\RaportRynkowyTag";s:38:"Os\LocjaBundle\Entity\RaportRynkowyTag";s:45:"Os\LocjaBundle\Entity\RaportRynkowyAttachment";s:45:"Os\LocjaBundle\Entity\RaportRynkowyAttachment";s:41:"Os\LocjaBundle\Entity\RaportRynkowyZrodlo";s:41:"Os\LocjaBundle\Entity\RaportRynkowyZrodlo";}}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:"e049d1";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:13:"18.206.13.112";s:6:"method";s:3:"GET";s:3:"url";s:94:"https://www.locja.pl/raport-rynkowy/powierzchnia-mieszkania-w-polsce-ponizej-sredniej-w-ue,110";s:4:"time";i:1711648293;}')
    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 "raportrynkowy_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. DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.name_slug AS name_slug3, t0.keywords AS keywords4, t0.price AS price5, t0.short_description AS short_description6, t0.abstract AS abstract7, t0.opis AS opis8, t0.internal_comments AS internal_comments9, t0.is_published AS is_published10, t0.status AS status11, t0.updated_at AS updated_at12, t0.created_at AS created_at13, t0.published_at AS published_at14, t0.published_till AS published_till15, t0.typ AS typ16, t0.title_seo AS title_seo17, t0.description_seo AS description_seo18, t0.head_image_id AS head_image_id19, t0.kategoria_id AS kategoria_id20, t0.podkategoria_id AS podkategoria_id21, t0.author_id AS author_id22 FROM raport_rynkowy t0 WHERE t0.id = ? AND t0.name_slug = ? LIMIT 1
  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. 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.
  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. 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__ApplicationSonataMediaBundleEntityMedia.php.6605ae257420c7.00189406): 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
  39. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  40. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  41. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  42. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  43. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  44. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  45. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  46. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  47. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  48. INFO - Using the "Twig_Extension_GlobalsInterface" class is deprecated since Twig version 2.7, use "Twig\Extension\GlobalsInterface" instead.
  49. 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.
  50. 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.
  51. INFO - Argument "flashManager" in FlashMessageExtension is deprecated since SonataCoreBundle 3.11.0 and will be removed in 4.0. Use the FlashMessageRuntime instead.
  52. INFO - Method "StatusExtension::addStatusService()" is deprecated since SonataCoreBundle 3.13.0 and will be removed in 4.0. Use the StatusRuntime instead.
  53. 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.
  54. 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.
  55. 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.
  56. 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.
  57. 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.
  58. INFO - Using the "Twig_Loader_Array" class is deprecated since Twig version 2.7, use "Twig\Loader\ArrayLoader" instead.
  59. INFO - Using the "Twig_Extension_Sandbox" class is deprecated since Twig version 2.7, use "Twig\Extension\SandboxExtension" instead.
  60. INFO - Using the "Twig_Sandbox_SecurityPolicyInterface" class is deprecated since Twig version 2.7, use "Twig\Sandbox\SecurityPolicyInterface" instead.
  61. INFO - Using the "Twig_Lexer" class is deprecated since Twig version 2.7, use "Twig\Lexer" instead.
  62. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  63. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  64. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  65. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  66. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  67. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  68. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
  69. 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.
  70. 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.
  71. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
  72. DEBUG - Notified event "kernel.response" to listener "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse".
  73. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
  74. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
  75. DEBUG - Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
  76. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
  77. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse".
  78. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
  79. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
  80. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest".
  81. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
  82. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\Security\Http\Firewall::onKernelFinishRequest".
  83. DEBUG - Notified event "kernel.exception" to listener "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException".
  84. DEBUG - Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException".
  85. DEBUG - Notified event "kernel.exception" to listener "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException".
  86. DEBUG - Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException".
  87. DEBUG - Listener "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException" stopped propagation of the event "kernel.exception".
  88. 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.
  89. 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.
  90. 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.
  91. 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.
  92. 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.
  93. 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.
  94. DEBUG - Notified event "kernel.response" to listener "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse".
  95. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
  96. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
  97. DEBUG - Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
  98. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
  99. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SaveSessionListener::onKernelResponse".
  100. DEBUG - Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
  101. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
  102. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelFinishRequest".
  103. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
  104. DEBUG - Notified event "kernel.finish_request" to listener "Symfony\Component\Security\Http\Firewall::onKernelFinishRequest".
  105. INFO - The "security.context" service is deprecated since Symfony 2.6 and will be removed in 3.0.
  106. 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.
  107. CRITICAL - Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: file_put_contents(/home/users/locja/public_html/locja.pl/app/cache/prod/profiler/d1/49/e049d1): 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
  108. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
  109. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
  110. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
  111. DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
  112. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
  113. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
  114. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
  115. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\TranslatorListener::onKernelRequest".
  116. DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
  117. DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
  118. DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
  119. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
  120. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
  121. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
  122. DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
  123. 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/d1/49/e049d1): 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