( ! ) Fatal error: require(): Failed opening required '/var/www/var/cache/prod/doctrine/orm/Proxies/__CG__CPCreapBundleEntityPage.php' (include_path='.:/opt/php72/lib/php') in /var/www/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php on line 223
Call Stack
#TimeMemoryFunctionLocation
10.0000408480{main}( ).../app.php:0
20.0007527512Symfony\Component\HttpKernel\Kernel->handle( $request = class Symfony\Component\HttpFoundation\Request { public $attributes = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $query = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $server = class Symfony\Component\HttpFoundation\ServerBag { protected $parameters = [...] }; public $files = class Symfony\Component\HttpFoundation\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $headers = class Symfony\Component\HttpFoundation\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = '/dalsi-sluzby/diagnostika-vozidel'; protected $requestUri = '/dalsi-sluzby/diagnostika-vozidel'; protected $baseUrl = ''; protected $basePath = NULL; protected $method = 'GET'; protected $format = NULL; protected $session = class Symfony\Component\HttpFoundation\Session\Session { protected $storage = class Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage { ... }; private $flashName = 'flashes'; private $attributeName = 'attributes'; private $data = [...]; private $hasBeenStarted = NULL }; protected $locale = 'cs'; protected $defaultLocale = 'cs'; private $isHostValid = TRUE; private $isForwardedValid = TRUE }, $type = ???, $catch = ??? ).../app.php:29
30.0020932104Symfony\Component\HttpKernel\HttpKernel->handle( $request = class Symfony\Component\HttpFoundation\Request { public $attributes = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $query = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $server = class Symfony\Component\HttpFoundation\ServerBag { protected $parameters = [...] }; public $files = class Symfony\Component\HttpFoundation\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $headers = class Symfony\Component\HttpFoundation\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = '/dalsi-sluzby/diagnostika-vozidel'; protected $requestUri = '/dalsi-sluzby/diagnostika-vozidel'; protected $baseUrl = ''; protected $basePath = NULL; protected $method = 'GET'; protected $format = NULL; protected $session = class Symfony\Component\HttpFoundation\Session\Session { protected $storage = class Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage { ... }; private $flashName = 'flashes'; private $attributeName = 'attributes'; private $data = [...]; private $hasBeenStarted = NULL }; protected $locale = 'cs'; protected $defaultLocale = 'cs'; private $isHostValid = TRUE; private $isForwardedValid = TRUE }, $type = 1, $catch = TRUE ).../Kernel.php:202
40.0020932520Symfony\Component\HttpKernel\HttpKernel->handleRaw( $request = class Symfony\Component\HttpFoundation\Request { public $attributes = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $request = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $query = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $server = class Symfony\Component\HttpFoundation\ServerBag { protected $parameters = [...] }; public $files = class Symfony\Component\HttpFoundation\FileBag { protected $parameters = [...] }; public $cookies = class Symfony\Component\HttpFoundation\ParameterBag { protected $parameters = [...] }; public $headers = class Symfony\Component\HttpFoundation\HeaderBag { protected $headers = [...]; protected $cacheControl = [...] }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $encodings = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = '/dalsi-sluzby/diagnostika-vozidel'; protected $requestUri = '/dalsi-sluzby/diagnostika-vozidel'; protected $baseUrl = ''; protected $basePath = NULL; protected $method = 'GET'; protected $format = NULL; protected $session = class Symfony\Component\HttpFoundation\Session\Session { protected $storage = class Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage { ... }; private $flashName = 'flashes'; private $attributeName = 'attributes'; private $data = [...]; private $hasBeenStarted = NULL }; protected $locale = 'cs'; protected $defaultLocale = 'cs'; private $isHostValid = TRUE; private $isForwardedValid = TRUE }, $type = 1 ).../HttpKernel.php:68
50.01152533112CP\CreapBundle\Controller\Routing\DatabasePageController->dynamicPageAction( $route = 'dalsi-sluzby/diagnostika-vozidel' ).../HttpKernel.php:151
60.05643114128Doctrine\ORM\EntityRepository->findOneBy( $criteria = ['slug' => 'diagnostika-vozidel', 'enabled' => TRUE], $orderBy = ??? ).../DatabasePageController.php:17
70.05653126640Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load( $criteria = ['slug' => 'diagnostika-vozidel', 'enabled' => TRUE], $entity = NULL, $assoc = NULL, $hints = [], $lockMode = NULL, $limit = 1, $orderBy = NULL ).../EntityRepository.php:196
80.07053254184Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll( $stmt = class Doctrine\DBAL\Driver\PDOStatement { public $queryString = 'SELECT t0.id AS id_1, t0.enabled AS enabled_2, t0.is_homepage AS is_homepage_3, t0.image AS image_4, t0.title AS title_5, t0.slug AS slug_6, t0.template AS template_7, t0.parameters AS parameters_8, t0.text AS text_9, t0.seo_description AS seo_description_10, t0.seo_kewords AS seo_kewords_11, t0.og_title AS og_title_12, t0.og_description AS og_description_13, t0.og_image AS og_image_14, t0.lft AS lft_15, t0.lvl AS lvl_16, t0.rgt AS rgt_17, t0.root_id AS root_id_18, t0.parent_id AS parent_id_19 FROM page t0 '... }, $resultSetMapping = class Doctrine\ORM\Query\ResultSetMapping { public $isMixed = FALSE; public $isSelect = TRUE; public $aliasMap = ['r' => 'CP\\CreapBundle\\Entity\\Page']; public $relationMap = []; public $parentAliasMap = []; public $fieldMappings = ['id_1' => 'id', 'enabled_2' => 'enabled', 'is_homepage_3' => 'isHomepage', 'image_4' => 'image', 'title_5' => 'title', 'slug_6' => 'slug', 'template_7' => 'template', 'parameters_8' => 'parameters', 'text_9' => 'text', 'seo_description_10' => 'seoDescription', 'seo_kewords_11' => 'seoKeywords', 'og_title_12' => 'ogTitle', 'og_description_13' => 'ogDescription', 'og_image_14' => 'ogImage', 'lft_15' => 'lft', 'lvl_16' => 'lvl', 'rgt_17' => 'rgt']; public $scalarMappings = []; public $typeMappings = ['root_id_18' => 'integer', 'parent_id_19' => 'integer']; public $entityMappings = ['r' => NULL]; public $metaMappings = ['root_id_18' => 'root_id', 'parent_id_19' => 'parent_id']; public $columnOwnerMap = ['id_1' => 'r', 'enabled_2' => 'r', 'is_homepage_3' => 'r', 'image_4' => 'r', 'title_5' => 'r', 'slug_6' => 'r', 'template_7' => 'r', 'parameters_8' => 'r', 'text_9' => 'r', 'seo_description_10' => 'r', 'seo_kewords_11' => 'r', 'og_title_12' => 'r', 'og_description_13' => 'r', 'og_image_14' => 'r', 'lft_15' => 'r', 'lvl_16' => 'r', 'rgt_17' => 'r', 'root_id_18' => 'r', 'parent_id_19' => 'r']; public $discriminatorColumns = []; public $indexByMap = []; public $declaringClasses = ['id_1' => 'CP\\CreapBundle\\Entity\\Page', 'enabled_2' => 'CP\\CreapBundle\\Entity\\Page', 'is_homepage_3' => 'CP\\CreapBundle\\Entity\\Page', 'image_4' => 'CP\\CreapBundle\\Entity\\Page', 'title_5' => 'CP\\CreapBundle\\Entity\\Page', 'slug_6' => 'CP\\CreapBundle\\Entity\\Page', 'template_7' => 'CP\\CreapBundle\\Entity\\Page', 'parameters_8' => 'CP\\CreapBundle\\Entity\\Page', 'text_9' => 'CP\\CreapBundle\\Entity\\Page', 'seo_description_10' => 'CP\\CreapBundle\\Entity\\Page', 'seo_kewords_11' => 'CP\\CreapBundle\\Entity\\Page', 'og_title_12' => 'CP\\CreapBundle\\Entity\\Page', 'og_description_13' => 'CP\\CreapBundle\\Entity\\Page', 'og_image_14' => 'CP\\CreapBundle\\Entity\\Page', 'lft_15' => 'CP\\CreapBundle\\Entity\\Page', 'lvl_16' => 'CP\\CreapBundle\\Entity\\Page', 'rgt_17' => 'CP\\CreapBundle\\Entity\\Page']; public $isIdentifierColumn = []; public $newObjectMappings = []; public $metadataParameterMapping = []; public $discriminatorParameters = [] }, $hints = [] ).../BasicEntityPersister.php:741
90.07063255536Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData( ).../AbstractHydrator.php:152
100.07063258920Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData( $sqlResult = ['id_1' => '6', 'enabled_2' => '1', 'is_homepage_3' => '0', 'image_4' => '', 'title_5' => 'Diagnostika vozidel', 'slug_6' => 'diagnostika-vozidel', 'template_7' => '/text.html.twig', 'parameters_8' => '[]', 'text_9' => '<p>&nbsp;</p>\r\n\r\n<p>&nbsp; &nbsp; &nbsp; Neprovádíme pouze vyčtení paměti závad z řídící jednotky, ale měříme veškeré hodnoty vstupů a výstupů ř.j. &nbsp;za plného provozu vozidla! Tímto lze detekovat závadu&nbsp;nebo nesoulad měřených hodnot&nbsp; přestože ř.j. žádnou chybu zrovna nehlásí.&nbsp;</p>\r\n\r\n<p>&nbsp; &nbsp; &nbsp;Mnohokrát jsme přišli na závady díky znalostem problematiky spalovacích motorů, našemu profesionálnímu přístupu a vybavení, kde nepostradat'..., 'seo_description_10' => NULL, 'seo_kewords_11' => NULL, 'og_title_12' => NULL, 'og_description_13' => NULL, 'og_image_14' => '', 'lft_15' => '2', 'lvl_16' => '1', 'rgt_17' => '3', 'root_id_18' => '5', 'parent_id_19' => '5'], $result = [] ).../SimpleObjectHydrator.php:68
110.07083268792Doctrine\ORM\UnitOfWork->createEntity( $className = 'CP\\CreapBundle\\Entity\\Page', $data = ['id' => 6, 'enabled' => TRUE, 'isHomepage' => FALSE, 'image' => '', 'title' => 'Diagnostika vozidel', 'slug' => 'diagnostika-vozidel', 'template' => '/text.html.twig', 'parameters' => [], 'text' => '<p>&nbsp;</p>\r\n\r\n<p>&nbsp; &nbsp; &nbsp; Neprovádíme pouze vyčtení paměti závad z řídící jednotky, ale měříme veškeré hodnoty vstupů a výstupů ř.j. &nbsp;za plného provozu vozidla! Tímto lze detekovat závadu&nbsp;nebo nesoulad měřených hodnot&nbsp; přestože ř.j. žádnou chybu zrovna nehlásí.&nbsp;</p>\r\n\r\n<p>&nbsp; &nbsp; &nbsp;Mnohokrát jsme přišli na závady díky znalostem problematiky spalovacích motorů, našemu profesionálnímu přístupu a vybavení, kde nepostradat'..., 'seoDescription' => NULL, 'seoKeywords' => NULL, 'ogTitle' => NULL, 'ogDescription' => NULL, 'ogImage' => '', 'lft' => 2, 'lvl' => 1, 'rgt' => 3, 'root_id' => 5, 'parent_id' => 5], $hints = ['fetchMode' => ['CP\CreapBundle\Entity\Page' => [...]]] ).../SimpleObjectHydrator.php:146
120.07093275000Doctrine\Common\Proxy\AbstractProxyFactory->getProxy( $className = 'CP\\CreapBundle\\Entity\\Page', $identifier = ['id' => 5] ).../UnitOfWork.php:2789
130.07093275000Doctrine\Common\Proxy\AbstractProxyFactory->getProxyDefinition( $className = 'CP\\CreapBundle\\Entity\\Page' ).../AbstractProxyFactory.php:133
Motorchip | Motorchip.eu