Exception detected!

Warning: file_put_contents(/home/emtrgco/public_html/releases/20200528214001/app/cache/prod/doctrine/orm/Proxies/__CG__SCAContentModelMedia.php.6606c3c2044ee9.99651709): failed to open stream: No space left on device

500 Internal Server Error - ContextErrorException

Stack Trace

  1. in vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php at line 304  -
    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/emtrgco/public_html/releases/20200528214001/app/cache/prod/doctrine/orm/Proxies/__CG__SCAContentModelMedia.php.6606c3c2044ee9.99651709): failed to open stream: No space left on device', '/home/emtrgco/public_html/releases/20200528214001/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php', '304', array('class' => object(ClassMetadata), 'fileName' => '/home/emtrgco/public_html/releases/20200528214001/app/cache/prod/doctrine/orm/Proxies/__CG__SCAContentModelMedia.php', 'placeholderMatches' => array('' => 'namespace', '' => 'proxyShortClassName', '' => 'className', '' => 'baseProxyInterface', '' => 'lazyPropertiesDefaults', '' => 'additionalProperties', '' => 'constructorImpl', '' => 'magicGet', '' => 'magicSet', '' => 'magicIsset', '' => 'sleepImpl', '' => 'wakeupImpl', '' => 'cloneImpl', '' => 'methods'), 'placeholders' => array('' => 'Proxies\__CG__\SCA\Content\Model', '' => 'Media', '' => 'SCA\Content\Model\Media', '' => 'Doctrine\ORM\Proxy\Proxy', '' => '', '' => '', '' => ' /** * @param \Closure $initializer * @param \Closure $cloner */ public function __construct($initializer = null, $cloner = null) { $this->__initializer__ = $initializer; $this->__cloner__ = $cloner; }', '' => '', '' => '', '' => '', '' => ' /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return array('__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias'); } return array('__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias'); }', '' => ' /** * */ 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', array()); }', '' => ' /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', array()); return parent::getId(); } /** * {@inheritDoc} */ public function prePersist() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'prePersist', array()); return parent::prePersist(); } /** * {@inheritDoc} */ public function preUpdate() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'preUpdate', array()); return parent::preUpdate(); } /** * {@inheritDoc} */ public function setBinaryContent($binaryContent) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBinaryContent', array($binaryContent)); return parent::setBinaryContent($binaryContent); } /** * {@inheritDoc} */ public function getBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBinaryContent', array()); return parent::getBinaryContent(); } /** * {@inheritDoc} */ public function getMetadataValue($name, $default = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMetadataValue', array($name, $default)); return parent::getMetadataValue($name, $default); } /** * {@inheritDoc} */ public function setMetadataValue($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMetadataValue', array($name, $value)); return parent::setMetadataValue($name, $value); } /** * {@inheritDoc} */ public function unsetMetadataValue($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'unsetMetadataValue', array($name)); return parent::unsetMetadataValue($name); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', array($name)); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', array()); return parent::getName(); } /** * {@inheritDoc} */ public function setDescription($description) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', array($description)); return parent::setDescription($description); } /** * {@inheritDoc} */ public function getDescription() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', array()); return parent::getDescription(); } /** * {@inheritDoc} */ public function setEnabled($enabled) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEnabled', array($enabled)); return parent::setEnabled($enabled); } /** * {@inheritDoc} */ public function getEnabled() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEnabled', array()); return parent::getEnabled(); } /** * {@inheritDoc} */ public function setProviderName($providerName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderName', array($providerName)); return parent::setProviderName($providerName); } /** * {@inheritDoc} */ public function getProviderName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderName', array()); return parent::getProviderName(); } /** * {@inheritDoc} */ public function setProviderStatus($providerStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderStatus', array($providerStatus)); return parent::setProviderStatus($providerStatus); } /** * {@inheritDoc} */ public function getProviderStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderStatus', array()); return parent::getProviderStatus(); } /** * {@inheritDoc} */ public function setProviderReference($providerReference) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderReference', array($providerReference)); return parent::setProviderReference($providerReference); } /** * {@inheritDoc} */ public function getProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderReference', array()); return parent::getProviderReference(); } /** * {@inheritDoc} */ public function setProviderMetadata(array $providerMetadata = array ( )) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderMetadata', array($providerMetadata)); return parent::setProviderMetadata($providerMetadata); } /** * {@inheritDoc} */ public function getProviderMetadata() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderMetadata', array()); return parent::getProviderMetadata(); } /** * {@inheritDoc} */ public function setWidth($width) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setWidth', array($width)); return parent::setWidth($width); } /** * {@inheritDoc} */ public function getWidth() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getWidth', array()); return parent::getWidth(); } /** * {@inheritDoc} */ public function setHeight($height) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHeight', array($height)); return parent::setHeight($height); } /** * {@inheritDoc} */ public function getHeight() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHeight', array()); return parent::getHeight(); } /** * {@inheritDoc} */ public function setLength($length) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLength', array($length)); return parent::setLength($length); } /** * {@inheritDoc} */ public function getLength() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLength', array()); return parent::getLength(); } /** * {@inheritDoc} */ public function setCopyright($copyright) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCopyright', array($copyright)); return parent::setCopyright($copyright); } /** * {@inheritDoc} */ public function getCopyright() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCopyright', array()); return parent::getCopyright(); } /** * {@inheritDoc} */ public function setAuthorName($authorName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAuthorName', array($authorName)); return parent::setAuthorName($authorName); } /** * {@inheritDoc} */ public function getAuthorName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAuthorName', array()); return parent::getAuthorName(); } /** * {@inheritDoc} */ public function setContext($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContext', array($context)); return parent::setContext($context); } /** * {@inheritDoc} */ public function getContext() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContext', array()); return parent::getContext(); } /** * {@inheritDoc} */ public function setCdnIsFlushable($cdnIsFlushable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnIsFlushable', array($cdnIsFlushable)); return parent::setCdnIsFlushable($cdnIsFlushable); } /** * {@inheritDoc} */ public function getCdnIsFlushable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnIsFlushable', array()); return parent::getCdnIsFlushable(); } /** * {@inheritDoc} */ public function setCdnFlushAt(\DateTime $cdnFlushAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushAt', array($cdnFlushAt)); return parent::setCdnFlushAt($cdnFlushAt); } /** * {@inheritDoc} */ public function getCdnFlushAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushAt', array()); return parent::getCdnFlushAt(); } /** * {@inheritDoc} */ public function setUpdatedAt(\DateTime $updatedAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', array($updatedAt)); return parent::setUpdatedAt($updatedAt); } /** * {@inheritDoc} */ public function getUpdatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', array()); return parent::getUpdatedAt(); } /** * {@inheritDoc} */ public function setCreatedAt(\DateTime $createdAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', array($createdAt)); return parent::setCreatedAt($createdAt); } /** * {@inheritDoc} */ public function getCreatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', array()); return parent::getCreatedAt(); } /** * {@inheritDoc} */ public function setContentType($contentType) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContentType', array($contentType)); return parent::setContentType($contentType); } /** * {@inheritDoc} */ public function getContentType() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContentType', array()); return parent::getContentType(); } /** * {@inheritDoc} */ public function getExtension() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getExtension', array()); return parent::getExtension(); } /** * {@inheritDoc} */ public function setSize($size) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSize', array($size)); return parent::setSize($size); } /** * {@inheritDoc} */ public function getSize() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSize', array()); return parent::getSize(); } /** * {@inheritDoc} */ public function setCdnStatus($cdnStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnStatus', array($cdnStatus)); return parent::setCdnStatus($cdnStatus); } /** * {@inheritDoc} */ public function getCdnStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnStatus', array()); return parent::getCdnStatus(); } /** * {@inheritDoc} */ public function getBox() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBox', array()); return parent::getBox(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', array()); return parent::__toString(); } /** * {@inheritDoc} */ public function setGalleryHasMedias($galleryHasMedias) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setGalleryHasMedias', array($galleryHasMedias)); return parent::setGalleryHasMedias($galleryHasMedias); } /** * {@inheritDoc} */ public function getGalleryHasMedias() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGalleryHasMedias', array()); return parent::getGalleryHasMedias(); } /** * {@inheritDoc} */ public function getPreviousProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPreviousProviderReference', array()); return parent::getPreviousProviderReference(); } /** * {@inheritDoc} */ public function isStatusErroneous(\Symfony\Component\Validator\ExecutionContextInterface $context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isStatusErroneous', array($context)); return parent::isStatusErroneous($context); } '), 'placeholder' => ' /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', array()); return parent::getId(); } /** * {@inheritDoc} */ public function prePersist() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'prePersist', array()); return parent::prePersist(); } /** * {@inheritDoc} */ public function preUpdate() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'preUpdate', array()); return parent::preUpdate(); } /** * {@inheritDoc} */ public function setBinaryContent($binaryContent) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBinaryContent', array($binaryContent)); return parent::setBinaryContent($binaryContent); } /** * {@inheritDoc} */ public function getBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBinaryContent', array()); return parent::getBinaryContent(); } /** * {@inheritDoc} */ public function getMetadataValue($name, $default = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMetadataValue', array($name, $default)); return parent::getMetadataValue($name, $default); } /** * {@inheritDoc} */ public function setMetadataValue($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMetadataValue', array($name, $value)); return parent::setMetadataValue($name, $value); } /** * {@inheritDoc} */ public function unsetMetadataValue($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'unsetMetadataValue', array($name)); return parent::unsetMetadataValue($name); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', array($name)); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', array()); return parent::getName(); } /** * {@inheritDoc} */ public function setDescription($description) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', array($description)); return parent::setDescription($description); } /** * {@inheritDoc} */ public function getDescription() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', array()); return parent::getDescription(); } /** * {@inheritDoc} */ public function setEnabled($enabled) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEnabled', array($enabled)); return parent::setEnabled($enabled); } /** * {@inheritDoc} */ public function getEnabled() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEnabled', array()); return parent::getEnabled(); } /** * {@inheritDoc} */ public function setProviderName($providerName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderName', array($providerName)); return parent::setProviderName($providerName); } /** * {@inheritDoc} */ public function getProviderName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderName', array()); return parent::getProviderName(); } /** * {@inheritDoc} */ public function setProviderStatus($providerStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderStatus', array($providerStatus)); return parent::setProviderStatus($providerStatus); } /** * {@inheritDoc} */ public function getProviderStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderStatus', array()); return parent::getProviderStatus(); } /** * {@inheritDoc} */ public function setProviderReference($providerReference) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderReference', array($providerReference)); return parent::setProviderReference($providerReference); } /** * {@inheritDoc} */ public function getProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderReference', array()); return parent::getProviderReference(); } /** * {@inheritDoc} */ public function setProviderMetadata(array $providerMetadata = array ( )) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderMetadata', array($providerMetadata)); return parent::setProviderMetadata($providerMetadata); } /** * {@inheritDoc} */ public function getProviderMetadata() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderMetadata', array()); return parent::getProviderMetadata(); } /** * {@inheritDoc} */ public function setWidth($width) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setWidth', array($width)); return parent::setWidth($width); } /** * {@inheritDoc} */ public function getWidth() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getWidth', array()); return parent::getWidth(); } /** * {@inheritDoc} */ public function setHeight($height) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHeight', array($height)); return parent::setHeight($height); } /** * {@inheritDoc} */ public function getHeight() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHeight', array()); return parent::getHeight(); } /** * {@inheritDoc} */ public function setLength($length) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLength', array($length)); return parent::setLength($length); } /** * {@inheritDoc} */ public function getLength() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLength', array()); return parent::getLength(); } /** * {@inheritDoc} */ public function setCopyright($copyright) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCopyright', array($copyright)); return parent::setCopyright($copyright); } /** * {@inheritDoc} */ public function getCopyright() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCopyright', array()); return parent::getCopyright(); } /** * {@inheritDoc} */ public function setAuthorName($authorName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAuthorName', array($authorName)); return parent::setAuthorName($authorName); } /** * {@inheritDoc} */ public function getAuthorName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAuthorName', array()); return parent::getAuthorName(); } /** * {@inheritDoc} */ public function setContext($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContext', array($context)); return parent::setContext($context); } /** * {@inheritDoc} */ public function getContext() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContext', array()); return parent::getContext(); } /** * {@inheritDoc} */ public function setCdnIsFlushable($cdnIsFlushable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnIsFlushable', array($cdnIsFlushable)); return parent::setCdnIsFlushable($cdnIsFlushable); } /** * {@inheritDoc} */ public function getCdnIsFlushable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnIsFlushable', array()); return parent::getCdnIsFlushable(); } /** * {@inheritDoc} */ public function setCdnFlushAt(\DateTime $cdnFlushAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushAt', array($cdnFlushAt)); return parent::setCdnFlushAt($cdnFlushAt); } /** * {@inheritDoc} */ public function getCdnFlushAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushAt', array()); return parent::getCdnFlushAt(); } /** * {@inheritDoc} */ public function setUpdatedAt(\DateTime $updatedAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', array($updatedAt)); return parent::setUpdatedAt($updatedAt); } /** * {@inheritDoc} */ public function getUpdatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', array()); return parent::getUpdatedAt(); } /** * {@inheritDoc} */ public function setCreatedAt(\DateTime $createdAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', array($createdAt)); return parent::setCreatedAt($createdAt); } /** * {@inheritDoc} */ public function getCreatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', array()); return parent::getCreatedAt(); } /** * {@inheritDoc} */ public function setContentType($contentType) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContentType', array($contentType)); return parent::setContentType($contentType); } /** * {@inheritDoc} */ public function getContentType() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContentType', array()); return parent::getContentType(); } /** * {@inheritDoc} */ public function getExtension() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getExtension', array()); return parent::getExtension(); } /** * {@inheritDoc} */ public function setSize($size) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSize', array($size)); return parent::setSize($size); } /** * {@inheritDoc} */ public function getSize() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSize', array()); return parent::getSize(); } /** * {@inheritDoc} */ public function setCdnStatus($cdnStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnStatus', array($cdnStatus)); return parent::setCdnStatus($cdnStatus); } /** * {@inheritDoc} */ public function getCdnStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnStatus', array()); return parent::getCdnStatus(); } /** * {@inheritDoc} */ public function getBox() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBox', array()); return parent::getBox(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', array()); return parent::__toString(); } /** * {@inheritDoc} */ public function setGalleryHasMedias($galleryHasMedias) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setGalleryHasMedias', array($galleryHasMedias)); return parent::setGalleryHasMedias($galleryHasMedias); } /** * {@inheritDoc} */ public function getGalleryHasMedias() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGalleryHasMedias', array()); return parent::getGalleryHasMedias(); } /** * {@inheritDoc} */ public function getPreviousProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPreviousProviderReference', array()); return parent::getPreviousProviderReference(); } /** * {@inheritDoc} */ public function isStatusErroneous(\Symfony\Component\Validator\ExecutionContextInterface $context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isStatusErroneous', array($context)); return parent::isStatusErroneous($context); } ', 'name' => 'methods', 'this' => object(ProxyGenerator), 'proxyCode' => '<?php namespace Proxies\__CG__\SCA\Content\Model; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class Media extends \SCA\Content\Model\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\Persistence\Proxy::__setInitializer */ public $__initializer__; /** * @var \Closure the callback responsible of loading properties that need to be copied in the cloned object * * @see \Doctrine\Common\Persistence\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\Persistence\Proxy::__getLazyProperties */ public static $lazyPropertiesDefaults = array(); /** * @param \Closure $initializer * @param \Closure $cloner */ public function __construct($initializer = null, $cloner = null) { $this->__initializer__ = $initializer; $this->__cloner__ = $cloner; } /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return array('__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias'); } return array('__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias'); } /** * */ 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', array()); } /** * Forces initialization of the proxy */ public function __load() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', array()); } /** * {@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', array()); return parent::getId(); } /** * {@inheritDoc} */ public function prePersist() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'prePersist', array()); return parent::prePersist(); } /** * {@inheritDoc} */ public function preUpdate() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'preUpdate', array()); return parent::preUpdate(); } /** * {@inheritDoc} */ public function setBinaryContent($binaryContent) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBinaryContent', array($binaryContent)); return parent::setBinaryContent($binaryContent); } /** * {@inheritDoc} */ public function getBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBinaryContent', array()); return parent::getBinaryContent(); } /** * {@inheritDoc} */ public function getMetadataValue($name, $default = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMetadataValue', array($name, $default)); return parent::getMetadataValue($name, $default); } /** * {@inheritDoc} */ public function setMetadataValue($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMetadataValue', array($name, $value)); return parent::setMetadataValue($name, $value); } /** * {@inheritDoc} */ public function unsetMetadataValue($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'unsetMetadataValue', array($name)); return parent::unsetMetadataValue($name); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', array($name)); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', array()); return parent::getName(); } /** * {@inheritDoc} */ public function setDescription($description) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', array($description)); return parent::setDescription($description); } /** * {@inheritDoc} */ public function getDescription() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', array()); return parent::getDescription(); } /** * {@inheritDoc} */ public function setEnabled($enabled) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEnabled', array($enabled)); return parent::setEnabled($enabled); } /** * {@inheritDoc} */ public function getEnabled() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEnabled', array()); return parent::getEnabled(); } /** * {@inheritDoc} */ public function setProviderName($providerName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderName', array($providerName)); return parent::setProviderName($providerName); } /** * {@inheritDoc} */ public function getProviderName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderName', array()); return parent::getProviderName(); } /** * {@inheritDoc} */ public function setProviderStatus($providerStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderStatus', array($providerStatus)); return parent::setProviderStatus($providerStatus); } /** * {@inheritDoc} */ public function getProviderStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderStatus', array()); return parent::getProviderStatus(); } /** * {@inheritDoc} */ public function setProviderReference($providerReference) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderReference', array($providerReference)); return parent::setProviderReference($providerReference); } /** * {@inheritDoc} */ public function getProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderReference', array()); return parent::getProviderReference(); } /** * {@inheritDoc} */ public function setProviderMetadata(array $providerMetadata = array ( )) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderMetadata', array($providerMetadata)); return parent::setProviderMetadata($providerMetadata); } /** * {@inheritDoc} */ public function getProviderMetadata() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderMetadata', array()); return parent::getProviderMetadata(); } /** * {@inheritDoc} */ public function setWidth($width) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setWidth', array($width)); return parent::setWidth($width); } /** * {@inheritDoc} */ public function getWidth() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getWidth', array()); return parent::getWidth(); } /** * {@inheritDoc} */ public function setHeight($height) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHeight', array($height)); return parent::setHeight($height); } /** * {@inheritDoc} */ public function getHeight() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHeight', array()); return parent::getHeight(); } /** * {@inheritDoc} */ public function setLength($length) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLength', array($length)); return parent::setLength($length); } /** * {@inheritDoc} */ public function getLength() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLength', array()); return parent::getLength(); } /** * {@inheritDoc} */ public function setCopyright($copyright) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCopyright', array($copyright)); return parent::setCopyright($copyright); } /** * {@inheritDoc} */ public function getCopyright() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCopyright', array()); return parent::getCopyright(); } /** * {@inheritDoc} */ public function setAuthorName($authorName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAuthorName', array($authorName)); return parent::setAuthorName($authorName); } /** * {@inheritDoc} */ public function getAuthorName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAuthorName', array()); return parent::getAuthorName(); } /** * {@inheritDoc} */ public function setContext($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContext', array($context)); return parent::setContext($context); } /** * {@inheritDoc} */ public function getContext() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContext', array()); return parent::getContext(); } /** * {@inheritDoc} */ public function setCdnIsFlushable($cdnIsFlushable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnIsFlushable', array($cdnIsFlushable)); return parent::setCdnIsFlushable($cdnIsFlushable); } /** * {@inheritDoc} */ public function getCdnIsFlushable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnIsFlushable', array()); return parent::getCdnIsFlushable(); } /** * {@inheritDoc} */ public function setCdnFlushAt(\DateTime $cdnFlushAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushAt', array($cdnFlushAt)); return parent::setCdnFlushAt($cdnFlushAt); } /** * {@inheritDoc} */ public function getCdnFlushAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushAt', array()); return parent::getCdnFlushAt(); } /** * {@inheritDoc} */ public function setUpdatedAt(\DateTime $updatedAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', array($updatedAt)); return parent::setUpdatedAt($updatedAt); } /** * {@inheritDoc} */ public function getUpdatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', array()); return parent::getUpdatedAt(); } /** * {@inheritDoc} */ public function setCreatedAt(\DateTime $createdAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', array($createdAt)); return parent::setCreatedAt($createdAt); } /** * {@inheritDoc} */ public function getCreatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', array()); return parent::getCreatedAt(); } /** * {@inheritDoc} */ public function setContentType($contentType) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContentType', array($contentType)); return parent::setContentType($contentType); } /** * {@inheritDoc} */ public function getContentType() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContentType', array()); return parent::getContentType(); } /** * {@inheritDoc} */ public function getExtension() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getExtension', array()); return parent::getExtension(); } /** * {@inheritDoc} */ public function setSize($size) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSize', array($size)); return parent::setSize($size); } /** * {@inheritDoc} */ public function getSize() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSize', array()); return parent::getSize(); } /** * {@inheritDoc} */ public function setCdnStatus($cdnStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnStatus', array($cdnStatus)); return parent::setCdnStatus($cdnStatus); } /** * {@inheritDoc} */ public function getCdnStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnStatus', array()); return parent::getCdnStatus(); } /** * {@inheritDoc} */ public function getBox() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBox', array()); return parent::getBox(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', array()); return parent::__toString(); } /** * {@inheritDoc} */ public function setGalleryHasMedias($galleryHasMedias) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setGalleryHasMedias', array($galleryHasMedias)); return parent::setGalleryHasMedias($galleryHasMedias); } /** * {@inheritDoc} */ public function getGalleryHasMedias() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGalleryHasMedias', array()); return parent::getGalleryHasMedias(); } /** * {@inheritDoc} */ public function getPreviousProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPreviousProviderReference', array()); return parent::getPreviousProviderReference(); } /** * {@inheritDoc} */ public function isStatusErroneous(\Symfony\Component\Validator\ExecutionContextInterface $context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isStatusErroneous', array($context)); return parent::isStatusErroneous($context); } } ', 'parentDirectory' => '/home/emtrgco/public_html/releases/20200528214001/app/cache/prod/doctrine/orm/Proxies', 'tmpFileName' => '/home/emtrgco/public_html/releases/20200528214001/app/cache/prod/doctrine/orm/Proxies/__CG__SCAContentModelMedia.php.6606c3c2044ee9.99651709'))
  3. at file_put_contents ('/home/emtrgco/public_html/releases/20200528214001/app/cache/prod/doctrine/orm/Proxies/__CG__SCAContentModelMedia.php.6606c3c2044ee9.99651709', '<?php namespace Proxies\__CG__\SCA\Content\Model; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class Media extends \SCA\Content\Model\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\Persistence\Proxy::__setInitializer */ public $__initializer__; /** * @var \Closure the callback responsible of loading properties that need to be copied in the cloned object * * @see \Doctrine\Common\Persistence\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\Persistence\Proxy::__getLazyProperties */ public static $lazyPropertiesDefaults = array(); /** * @param \Closure $initializer * @param \Closure $cloner */ public function __construct($initializer = null, $cloner = null) { $this->__initializer__ = $initializer; $this->__cloner__ = $cloner; } /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return array('__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias'); } return array('__isInitialized__', 'id', 'name', 'description', 'enabled', 'providerName', 'providerStatus', 'providerReference', 'providerMetadata', 'width', 'height', 'length', 'copyright', 'authorName', 'context', 'cdnIsFlushable', 'cdnFlushAt', 'cdnStatus', 'updatedAt', 'createdAt', 'binaryContent', 'previousProviderReference', 'contentType', 'size', 'galleryHasMedias'); } /** * */ 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', array()); } /** * Forces initialization of the proxy */ public function __load() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', array()); } /** * {@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', array()); return parent::getId(); } /** * {@inheritDoc} */ public function prePersist() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'prePersist', array()); return parent::prePersist(); } /** * {@inheritDoc} */ public function preUpdate() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'preUpdate', array()); return parent::preUpdate(); } /** * {@inheritDoc} */ public function setBinaryContent($binaryContent) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBinaryContent', array($binaryContent)); return parent::setBinaryContent($binaryContent); } /** * {@inheritDoc} */ public function getBinaryContent() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBinaryContent', array()); return parent::getBinaryContent(); } /** * {@inheritDoc} */ public function getMetadataValue($name, $default = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getMetadataValue', array($name, $default)); return parent::getMetadataValue($name, $default); } /** * {@inheritDoc} */ public function setMetadataValue($name, $value) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setMetadataValue', array($name, $value)); return parent::setMetadataValue($name, $value); } /** * {@inheritDoc} */ public function unsetMetadataValue($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'unsetMetadataValue', array($name)); return parent::unsetMetadataValue($name); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', array($name)); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', array()); return parent::getName(); } /** * {@inheritDoc} */ public function setDescription($description) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', array($description)); return parent::setDescription($description); } /** * {@inheritDoc} */ public function getDescription() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', array()); return parent::getDescription(); } /** * {@inheritDoc} */ public function setEnabled($enabled) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEnabled', array($enabled)); return parent::setEnabled($enabled); } /** * {@inheritDoc} */ public function getEnabled() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEnabled', array()); return parent::getEnabled(); } /** * {@inheritDoc} */ public function setProviderName($providerName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderName', array($providerName)); return parent::setProviderName($providerName); } /** * {@inheritDoc} */ public function getProviderName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderName', array()); return parent::getProviderName(); } /** * {@inheritDoc} */ public function setProviderStatus($providerStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderStatus', array($providerStatus)); return parent::setProviderStatus($providerStatus); } /** * {@inheritDoc} */ public function getProviderStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderStatus', array()); return parent::getProviderStatus(); } /** * {@inheritDoc} */ public function setProviderReference($providerReference) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderReference', array($providerReference)); return parent::setProviderReference($providerReference); } /** * {@inheritDoc} */ public function getProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderReference', array()); return parent::getProviderReference(); } /** * {@inheritDoc} */ public function setProviderMetadata(array $providerMetadata = array ( )) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setProviderMetadata', array($providerMetadata)); return parent::setProviderMetadata($providerMetadata); } /** * {@inheritDoc} */ public function getProviderMetadata() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProviderMetadata', array()); return parent::getProviderMetadata(); } /** * {@inheritDoc} */ public function setWidth($width) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setWidth', array($width)); return parent::setWidth($width); } /** * {@inheritDoc} */ public function getWidth() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getWidth', array()); return parent::getWidth(); } /** * {@inheritDoc} */ public function setHeight($height) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHeight', array($height)); return parent::setHeight($height); } /** * {@inheritDoc} */ public function getHeight() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHeight', array()); return parent::getHeight(); } /** * {@inheritDoc} */ public function setLength($length) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLength', array($length)); return parent::setLength($length); } /** * {@inheritDoc} */ public function getLength() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLength', array()); return parent::getLength(); } /** * {@inheritDoc} */ public function setCopyright($copyright) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCopyright', array($copyright)); return parent::setCopyright($copyright); } /** * {@inheritDoc} */ public function getCopyright() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCopyright', array()); return parent::getCopyright(); } /** * {@inheritDoc} */ public function setAuthorName($authorName) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAuthorName', array($authorName)); return parent::setAuthorName($authorName); } /** * {@inheritDoc} */ public function getAuthorName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAuthorName', array()); return parent::getAuthorName(); } /** * {@inheritDoc} */ public function setContext($context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContext', array($context)); return parent::setContext($context); } /** * {@inheritDoc} */ public function getContext() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContext', array()); return parent::getContext(); } /** * {@inheritDoc} */ public function setCdnIsFlushable($cdnIsFlushable) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnIsFlushable', array($cdnIsFlushable)); return parent::setCdnIsFlushable($cdnIsFlushable); } /** * {@inheritDoc} */ public function getCdnIsFlushable() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnIsFlushable', array()); return parent::getCdnIsFlushable(); } /** * {@inheritDoc} */ public function setCdnFlushAt(\DateTime $cdnFlushAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnFlushAt', array($cdnFlushAt)); return parent::setCdnFlushAt($cdnFlushAt); } /** * {@inheritDoc} */ public function getCdnFlushAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnFlushAt', array()); return parent::getCdnFlushAt(); } /** * {@inheritDoc} */ public function setUpdatedAt(\DateTime $updatedAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', array($updatedAt)); return parent::setUpdatedAt($updatedAt); } /** * {@inheritDoc} */ public function getUpdatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', array()); return parent::getUpdatedAt(); } /** * {@inheritDoc} */ public function setCreatedAt(\DateTime $createdAt = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', array($createdAt)); return parent::setCreatedAt($createdAt); } /** * {@inheritDoc} */ public function getCreatedAt() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', array()); return parent::getCreatedAt(); } /** * {@inheritDoc} */ public function setContentType($contentType) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setContentType', array($contentType)); return parent::setContentType($contentType); } /** * {@inheritDoc} */ public function getContentType() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContentType', array()); return parent::getContentType(); } /** * {@inheritDoc} */ public function getExtension() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getExtension', array()); return parent::getExtension(); } /** * {@inheritDoc} */ public function setSize($size) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSize', array($size)); return parent::setSize($size); } /** * {@inheritDoc} */ public function getSize() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSize', array()); return parent::getSize(); } /** * {@inheritDoc} */ public function setCdnStatus($cdnStatus) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCdnStatus', array($cdnStatus)); return parent::setCdnStatus($cdnStatus); } /** * {@inheritDoc} */ public function getCdnStatus() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCdnStatus', array()); return parent::getCdnStatus(); } /** * {@inheritDoc} */ public function getBox() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBox', array()); return parent::getBox(); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', array()); return parent::__toString(); } /** * {@inheritDoc} */ public function setGalleryHasMedias($galleryHasMedias) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setGalleryHasMedias', array($galleryHasMedias)); return parent::setGalleryHasMedias($galleryHasMedias); } /** * {@inheritDoc} */ public function getGalleryHasMedias() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getGalleryHasMedias', array()); return parent::getGalleryHasMedias(); } /** * {@inheritDoc} */ public function getPreviousProviderReference() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPreviousProviderReference', array()); return parent::getPreviousProviderReference(); } /** * {@inheritDoc} */ public function isStatusErroneous(\Symfony\Component\Validator\ExecutionContextInterface $context) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isStatusErroneous', array($context)); return parent::isStatusErroneous($context); } } ')
    in vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php at line 304  +
  4. at ProxyGenerator ->generateProxyClass (object(ClassMetadata), '/home/emtrgco/public_html/releases/20200528214001/app/cache/prod/doctrine/orm/Proxies/__CG__SCAContentModelMedia.php')
    in vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php at line 220  +
  5. at AbstractProxyFactory ->getProxyDefinition ('SCA\Content\Model\Media')
    in vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php at line 119  +
  6. at AbstractProxyFactory ->getProxy ('SCA\Content\Model\Media', array('id' => '47091'))
    in vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php at line 2695  +
  7. at UnitOfWork ->createEntity ('SCA\Commerce\Model\Product', array('name' => 'Emergency First Aid at Work', 'slug' => 'emergency-first-aid-at-work-1', 'summary' => null, 'description' => '<p>The most booked course in our armoury! This one day actioned packed course is nonstop, full of everything you need to know in one day about first aid. If you need a one day first aid course that covers more than we can list (although we shall) then this is the one. Perfect for work, home and every day situations.&nbsp;</p> <p><span style="font-size:14px"><u><strong>Suitable for</strong></u></span></p> <p>The &ldquo;mini&rdquo; First Aid at Work course but with a turbo engine and only 6 hours to deliver it!</p> <p>As our most popular course you will learn everything you need to know (and a little more) to become an Emergency First Aider in your workplace.&nbsp; Although aimed at anyone, this course will ideally suit fitness instructors, sports coaches and those in small businesses of less than 25 employees.</p> <p><span style="font-size:14px"><u><strong>What&#39;s covered:</strong></u></span></p> <ul> <li>Emergency Actions</li> <li>Child, Baby &amp; Adult Basic Life Support (CPR)</li> <li>Child, Baby &amp; Adult Choking</li> <li>How to use a defib (AED)</li> <li>Head, Neck &amp; Back Injuries</li> <li>Unconsciousness &amp; Recovery Position</li> <li>Bleeding &amp; Burns</li> <li>Injuries to the Bones, Muscles &amp; Joints</li> <li>Seizures/Fitting</li> <li>First Aider Responsibilities</li> <li>Plus lots more!</li> </ul> <p><strong>All candidates must be 16yrs+ to complete this course.</strong></p> <p><u><strong><span style="font-size:14px"><span style="color:rgb(60, 72, 88)">Need to know</span></span></strong></u></p> <ul> <li>This course is HSE compliant</li> <li>Delegates receive our FREE Primary and Secondary Care Manual</li> <li>Each candidate will receive a certificate valid for 3 years</li> <li>Accreditation is with Emergency First Response&nbsp;</li> <li>Progress to the Full First Aid at Work qualification</li> </ul> <p><a href="https://emtrg.com/uploads/media/default/0001/48/1d9383450cceba1b3a8063d511720641b1d6d7ed.pdf" style="color: rgb(7, 130, 193); font-family: sans-serif, Arial, Verdana, &quot;Trebuchet MS&quot;; font-size: 13px; background-color: rgb(255, 255, 255);" target="_blank"><img alt="" src="/uploads/media/default/0001/48/7994494215541f74e84a136baf2c04446b29d68f.jpeg" style="border:none; cursor:default; height:50px; margin:1px; outline:rgb(7, 130, 193) solid 1px; padding:1px; width:50px" />Download our brochure here</a></p> <p><span style="font-size:14px"><u><strong>Further information about this qualification</strong></u></span></p> <p><span style="font-size:14px"><strong>Cost</strong>&nbsp;- </span><span style="color:rgb(51, 51, 51); font-size:13px">This course at your palce </span><span style="font-size:14px">&pound;700.00 per group of up to 12&nbsp;candidates</span></p> <p><span style="color:rgb(51, 51, 51); font-size:13px">If you are looking to book individuals only - <a href="https://ttclondon.co.uk/emergency-first-aid-at-work/" target="_blank">click here</a></span></p> <p><span style="font-size:14px"><strong>Course Delivery</strong>: This course is delivered over 6 hours face to face / Can be delivered as Blended 3hrs face to face</span></p> <p><span style="font-size:14px"><strong>Certification</strong>: Valid for 3 Years, certificated&nbsp;&nbsp;</span></p> <p><span style="font-size:14px"><strong>Accreditation</strong>: Emergency First Response</span></p> <p><span style="font-size:14px"><strong>Duration</strong>: This is a 1&nbsp;day face to face course</span></p> <p><span style="font-size:14px"><strong>Progression</strong>&nbsp;- First Aid at Work Level 3, Emergency First Response Instructor</span></p> <p>&ldquo;Very clear and well presented. Was easy to digest and learn new information&rdquo;. Will Padfield / Primary School Teacher.&nbsp;</p> <p><img alt="" src="/uploads/media/default/0001/48/bd80dbdf2c74efacc17f8108a6c2b13ef8c7bc25.jpeg" style="height:101px; width:186px" /></p> <p>&nbsp;</p> <p><img alt="" src="/uploads/media/default/0001/44/a3a8d87df3e0254492f07d252c6480f0bed2c497.jpeg" style="background-color:rgb(255, 255, 255); cursor:default; font-family:sans-serif,arial,verdana,trebuchet ms; height:250px; width:237px" /><img alt="" src="/uploads/media/default/0001/43/ced3edee6de2fffc89fe667e1b50e8dfc91ab551.png" style="background-color:rgb(255, 255, 255); cursor:default; font-family:sans-serif,arial,verdana,trebuchet ms; height:103px; width:300px" /></p>', 'published' => true, 'price' => '70000', 'postage' => '0', 'stock' => '0', 'position' => null, 'createdAt' => object(DateTime), 'updatedAt' => object(DateTime), 'id' => '19', 'category_id' => '3', 'poster_id' => '47091'), array('deferEagerLoad' => true, 'fetchAlias' => 'p', 'fetchMode' => array('SCA\Commerce\Model\Product' => array('category' => '2', 'poster' => '2'))))
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php at line 273  +
  8. at ObjectHydrator ->getEntity (array('name' => 'Emergency First Aid at Work', 'slug' => 'emergency-first-aid-at-work-1', 'summary' => null, 'description' => '<p>The most booked course in our armoury! This one day actioned packed course is nonstop, full of everything you need to know in one day about first aid. If you need a one day first aid course that covers more than we can list (although we shall) then this is the one. Perfect for work, home and every day situations.&nbsp;</p> <p><span style="font-size:14px"><u><strong>Suitable for</strong></u></span></p> <p>The &ldquo;mini&rdquo; First Aid at Work course but with a turbo engine and only 6 hours to deliver it!</p> <p>As our most popular course you will learn everything you need to know (and a little more) to become an Emergency First Aider in your workplace.&nbsp; Although aimed at anyone, this course will ideally suit fitness instructors, sports coaches and those in small businesses of less than 25 employees.</p> <p><span style="font-size:14px"><u><strong>What&#39;s covered:</strong></u></span></p> <ul> <li>Emergency Actions</li> <li>Child, Baby &amp; Adult Basic Life Support (CPR)</li> <li>Child, Baby &amp; Adult Choking</li> <li>How to use a defib (AED)</li> <li>Head, Neck &amp; Back Injuries</li> <li>Unconsciousness &amp; Recovery Position</li> <li>Bleeding &amp; Burns</li> <li>Injuries to the Bones, Muscles &amp; Joints</li> <li>Seizures/Fitting</li> <li>First Aider Responsibilities</li> <li>Plus lots more!</li> </ul> <p><strong>All candidates must be 16yrs+ to complete this course.</strong></p> <p><u><strong><span style="font-size:14px"><span style="color:rgb(60, 72, 88)">Need to know</span></span></strong></u></p> <ul> <li>This course is HSE compliant</li> <li>Delegates receive our FREE Primary and Secondary Care Manual</li> <li>Each candidate will receive a certificate valid for 3 years</li> <li>Accreditation is with Emergency First Response&nbsp;</li> <li>Progress to the Full First Aid at Work qualification</li> </ul> <p><a href="https://emtrg.com/uploads/media/default/0001/48/1d9383450cceba1b3a8063d511720641b1d6d7ed.pdf" style="color: rgb(7, 130, 193); font-family: sans-serif, Arial, Verdana, &quot;Trebuchet MS&quot;; font-size: 13px; background-color: rgb(255, 255, 255);" target="_blank"><img alt="" src="/uploads/media/default/0001/48/7994494215541f74e84a136baf2c04446b29d68f.jpeg" style="border:none; cursor:default; height:50px; margin:1px; outline:rgb(7, 130, 193) solid 1px; padding:1px; width:50px" />Download our brochure here</a></p> <p><span style="font-size:14px"><u><strong>Further information about this qualification</strong></u></span></p> <p><span style="font-size:14px"><strong>Cost</strong>&nbsp;- </span><span style="color:rgb(51, 51, 51); font-size:13px">This course at your palce </span><span style="font-size:14px">&pound;700.00 per group of up to 12&nbsp;candidates</span></p> <p><span style="color:rgb(51, 51, 51); font-size:13px">If you are looking to book individuals only - <a href="https://ttclondon.co.uk/emergency-first-aid-at-work/" target="_blank">click here</a></span></p> <p><span style="font-size:14px"><strong>Course Delivery</strong>: This course is delivered over 6 hours face to face / Can be delivered as Blended 3hrs face to face</span></p> <p><span style="font-size:14px"><strong>Certification</strong>: Valid for 3 Years, certificated&nbsp;&nbsp;</span></p> <p><span style="font-size:14px"><strong>Accreditation</strong>: Emergency First Response</span></p> <p><span style="font-size:14px"><strong>Duration</strong>: This is a 1&nbsp;day face to face course</span></p> <p><span style="font-size:14px"><strong>Progression</strong>&nbsp;- First Aid at Work Level 3, Emergency First Response Instructor</span></p> <p>&ldquo;Very clear and well presented. Was easy to digest and learn new information&rdquo;. Will Padfield / Primary School Teacher.&nbsp;</p> <p><img alt="" src="/uploads/media/default/0001/48/bd80dbdf2c74efacc17f8108a6c2b13ef8c7bc25.jpeg" style="height:101px; width:186px" /></p> <p>&nbsp;</p> <p><img alt="" src="/uploads/media/default/0001/44/a3a8d87df3e0254492f07d252c6480f0bed2c497.jpeg" style="background-color:rgb(255, 255, 255); cursor:default; font-family:sans-serif,arial,verdana,trebuchet ms; height:250px; width:237px" /><img alt="" src="/uploads/media/default/0001/43/ced3edee6de2fffc89fe667e1b50e8dfc91ab551.png" style="background-color:rgb(255, 255, 255); cursor:default; font-family:sans-serif,arial,verdana,trebuchet ms; height:103px; width:300px" /></p>', 'published' => true, 'price' => '70000', 'postage' => '0', 'stock' => '0', 'position' => null, 'createdAt' => object(DateTime), 'updatedAt' => object(DateTime), 'id' => '19', 'category_id' => '3', 'poster_id' => '47091'), 'p')
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php at line 491  +
  9. at ObjectHydrator ->hydrateRowData (array('name_0' => 'Emergency First Aid at Work', 'slug_1' => 'emergency-first-aid-at-work-1', 'summary_2' => null, 'description_3' => '<p>The most booked course in our armoury! This one day actioned packed course is nonstop, full of everything you need to know in one day about first aid. If you need a one day first aid course that covers more than we can list (although we shall) then this is the one. Perfect for work, home and every day situations.&nbsp;</p> <p><span style="font-size:14px"><u><strong>Suitable for</strong></u></span></p> <p>The &ldquo;mini&rdquo; First Aid at Work course but with a turbo engine and only 6 hours to deliver it!</p> <p>As our most popular course you will learn everything you need to know (and a little more) to become an Emergency First Aider in your workplace.&nbsp; Although aimed at anyone, this course will ideally suit fitness instructors, sports coaches and those in small businesses of less than 25 employees.</p> <p><span style="font-size:14px"><u><strong>What&#39;s covered:</strong></u></span></p> <ul> <li>Emergency Actions</li> <li>Child, Baby &amp; Adult Basic Life Support (CPR)</li> <li>Child, Baby &amp; Adult Choking</li> <li>How to use a defib (AED)</li> <li>Head, Neck &amp; Back Injuries</li> <li>Unconsciousness &amp; Recovery Position</li> <li>Bleeding &amp; Burns</li> <li>Injuries to the Bones, Muscles &amp; Joints</li> <li>Seizures/Fitting</li> <li>First Aider Responsibilities</li> <li>Plus lots more!</li> </ul> <p><strong>All candidates must be 16yrs+ to complete this course.</strong></p> <p><u><strong><span style="font-size:14px"><span style="color:rgb(60, 72, 88)">Need to know</span></span></strong></u></p> <ul> <li>This course is HSE compliant</li> <li>Delegates receive our FREE Primary and Secondary Care Manual</li> <li>Each candidate will receive a certificate valid for 3 years</li> <li>Accreditation is with Emergency First Response&nbsp;</li> <li>Progress to the Full First Aid at Work qualification</li> </ul> <p><a href="https://emtrg.com/uploads/media/default/0001/48/1d9383450cceba1b3a8063d511720641b1d6d7ed.pdf" style="color: rgb(7, 130, 193); font-family: sans-serif, Arial, Verdana, &quot;Trebuchet MS&quot;; font-size: 13px; background-color: rgb(255, 255, 255);" target="_blank"><img alt="" src="/uploads/media/default/0001/48/7994494215541f74e84a136baf2c04446b29d68f.jpeg" style="border:none; cursor:default; height:50px; margin:1px; outline:rgb(7, 130, 193) solid 1px; padding:1px; width:50px" />Download our brochure here</a></p> <p><span style="font-size:14px"><u><strong>Further information about this qualification</strong></u></span></p> <p><span style="font-size:14px"><strong>Cost</strong>&nbsp;- </span><span style="color:rgb(51, 51, 51); font-size:13px">This course at your palce </span><span style="font-size:14px">&pound;700.00 per group of up to 12&nbsp;candidates</span></p> <p><span style="color:rgb(51, 51, 51); font-size:13px">If you are looking to book individuals only - <a href="https://ttclondon.co.uk/emergency-first-aid-at-work/" target="_blank">click here</a></span></p> <p><span style="font-size:14px"><strong>Course Delivery</strong>: This course is delivered over 6 hours face to face / Can be delivered as Blended 3hrs face to face</span></p> <p><span style="font-size:14px"><strong>Certification</strong>: Valid for 3 Years, certificated&nbsp;&nbsp;</span></p> <p><span style="font-size:14px"><strong>Accreditation</strong>: Emergency First Response</span></p> <p><span style="font-size:14px"><strong>Duration</strong>: This is a 1&nbsp;day face to face course</span></p> <p><span style="font-size:14px"><strong>Progression</strong>&nbsp;- First Aid at Work Level 3, Emergency First Response Instructor</span></p> <p>&ldquo;Very clear and well presented. Was easy to digest and learn new information&rdquo;. Will Padfield / Primary School Teacher.&nbsp;</p> <p><img alt="" src="/uploads/media/default/0001/48/bd80dbdf2c74efacc17f8108a6c2b13ef8c7bc25.jpeg" style="height:101px; width:186px" /></p> <p>&nbsp;</p> <p><img alt="" src="/uploads/media/default/0001/44/a3a8d87df3e0254492f07d252c6480f0bed2c497.jpeg" style="background-color:rgb(255, 255, 255); cursor:default; font-family:sans-serif,arial,verdana,trebuchet ms; height:250px; width:237px" /><img alt="" src="/uploads/media/default/0001/43/ced3edee6de2fffc89fe667e1b50e8dfc91ab551.png" style="background-color:rgb(255, 255, 255); cursor:default; font-family:sans-serif,arial,verdana,trebuchet ms; height:103px; width:300px" /></p>', 'published_4' => '1', 'price_5' => '70000', 'postage_6' => '0', 'stock_7' => '0', 'position_8' => null, 'created_at_9' => '0000-00-00 00:00:00', 'updated_at_10' => '2023-01-09 09:22:22', 'id_11' => '19', 'category_id_12' => '3', 'poster_id_13' => '47091'), array())
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php at line 165  +
  10. at ObjectHydrator ->hydrateAllData ()
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 147  +
  11. at AbstractHydrator ->hydrateAll (object(PDOStatement), object(ResultSetMapping), array())
    in vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php at line 978  +
  12. at AbstractQuery ->executeIgnoreQueryCache (null, '1')
    in vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php at line 924  +
  13. at AbstractQuery ->execute (null, '1')
    in vendor/doctrine/orm/lib/Doctrine/ORM/AbstractQuery.php at line 727  +
  14. at AbstractQuery ->getResult ()
    in src/SCA/Commerce/Model/ProductRepository.php at line 61  +
  15. at ProductRepository ->findAllPublishedByCategory (object(Category))
    in src/AppBundle/Controller/ProductController.php at line 43  +
  16. at ProductController ->indexAction ('first-aid-training')
  17. at call_user_func_array (array(object(ProductController), 'indexAction'), array('first-aid-training'))
    in app/bootstrap.php.cache at line 3156  +
  18. at HttpKernel ->handleRaw (object(Request), '1')
    in app/bootstrap.php.cache at line 3115  +
  19. at HttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 3269  +
  20. at ContainerAwareHttpKernel ->handle (object(Request), '1', true)
    in app/bootstrap.php.cache at line 2480  +
  21. at Kernel ->handle (object(Request), '1', true)
    in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php at line 491  +
  22. at HttpCache ->forward (object(Request), true, null)
    in vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php at line 60  +
  23. at HttpCache ->forward (object(Request), true)
    in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php at line 448  +
  24. at HttpCache ->fetch (object(Request), true)
    in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php at line 344  +
  25. at HttpCache ->lookup (object(Request), true)
    in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php at line 210  +
  26. at HttpCache ->handle (object(Request))
    in web/app.php at line 27  +

Logs  -

Stack Trace (Plain Text)  +