Exceptions

Exception detected!

Warning: file_put_contents(/var/www/html/app/cache/dev/doctrine/orm/Proxies/__CG__DemoBakeryMainBundleEntityContinent.php.69d25663ae1624.16259260): 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 307  -
    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(/var/www/html/app/cache/dev/doctrine/orm/Proxies/__CG__DemoBakeryMainBundleEntityContinent.php.69d25663ae1624.16259260): failed to open stream: No space left on device', '/var/www/html/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php', '307', array('class' => object(ClassMetadata), 'fileName' => '/var/www/html/app/cache/dev/doctrine/orm/Proxies/__CG__DemoBakeryMainBundleEntityContinent.php', 'placeholderMatches' => array('' => 'namespace', '' => 'proxyShortClassName', '' => 'className', '' => 'baseProxyInterface', '' => 'lazyPropertiesDefaults', '' => 'additionalProperties', '' => 'constructorImpl', '' => 'magicGet', '' => 'magicSet', '' => 'magicIsset', '' => 'sleepImpl', '' => 'wakeupImpl', '' => 'cloneImpl', '' => 'methods'), 'placeholders' => array('' => 'Proxies\__CG__\DemoBakery\MainBundle\Entity', '' => 'Continent', '' => 'DemoBakery\MainBundle\Entity\Continent', '' => 'Doctrine\ORM\Proxy\Proxy', '' => '', '' => '', '' => ' /** * @param \Closure $initializer * @param \Closure $cloner */ public function __construct($initializer = null, $cloner = null) { $this->__initializer__ = $initializer; $this->__cloner__ = $cloner; }', '' => '', '' => '', '' => '', '' => ' /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'id', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'name', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'active', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'createdAt', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'cities', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'totalCities']; } return ['__isInitialized__', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'id', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'name', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'active', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'createdAt', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'cities', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'totalCities']; }', '' => ' /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (Continent $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 getTotalCities() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTotalCities', []); return parent::getTotalCities(); } /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); return parent::getId(); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); return parent::getName(); } /** * {@inheritDoc} */ public function setActive($active) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setActive', [$active]); return parent::setActive($active); } /** * {@inheritDoc} */ public function getActive() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getActive', []); return parent::getActive(); } /** * {@inheritDoc} */ public function setCreatedAt($createdAt) { $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 __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function addCity(\DemoBakery\MainBundle\Entity\City $city) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addCity', [$city]); return parent::addCity($city); } /** * {@inheritDoc} */ public function removeCity(\DemoBakery\MainBundle\Entity\City $city) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeCity', [$city]); return parent::removeCity($city); } /** * {@inheritDoc} */ public function getCities() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCities', []); return parent::getCities(); } '), 'name' => 'methods', 'placeholder' => ' /** * {@inheritDoc} */ public function getTotalCities() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTotalCities', []); return parent::getTotalCities(); } /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); return parent::getId(); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); return parent::getName(); } /** * {@inheritDoc} */ public function setActive($active) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setActive', [$active]); return parent::setActive($active); } /** * {@inheritDoc} */ public function getActive() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getActive', []); return parent::getActive(); } /** * {@inheritDoc} */ public function setCreatedAt($createdAt) { $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 __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function addCity(\DemoBakery\MainBundle\Entity\City $city) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addCity', [$city]); return parent::addCity($city); } /** * {@inheritDoc} */ public function removeCity(\DemoBakery\MainBundle\Entity\City $city) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeCity', [$city]); return parent::removeCity($city); } /** * {@inheritDoc} */ public function getCities() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCities', []); return parent::getCities(); } ', 'proxyCode' => '<?php namespace Proxies\__CG__\DemoBakery\MainBundle\Entity; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class Continent extends \DemoBakery\MainBundle\Entity\Continent 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 = []; /** * @param \Closure $initializer * @param \Closure $cloner */ public function __construct($initializer = null, $cloner = null) { $this->__initializer__ = $initializer; $this->__cloner__ = $cloner; } /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'id', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'name', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'active', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'createdAt', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'cities', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'totalCities']; } return ['__isInitialized__', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'id', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'name', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'active', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'createdAt', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'cities', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'totalCities']; } /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (Continent $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 getTotalCities() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTotalCities', []); return parent::getTotalCities(); } /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); return parent::getId(); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); return parent::getName(); } /** * {@inheritDoc} */ public function setActive($active) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setActive', [$active]); return parent::setActive($active); } /** * {@inheritDoc} */ public function getActive() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getActive', []); return parent::getActive(); } /** * {@inheritDoc} */ public function setCreatedAt($createdAt) { $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 __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function addCity(\DemoBakery\MainBundle\Entity\City $city) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addCity', [$city]); return parent::addCity($city); } /** * {@inheritDoc} */ public function removeCity(\DemoBakery\MainBundle\Entity\City $city) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeCity', [$city]); return parent::removeCity($city); } /** * {@inheritDoc} */ public function getCities() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCities', []); return parent::getCities(); } } ', 'parentDirectory' => '/var/www/html/app/cache/dev/doctrine/orm/Proxies', 'tmpFileName' => '/var/www/html/app/cache/dev/doctrine/orm/Proxies/__CG__DemoBakeryMainBundleEntityContinent.php.69d25663ae1624.16259260'))
  3. at file_put_contents ('/var/www/html/app/cache/dev/doctrine/orm/Proxies/__CG__DemoBakeryMainBundleEntityContinent.php.69d25663ae1624.16259260', '<?php namespace Proxies\__CG__\DemoBakery\MainBundle\Entity; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class Continent extends \DemoBakery\MainBundle\Entity\Continent 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 = []; /** * @param \Closure $initializer * @param \Closure $cloner */ public function __construct($initializer = null, $cloner = null) { $this->__initializer__ = $initializer; $this->__cloner__ = $cloner; } /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'id', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'name', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'active', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'createdAt', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'cities', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'totalCities']; } return ['__isInitialized__', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'id', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'name', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'active', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'createdAt', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'cities', '' . "\0" . 'DemoBakery\\MainBundle\\Entity\\Continent' . "\0" . 'totalCities']; } /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (Continent $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 getTotalCities() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTotalCities', []); return parent::getTotalCities(); } /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); return parent::getId(); } /** * {@inheritDoc} */ public function setName($name) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); return parent::setName($name); } /** * {@inheritDoc} */ public function getName() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); return parent::getName(); } /** * {@inheritDoc} */ public function setActive($active) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setActive', [$active]); return parent::setActive($active); } /** * {@inheritDoc} */ public function getActive() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getActive', []); return parent::getActive(); } /** * {@inheritDoc} */ public function setCreatedAt($createdAt) { $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 __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function addCity(\DemoBakery\MainBundle\Entity\City $city) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addCity', [$city]); return parent::addCity($city); } /** * {@inheritDoc} */ public function removeCity(\DemoBakery\MainBundle\Entity\City $city) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeCity', [$city]); return parent::removeCity($city); } /** * {@inheritDoc} */ public function getCities() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCities', []); return parent::getCities(); } } ')
    in vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php at line 307  +
  4. at ProxyGenerator ->generateProxyClass (object(ClassMetadata), '/var/www/html/app/cache/dev/doctrine/orm/Proxies/__CG__DemoBakeryMainBundleEntityContinent.php')
    in vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php at line 234  +
  5. at AbstractProxyFactory ->getProxyDefinition ('DemoBakery\MainBundle\Entity\Continent')
    in vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php at line 133  +
  6. at AbstractProxyFactory ->getProxy ('DemoBakery\MainBundle\Entity\Continent', array('id' => '2'))
    in vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php at line 2707  +
  7. at UnitOfWork ->createEntity ('DemoBakery\MainBundle\Entity\City', array('id' => '35', 'published' => true, 'metaTitle' => 'Switzerland', 'metaDescription' => 'Switzerland', 'name' => 'switzerland', 'domains' => 'www.360stories.com', 'slug' => 'Switzerland', 'lat' => '46.927481', 'lng' => '7.483355', 'mapZoomLevel' => '14', 'address' => '', 'phoneNumber' => '', 'email' => '', 'lonelyPlanetId' => null, 'landingImage1' => '1582640823a7ea74a661991a465862c110888e1ac5.jpeg', 'landingImage2' => null, 'landingImage3' => null, 'landingImage4' => null, 'landingImage5' => '15826408235749b3292a64964c1d7a425256f49bd6.jpeg', 'landingImage6' => null, 'landingImage7' => null, 'vrImage' => '15826408239c8d33fa7ba8ff3cef92ac2499e847b8.jpeg', 'polyImage' => '1708624743eb6e82c79d8c5e1645420f78c5414554.jpeg', 'vrIcon' => '1582641194aaa84b5518d44cca8ded088caa7652c8.png', 'vrMapIconX' => '920', 'vrMapIconY' => '690', 'airportCode' => null, 'airportName' => null, 'position' => '31', 'point_id' => null, 'weather_id' => null, 'continent_id' => '2', 'voice_configuration_id' => '8', 'country_id' => null), array('fetchMode' => array('DemoBakery\MainBundle\Entity\City' => array('continent' => '2'))))
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php at line 147  +
  8. at SimpleObjectHydrator ->hydrateRowData (array('id_1' => '35', 'published_2' => '1', 'meta_title_3' => 'Switzerland', 'meta_description_4' => 'Switzerland', 'name_5' => 'switzerland', 'domains_6' => 'www.360stories.com', 'slug_7' => 'Switzerland', 'lat_8' => '46.927481', 'lng_9' => '7.483355', 'map_zoom_level_10' => '14', 'address_11' => '', 'phone_number_12' => '', 'email_13' => '', 'lonely_planet_id_14' => null, 'landing_image1_15' => '1582640823a7ea74a661991a465862c110888e1ac5.jpeg', 'landing_image2_16' => null, 'landing_image3_17' => null, 'landing_image4_18' => null, 'landing_image5_19' => '15826408235749b3292a64964c1d7a425256f49bd6.jpeg', 'landing_image6_20' => null, 'landing_image7_21' => null, 'vr_image_22' => '15826408239c8d33fa7ba8ff3cef92ac2499e847b8.jpeg', 'poly_image_23' => '1708624743eb6e82c79d8c5e1645420f78c5414554.jpeg', 'vr_icon_24' => '1582641194aaa84b5518d44cca8ded088caa7652c8.png', 'vr_map_icon_x_25' => '920', 'vr_map_icon_y_26' => '690', 'airport_code_27' => null, 'airport_name_28' => null, 'position_29' => '31', 'point_id_30' => null, 'weather_id_31' => null, 'continent_id_32' => '2', 'voice_configuration_id_33' => '8', 'country_id_34' => null), array())
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php at line 69  +
  9. at SimpleObjectHydrator ->hydrateAllData ()
    in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php at line 150  +
  10. at AbstractHydrator ->hydrateAll (object(PDOStatement), object(ResultSetMapping), array())
    in vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php at line 720  +
  11. at BasicEntityPersister ->load (array('name' => 'switzerland'), null, null, array(), null, '1', null)
    in vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php at line 196  +
  12. at EntityRepository ->findOneBy (array('name' => 'switzerland'))
    in src/DemoBakery/MainV2Bundle/Controller/ViewerController.php at line 28  +
  13. at ViewerController ->placeAction ('switzerland', 'Flumserberg')
    in app/bootstrap.php.cache at line 3275  +
  14. at HttpKernel ->handleRaw (object(Request), '1')
    in app/bootstrap.php.cache at line 3234  +
  15. at HttpKernel ->handle (object(Request), '1', true)
    in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php at line 67  +
  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_dev.php at line 31  +

Stack Trace (Plain Text)  +