Exceptions
Exceptions 3
Twig\Error\ RuntimeError
Template->displayBlock('ezimage_field', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field')), true)
in
vendor/twig/twig/src/Template.php
(line 254)
Template->renderBlock('ezimage_field', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field')))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php
(line 180)
if (!$this->baseTemplate->hasBlock($blockName, $context, $blocks)) {
throw new MissingFieldBlockException("Cannot find '$blockName' template block.");
}
return $this->baseTemplate->renderBlock($blockName, $context, $blocks);
}
public function renderFieldDefinitionView(FieldDefinition $fieldDefinition, array $params = [])
{
return $this->renderFieldDefinition($fieldDefinition, $params, self::VIEW);
FieldBlockRenderer->renderContentField(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()), 1)
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php
(line 138)
return $b['priority'] - $a['priority'];
}
public function renderContentFieldView(Field $field, $fieldTypeIdentifier, array $params = [])
{
return $this->renderContentField($field, $fieldTypeIdentifier, $params, self::VIEW);
}
public function renderContentFieldEdit(Field $field, $fieldTypeIdentifier, array $params = [])
{
return $this->renderContentField($field, $fieldTypeIdentifier, $params, self::EDIT);
FieldBlockRenderer->renderContentFieldView(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()))
in
var/cache/dev/ContainerXos7vnb/FieldBlockRenderer_47ffb65.php
(line 76)
public function renderContentFieldView(\eZ\Publish\API\Repository\Values\Content\Field $field, $fieldTypeIdentifier, array $params = [])
{
$this->initializeraa1bb && ($this->initializeraa1bb->__invoke($valueHoldere39e4, $this, 'renderContentFieldView', array('field' => $field, 'fieldTypeIdentifier' => $fieldTypeIdentifier, 'params' => $params), $this->initializeraa1bb) || 1) && $this->valueHoldere39e4 = $valueHoldere39e4;
return $this->valueHoldere39e4->renderContentFieldView($field, $fieldTypeIdentifier, $params);
}
public function renderContentFieldEdit(\eZ\Publish\API\Repository\Values\Content\Field $field, $fieldTypeIdentifier, array $params = [])
{
$this->initializeraa1bb && ($this->initializeraa1bb->__invoke($valueHoldere39e4, $this, 'renderContentFieldEdit', array('field' => $field, 'fieldTypeIdentifier' => $fieldTypeIdentifier, 'params' => $params), $this->initializeraa1bb) || 1) && $this->valueHoldere39e4 = $valueHoldere39e4;
FieldBlockRenderer_47ffb65->renderContentFieldView(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php
(line 117)
}
$params = $this->getRenderFieldBlockParameters($content, $field, $params);
$fieldTypeIdentifier = $this->getFieldTypeIdentifier($content, $field);
return $this->fieldBlockRenderer->renderContentFieldView($field, $fieldTypeIdentifier, $params);
}
/**
* Generates the array of parameter to pass to the field template.
*
FieldRenderingExtension->renderField(object(Content), 'internal_critica_image', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php
(line 64)
new Twig_SimpleFunction(
'ez_render_field',
function (Twig_Environment $environment, Content $content, $fieldIdentifier, array $params = []) {
$this->fieldBlockRenderer->setTwig($environment);
return $this->renderField($content, $fieldIdentifier, $params);
},
['is_safe' => ['html'], 'needs_environment' => true]
),
new Twig_SimpleFunction(
'ez_render_fielddefinition_settings',
FieldRenderingExtension->eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\{closure}(object(Environment), object(Content), 'internal_critica_image', array('parameters' => array('alias' => 'new_item')))
in
var/cache/dev/twig/37/377fdef822346967881da50e54ecc82112164a2ca0da703ce2a46cb5abecb2f0.php
(line 53)
if ( !$this->extensions['eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ContentExtension']->isFieldEmpty((isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 2, $this->source); })()), "internal_critica_image")) {
// line 3
echo " <div class=\"picture\">
";
// line 4
echo call_user_func_array($this->env->getFunction('ez_render_field')->getCallable(), [$this->env, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 4, $this->source); })()), "internal_critica_image", ["parameters" => ["alias" => "new_item"]]]);
echo "
</div>
";
}
// line 7
__TwigTemplate_1534be0da88ae89691be3cda29e5ac6046a90c6e84fee76a30dbc16074c1d737->doDisplay(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array())
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array())
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/twig/twig/src/Template.php
(line 390)
Template->render(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php
(line 50)
TwigEngine->render('@ezdesign/block/internal_critica.html.twig', array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php
(line 57)
TemplateRenderer->render(object(ContentView))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php
(line 41)
ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
(line 115)
WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 214)
EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 44)
EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
(line 143)
TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 156)
$response = \call_user_func_array($controller, $arguments);
// view
if (!$response instanceof Response) {
$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);
$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
if ($event->hasResponse()) {
$response = $event->getResponse();
}
HttpKernel->handleRaw(object(Request), 2)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof RequestExceptionInterface) {
$e = new BadRequestHttpException($e->getMessage(), $e);
}
if (false === $catch) {
HttpKernel->handle(object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php
(line 102)
if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) {
Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
}
try {
return $kernel->handle($request, $type, $catch);
} finally {
// restore global state
Request::setTrustedProxies($trustedProxies, $trustedHeaderSet);
}
}
SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php
(line 80)
$subRequest->attributes->add($reference->attributes);
}
$level = ob_get_level();
try {
return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
} catch (\Exception $e) {
// we dispatch the exception event to trigger the logging
// the response that comes back is ignored
if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
$event = new GetResponseForExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e);
InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3Dez_content%253AviewAction', object(Request), array('ignore_errors' => false))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php
(line 60)
InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php
(line 87)
FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php
(line 77)
LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php
(line 46)
HttpKernelRuntime->renderFragment(object(ControllerReference))
in
var/cache/dev/twig/1a/1acbb35a6a41755bbff4097e96ed38f1b7be7c1e193711887546891d0bfed0a8.php
(line 114)
foreach ($context['_seq'] as $context["_key"] => $context["contentId"]) {
// line 26
echo " <li class=\"item\">
";
// line 27
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("ez_content:viewAction", ["contentId" => $context["contentId"], "viewType" => "embed", "noLayout" => 1]));
echo "
</li>
";
}
$_parent = $context['_parent'];
__TwigTemplate_f996e8b6487cfc63eeee09c84b4a7b4b1fcb73e307f644494d69e62ec774b508->doDisplay(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, '_parent' => array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), '_seq' => array(10205, 10315, 10316, 10317, 10331, 10332, 10333, 10337, 11974, 11975, 11976, 11977), '_key' => 6), array())
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array())
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/twig/twig/src/Template.php
(line 390)
Template->render(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php
(line 50)
TwigEngine->render('@ezdesign/block/m10_block.html.twig', array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php
(line 57)
TemplateRenderer->render(object(ContentView))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php
(line 41)
ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
(line 115)
WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 214)
EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 44)
EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
(line 143)
TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 156)
$response = \call_user_func_array($controller, $arguments);
// view
if (!$response instanceof Response) {
$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);
$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
if ($event->hasResponse()) {
$response = $event->getResponse();
}
HttpKernel->handleRaw(object(Request), 2)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof RequestExceptionInterface) {
$e = new BadRequestHttpException($e->getMessage(), $e);
}
if (false === $catch) {
HttpKernel->handle(object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php
(line 102)
if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) {
Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
}
try {
return $kernel->handle($request, $type, $catch);
} finally {
// restore global state
Request::setTrustedProxies($trustedProxies, $trustedHeaderSet);
}
}
SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php
(line 80)
$subRequest->attributes->add($reference->attributes);
}
$level = ob_get_level();
try {
return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
} catch (\Exception $e) {
// we dispatch the exception event to trigger the logging
// the response that comes back is ignored
if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
$event = new GetResponseForExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e);
InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3Dez_content%253AviewAction', object(Request), array('ignore_errors' => false))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php
(line 60)
InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php
(line 87)
FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php
(line 77)
LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php
(line 46)
HttpKernelRuntime->renderFragment(object(ControllerReference))
in
var/cache/dev/twig/73/73bed3736419c90420def4a62fa10fd3ed40a024f2988b7aa7bf00958cc83f3d.php
(line 48)
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["modules"]) || array_key_exists("modules", $context) ? $context["modules"] : (function () { throw new RuntimeError('Variable "modules" does not exist.', 1, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
// line 2
echo " ";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("ez_content:viewAction", ["contentId" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["module"], "contentInfo", [], "any", false, false, false, 2), "id", [], "any", false, false, false, 2), "viewType" => "block"]));
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['module'], $context['_parent'], $context['loop']);
__TwigTemplate_e876aff36fbc0317dac683ae04f4eeda07d04cfbcf85d9a5ddb29e1807efd35f->doDisplay(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, '_parent' => array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), '_seq' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'module' => object(Content), '_key' => 7), array())
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array())
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894), array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894))
in
vendor/twig/twig/src/Template.php
(line 390)
Template->render(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894))
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php
(line 50)
TwigEngine->render('@ezdesign/block/list.html.twig', array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894))
in
vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
(line 286)
* @final since version 3.4
*/
protected function render($view, array $parameters = [], Response $response = null)
{
if ($this->container->has('templating')) {
$content = $this->container->get('templating')->render($view, $parameters);
} elseif ($this->container->has('twig')) {
$content = $this->container->get('twig')->render($view, $parameters);
} else {
throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
}
AbstractController->render('@ezdesign/block/list.html.twig', array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894))
in
src/AppBundle/Controller/BlockController.php
(line 63)
*/
public function renderBlocksAction(int $locationId, bool $container = false)
{
$modules = $this->blockRepository->loadBlocksByParentLocation($locationId, $container);
return $this->render('@ezdesign/block/list.html.twig', ['modules' => $modules, 'locationId' => $locationId]);
}
/**
* @param ContentView $view
*
BlockController->renderBlocksAction(11894, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 151)
$this->dispatcher->dispatch(KernelEvents::CONTROLLER_ARGUMENTS, $event);
$controller = $event->getController();
$arguments = $event->getArguments();
// call controller
$response = \call_user_func_array($controller, $arguments);
// view
if (!$response instanceof Response) {
$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);
$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
HttpKernel->handleRaw(object(Request), 2)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof RequestExceptionInterface) {
$e = new BadRequestHttpException($e->getMessage(), $e);
}
if (false === $catch) {
HttpKernel->handle(object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php
(line 102)
if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) {
Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
}
try {
return $kernel->handle($request, $type, $catch);
} finally {
// restore global state
Request::setTrustedProxies($trustedProxies, $trustedHeaderSet);
}
}
SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php
(line 80)
$subRequest->attributes->add($reference->attributes);
}
$level = ob_get_level();
try {
return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
} catch (\Exception $e) {
// we dispatch the exception event to trigger the logging
// the response that comes back is ignored
if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
$event = new GetResponseForExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e);
InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3DAppBundle%253ABlock%253ArenderBlocks', object(Request), array('ignore_errors' => false))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php
(line 60)
InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php
(line 87)
FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php
(line 77)
LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php
(line 46)
HttpKernelRuntime->renderFragment(object(ControllerReference))
in
var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php
(line 154)
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modules"));
// line 26
echo " ";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("AppBundle:Block:renderBlocks", ["locationId" => twig_get_attribute($this->env, $this->source, (isset($context["location"]) || array_key_exists("location", $context) ? $context["location"] : (function () { throw new RuntimeError('Variable "location" does not exist.', 26, $this->source); })()), "id", [], "any", false, false, false, 26)]));
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->block_modules(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 182)
Template->displayBlock('modules', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php
(line 134)
</a>
</div>
</div>
";
// line 25
$this->displayBlock('modules', $context, $blocks);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->block_content(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 182)
Template->displayBlock('content', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
var/cache/dev/twig/67/670fb4391b1450c823eeb89aacf4b8b91378527d61d24d489c7531f8b1b48a92.php
(line 167)
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
";
// line 67
$this->displayBlock('content', $context, $blocks);
// line 68
echo " ";
if ((((isset($context["content"]) || array_key_exists("content", $context)) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "fields", [], "any", false, true, false, 68), "floodlight", [], "any", true, true, false, 68)) && !$this->extensions['eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ContentExtension']->isFieldEmpty((isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 68, $this->source); })()), "floodlight"))) {
// line 69
echo " ";
__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273->doDisplay(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php
(line 50)
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@paraiso2/full/main.html.twig"));
$this->parent = $this->loadTemplate("@ezdesign/layout.html.twig", "@paraiso2/full/main.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->doDisplay(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/twig/twig/src/Template.php
(line 390)
Template->render(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php
(line 50)
TwigEngine->render('@ezdesign/full/main.html.twig', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php
(line 57)
TemplateRenderer->render(object(ContentView))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php
(line 41)
ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
(line 115)
WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 214)
EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 44)
EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
(line 143)
TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 156)
$response = \call_user_func_array($controller, $arguments);
// view
if (!$response instanceof Response) {
$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);
$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
if ($event->hasResponse()) {
$response = $event->getResponse();
}
HttpKernel->handleRaw(object(Request), 1)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof RequestExceptionInterface) {
$e = new BadRequestHttpException($e->getMessage(), $e);
}
if (false === $catch) {
HttpKernel->handle(object(Request), 1, true)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
(line 200)
Imagine\Exception\ RuntimeException
$imagick->readImageBlob($string);
$imagick->setImageMatte(true);
return $this->getClassFactory()->createImage(ClassFactoryInterface::HANDLE_IMAGICK, $imagick, $this->createPalette($imagick), $this->getMetadataReader()->readData($string));
} catch (\ImagickException $e) {
throw new RuntimeException('Could not load image from string', $e->getCode(), $e);
}
}
/**
* {@inheritdoc}
Imagine->load('RIFFU' . "\0" . '' . "\0" . 'WEBPVP8 U' . "\0" . '' . "\0" . 'А' . "\0" . '�*�p>�L�M��#" �i ��gleu����c�s���W���S������!�w����2�%���������ޒ�}2��y��?6_�؍*����0�C�>[w��pƸg���ߓ>I>;i���\'�������6o���ȿ�t����۟�O�?b�?�$>)��\\�������1�4�;�;�O㧵������[���?�ܿ������k�ws���^�zM�=4-. �쯨�0_��r�E���|P?����7KV�����d���+���;���Z�.�����7�3�6�Q������ @�O��N����12�?8W�M"6�|���?��a��舴�P�$�[D�<��-� ��%q�Wg��B�b"k�:�8WG�9��A����ʽNA��-�V����<���ՃW5��_) ��JMB?�������=����
B�X������!C��m�0�?k~��
���"V�3�|[C���?��tq"�e�C���Kmi\'����`�ȲZ�>���{��8�2���}�go�6{,��"nٲN�G���pc{Q�,�' . "\0" . '8mdP�WH��aq�SE��?����b��m�+����1c�%D�6G�+��-�4!x��?}Q�#���C�O�Ř��4f��w��-O�,�.���o��A�ۄ<S%}��@B�:����
�o����m��ݟ��œ�⤩=���ʪ
���?/����$���H�L�եC�C��(T�-d���QA!������Y��2�|m�o-�7�^��D��9o�}R�{��RH9�4}*�%��+��J��?���Q4���z��w��̘3���j�̶<���[�+�zל�����g�K&WL{6���6ݸ��,�c0��M>���Z#&E�a' . "\0" . '.1��R�Mkr kCh�0Z����C�B�\\%��ć����?��,M��#C�3�g9�FF|�����[T��";Ś@����Z�U�u?���#5�1���/�o7O�N���%Ț�ك����0~I� ���[�_���I���g������wl!��{A��$�i' . "\0" . 'K[ ���4�o�rVmH�-˼��j�"^�WC�e;�LV8�I`MH=*�O���!� ' . "\0" . '' . "\0" . '������\'h]' . "\0" . '�F���������Jbd������E�f?��n�}�-���۵��w��e�l�!�h�pS�k�c�M a7��V�8#��G��>ܤ��CmE��)orG���}<w���N�apM�:�Z�Y��6�{����u�Dz�.i�' . "\0" . '�{�J@�ye�@4 ������=�]�����f>ĴJ#�w?!�G�6 ��3�[N�Ӳ�L1_�D�"�G4d�Ō,�D�9f�O��s;�(�;<nǡ��6��)_9�Jя`�TO��|��:y�Ғ�H��R�t���m�*��g��j�d��"��=�߸���ը��m�/G����υ�Vs��}@���+�YT��y����L�9��N����:o6�N1oZ�c�F��m?��="��F��D�F)�|5F����˒�a�TG��[��o�:GT��r��>@����1�~|��O�,aE���H y�m2���E�(U�O���G���fju���n&�2�\'��u�{V:��X�V;xt-����V �~4f�� �3��4��#Ɓ��L4�g�c��+��:�=���Z]������x�1�S)jlv[A^�k�b�b�ˁs5O��,[(��+>|�yN.��Koo�zE7m,Ƈ��,0���dR�T��M�;紹~/jA��ʠ����=QӚU���~hH݅⒎��"�%��qz�QO��KZi�A�s=����6���� _���+�z�D��~�\'��Rb��P6�{���&��Ȃ\\�0�W��q^��j�;j4���l�o�F?�J�� /@�#�W②;�����w�Am1&Ѕ)Q�I�6�0_���q��D�>v_w8�TÛ��5�Y|EL�(ޏ"X8È2���5���e6�,��:�yW��wZ�/R3݃h�^��Ip9�<�]O{�4�K��n�ZD ��\'�e�k` w�pD�s��~��گ�5����xZZla�"�FW������Bm3M��=�y8��A�ЪӒ�~\\��z/���' . "\0" . 'L�븀��x�' . "\0" . '��������{����nM�|�A�6h$���16���vHy�m�L��\\��Rxh��_)y�(! �_"�]C"�[����^���q;�2���z���;������H�`$�k
�8@`ʜhF��Q����?��v��h��t>L�)C�' . "\0" . 'E{pI� �}�?"��6�* Jѝ��W�z�>�c�T��o���Hs�\'*}�Z�!}��T0��)u��U���)7�n�����̠P�h���@��46]6I�;\\ �D,i�&�� X��)۰ #�8��ŏ�#Fp�C�gNp�~�������aU9𧓣9�.L#�`�&�y�������T��u�[
�cj�G��\'M�Ԛ�-p̵z}��E1%�"f�PC��T�~�H�����CL|��#j*��/q��w����Z���O�ݏ��QhO�iL�j�$�.��b��=,
b���GV2���x�tؕ�ٶ��d�r�`o
5�|' . "\0" . 'd�P;5W��\\�rNRG_���YX���Y�x+�p̍�yv+�[>�^�e�t�r���z��JET�e�v�r�[�m�lI�>r�2}�pV���DǩEY��' . "\0" . '&��i��(�O)=-�,��|�m[ƿ�kH�J�}\'�/p�+B� ӿ�ňk�Y[���ltˠ�z;���P<1�j��s����6a��y��yqsׁ�CEK���\\��Zhx�\\���k���i}D$�Tn!��3<А�`wI�4����N\';�%?�\\S�Ǔ#b��AE���S�g幪RDI_�G(,�7B\\z�f�з\\s�T����� ����vbv�����d^�s(�<�y@Q��' . "\0" . '��f�o]t�G�^�wP7�$$X!vnl-9�H�e����U{9x� NH��c ķ���Z�\\���J~Pj�p�d�{���LQ�z46��a�Vw�|�ώ���&�jnY�����?-N�2����IP����X!�x�"1b$N�~���>�t.���͋��' . "\0" . '����!U�X4b�v��g�)�㷟�\\��ݗ5\\��/�5Z;�-�B���A' . "\0" . '�722m�B��|�;���|24r��h�' . "\0" . '����U���P��,���cՋ��ϐZw�8N�&�S;z
�A��4g����=l ٽ���]+E%�����u��v���Quz�^���m!z8$���^��0�X<<����:X����' . "\0" . '��u~A�!/�C+��;��[$�֑T����n�2)`I�Lw�,E�J�xCژ���&ܞlFO3�kF����y=t��v#��d�5?��֖Օ�[�dwO0�m��0���c"�P�P�mLb�ϰ�Nd�!G+���t�Z���]�\\�B@�T��W$RG�&����MQ�TBzQ��[:,H ����؞s�en��OX�?&��_�%DZ�^@�x�!������;�' . "\0" . '���Y��N6Th�o�M
U�ޣ��n�S���O�G����R`�%��NJ�k��H�Ӥ�U�.46E���0��:�E�d�.qM�UL�X�����N`[�zPӈ0w�[fEx��)�ه������$�M+�¸���iԽ��2����h���EO���d=���<��Di�bi�-=�X���v�l�}����WN�����v7
�ެ�2�ʏ�i>f}�\'qO�^è��^���zV�V�}> �kI9o�Z&r��_S���j�7�$�wpU�g� ��\\�P��W���K!z���C�-mo�v' . "\0" . '�:Xچධ��é�dJ����X/v;�����>�H� ���Z�V ��Ig-�"��diJ�JdS2۞G[��91s��8y��ބ��_�����@,�C�˸C: G�`zޥ���djM��=\\k4�93�3�OMqA"u֙E�
����
5|x��mz�N7��@XF�����I�=�F����]��h,%@�{���O���_\\�q�?rHs�q��٤��@r' . "\0" . '���>8��0���{�5#k�����~EY�r6DX/F��E!�A��-^���r��L
)��Bߦ2�3�+鿌&��$�s�;O�c�|6�䕫<��`oxY�c���AV.�k�q�~��K;�ދ:˧�@O6+�^�k�.�,WTdU�Sp������z�_�?�q�l|��� ��J�R�1��������1�f�Ծ˚:LO/�ڐf�A����?1��8~�ч4~�5~�=�$f�oe�D��q˽~oC����|�@�|�J}eM�?�`�?b� ó��J|z`�֫s+N��D\\��kӟ"�a��<Z�7�3��UV�fB~����e��8�v���!�"&�D��:?I�F�l�y��Bvd?4!+|�͇8v�u Y6g�Ub%?�L8a
N�2�)3���^}8�>����56���ز�ڭ2����+D:�r\\B72�`����ھ�mĹf��,��Z����.����S۪�a�H�c��e�6��$�6��#�Xj�v�碡���d,.����' . "\0" . '}��Q�9ۅH�~��9"�ZP�;}��Wxm��z9}�gR^#\\�wS3�Z��5��.�NV��U���=�?��R>������~1�:wɲ��)�� ��+��(:y��m{v�g�yޅ���IW� E��?�f8����*R�Q!E��7��y�?1m�xꧼyu�N��^;�}���=�6����.)}�*�O�\']~�*"�숖��v�#�v��pM\'>&O�V�j?�m��8�qbg���(�"�q���4k��h' . "\0" . 'W�H0Ͻ���DF�i� �ypå�ROl�%�U�7٢�v(چI�so\'0�=��/�L��خo�������K\\��^�%��b���uqK�?�c+k�M��fG��-5cp{������QM�O@*U������g�*Jp�p�����;��Ybԧ�7AH`~Y��jly]�R��~h1i��Jf7md�T<�hf%X���l�D�S� H�/��@�8��s�눈N�0B�$f�Y%۩��W�i�X11E0�=p(���[%�P/�����Wn0��0��uR ���xRM��A0n�gm��x9�w_��_n�w��xO��$C�e�Ғ��r���EL��/�*�Dv,��5�!3��G��)��!ܣ��>8��g�B�VĎ���$*��b��dU��a����擇:\\1n����07P��;i�^c�9�>&���HN��JBV�Di��$��K�rb5�WQCΐ�9M���A(�������0�Ϋ��K�m9�#���!~w;]Gb}�#96ms}l=��|�~o��4�n�6���Ym�v��%�LK@Kq��seC' . "\0" . '�YE\\˯Y�ͧw
��vf�s=�N�P��ڢ^4�Q���(m��&GtY��:��D��h)L��t��?8�|_�k�a%1M��~�և<UK=-m��o' . "\0" . '�0<�*5�ֈ��t�AUx��RbYV�R8K�n�zb�q�TB�KU�ܼ����L8�3Ibl���k���K��-��e�v�
�H�V��"����/��O�7H��(ks��S�-4����7��c"rH���m�$�z��v�^�on�C(������XË[���$ֶ*#�?E�
���A��<8x�i,�s
���w��ssAi��*�Q�*&�?JP�1��S/ԅ�l���ڤf�\\W�|=c)}��\\`I �' . "\0" . '��H���\'cqR�q��pz俤�*4�c��a�\'"�Y9v+�;��q~y}�?8"�=$v��(�J���YJtx�_7�G��ǁ��I���<��3��Ie�E��0�&ߩ�z���t���z ��B���>p�~W=����9)8nA�<�����E�w�G�w��&j�����]�F�H���|���t��m�8�EN�W3֓I��L��l���W+u�^�n<h�~��EiO�#t,
3�ռT���a^u�����ݠn����k�K�or��0�f�`LP#Xb2�V>��d_I��ڪ"����W��/��yd�DL"����ʇp/S���ݍc���V�E�<�mw�q�}���L,+�^��H�UI�@l䤋OrN>�m�����w��;���S��@y�cO�f�E��^E�k�r�S�j͓|��9.��8]�c��t�ĝ��C�b�`p�`�Irc����}�9y����x6���i�HŤ)�N��N��̛A�vM�a�ꛋI�;8��3�]��T���;fD��F�}�T�qށ��\\����Xh�&h���®B��y
�Ky������
�*�h���w���fo�Lŝ6��h�r3��dTS�G�D;�����{Z_��m�M��%����,���j»Q�=��k���y�<��_��\'��[������6�̭\'~(��bk�p3����A3��UO�P��>�J��{C���@D=��^�A�P)X�ʮƘ�8��H�j�.��U �G g�
�䶂#�#�b�S� \\MK8b�[K0�֪%�~���2-�j�<S]��z��xlU��:�:�³u���$�T��G�[Vu�cԃW���ʪ
L��aa�-%ނ��l���y6h�&X��������zU�Ͽ�^�Q�O1Q�9�҃j����[S�Y���h���t������C�^i���>W���1Z9��Z����a���9�̨mX�u�Ί_������,7��l�66T�' . "\0" . '��w��2��$ ������7����&L��L+��d&�j���q�������
qZ�8S^x��lsڽ-�~jЂ��t�>A����݂��>Ӯ9�dM?Q�AE[��?+L' . "\0" . ';#43�������3W{�qKEo�em}�<�m�z�zhU�yb��Fn�9C�6�SH^2��3�\'U�N�ҵ_t�N�!�H"^ag�
I��{�[�<K�!Z' . "\0" . 'j:��P�*8闛�"�оπ���M���̡�m��.��A���܃i��k��hP' . "\0" . '��B�h�N�' . "\0" . 'A�r%��1_r]����p�)]���h�N>S�d����7��;�72ܪ�kY\\?��8
�8Q�P�6����h1��"L�m±�J���Hg�$�*o����D-��(� �5֔eCO,ozw��1��W��X�1����@ՉA����䪮�3ư�pz�8=�' . "\0" . 'S| �IJK�m��1��^�7v����Nb���C,�p���t>�=K���~�tx�xS&|%K����:�F}�4��}/|zO������1���9#h���h� ������Q���K�v>UF4�T+a_3 +N�Rs���*�;Y-1��Wy}t��C���u%�f��4 �k]>��(ó׆]i��\'-d9�W�&tk��5j##?(��o/��pL��a�ۦ4f�����v ��n��1�<`Z3��SF7xѽ�"��^
' . "\0" . '�X2wK�!oSnEgu� �r&��Y�� 4Xe�X�ť����ښ��%�!��UK�����v\'�T�:��������&9�����y�8�WW�NV���v����TB�#�N����
�.ʁě���N�x��>It�k�)1B�.�r٣�;�F|F&�3}\\/30s������ �s|��)��ӓ�h1�' . "\0" . ' �t���\'���ђ��6��N�/O�IY@��S�0���� �i�!@�W�' . "\0" . '�C��Q�K��B\'�_]a���y>x{�ߘ
�F��,t[� ���A2�**�|K��H��e2S�k��S��M���p�ԫ��a�[���̮���y@��>��Y��Qޥ\\���X��udE�7���U����"�g*bR�u
�~� �L)Bs��KPJ�#g�jPTRt��I�D��4��-T~.�b3x��`>��zx���p���<];1%�U��X�}O�7jf$���x�
�`G4�d�Q]rē��J�N%Σ�*�pЂ���5�s���-S��A�@6�\\͞�������i����A�P��g�hcY�~�b�J�?��7z��z3���\'H�A2�,o~~�st���ZQ����5�qX}�T�]�V���(�,�m`ֽt�{؛j�Wg-��|7��5��za�����M"���P���U2���YtK-�7�dmfuc���WI��;��Ʈ�Q�vb����]�K��)v�b�?��a2�]`�9½b|50��D�攢"d���7y��x�水�m�dRI�D\'S[Q��8j�:8\')���8���hX�\'\\�lKgO�F�u���pE�fc�V�s�$�V�<�C�(���Nδ��E$�a2�78ydί��}6���h���࿅����@' . "\0" . 'پa[_s��8!1־���K�$]��û�U�k�Y_�������.�8ǹ�ɸU�8��_�/�Ot��z�{A�v�_�A�h���/�]�]ִ���
Wu#�ph��G�i���+���b:!��L��x�&���0������(q��a3p�����F��w��1�^B�c��n�>�e��:I����θ�n�Ea��/<<:� �n ��^q�-�3/ꑷx\\1�x�
iIz+��.��\'���X��@��j�\\�[I;�>%���\'�DIn5��:1��YCgI��P��.
���N���S[����}���]C�O��c�*�p���w$����*D��ג�+��O�����Ѽ��&�X3)�`7O����|�~ɞ�8�q���\'[?�����:����xP �!�f��_���2gg���D�^s���a1ܶ]��t�؆琉�=�[*�W�mV��2%sn �NX�:>!Sz�f��݅w��C�Z���Bm���H���IBVٽ��d憗ODd��U�Ưz]������Y�ػ�66���� �?�wYqϝY��f�����N�������O6e�K�.t��#��(5�=���3Ț#�� �
+ph���s=�7�:�e.z�������r��o�?������,�F�c�����X�=����2j�5j� �@>켤���?u� ��/�>�%��+�a8x�բ�����cy���耥���E}@��iLZ����{M�0��/V���EW�|k)�qi���xS�¢�B)���N2b�F2��]��$��@ (��V�ˮ��ܝܯ�>y��I�39I����b�[4l^����ve� �v��dXx�Q\\T}��_.Z%A����&�6[A^�`���� ��kmY.j;� �{�UunF�����d�f��aX�?��-���R�A7�L��c�E��g��ޟE�d��:�.����䲝�!�~�&t��P�� ���b���R)!�#' . "\0" . '�\'ŋE�)#]�-��,����O�?���ف�8V�:��Ћ�U\\���`GR�' . "\0" . '��ə�h�Ϲ�b�����J�P����f���+��>䨲�e�#o�� ��D�S�5��h\'������������c�VK�C��b�������EziG/S�Z��XUs�}H���#���Cz�>�Wh���SG��sbl��臖J�9-¹ʶ�k��C��.�O���=g�_�"�8����u�T�[��Ȣ�b A�)��
G�na�/rp5�i ��N�J,�+ L�g@x��QE��1��1�x�0��>�\'
������x�f.A�gL�̽g�1��岗�u� bР������t���ђ�}3��j��)�K��g��ȟO�ċ������g�?pJ�����R�e�0=F=���W�l������ڻ�Y<�`#:5�F��݉@�DHTV�w$>�P�Ӥ��S' . "\0" . '��2��S�=' . "\0" . '�j��=�If5�X�D C!�Z�m��뷭:��sk|X��\'<�
D��~8GXC���,�w�G���*�c�C�M2����w8W�u�i' . "\0" . '���j��s�Bb˸g2 U�)�ǰ5U��o��e�%fAM�xМ�͓(���3�Ʈ��ʐ8��un�gq�T��� 1`��vx\'�S���4�l�t�
��\\3�:�d�e��6�y��R�"q!�^Eޭ�WY���r�,�l>��u��)���n���e��n��o�Y9�?��!��d2����?�u5��0���W�؞���}�+1����y�E5��V2����hdS�!)�q���|��I�2����}��!�i���?Q�uޏv>��鮪�iQ�iR��Sl���`u�9���J5�������[;��A
O\'4L;=�Z8�Y6(�sM�M!x�S��u�m{+�"Bi��!B8#NE;a}�ݖ٢�@�6��{w�(�e���*����O���馇E�N���F�H�}--�M@�`���w���K��s�"�\\И|�L�(]R�iwB���t �5�������c�J}o�n�ڷ' . "\0" . 'St^?NC0�c�Ե��K�1�8B���[qn�w���BaoD�fc�)ϝ>��P��j�r[?�e���Хkة��c�V��J��&���৽�o?��y��ϭy0ݻ�Qq�ա���Ŵ�҇1��?9Cy��`���E\\�9���Uq9r%�R
qV��z�|Fb��I�%cH�~���FQ��8�R9���[��4O�r�Ȣv�����EX���z��D�WR��4R��J?Tr�g�~�}O�W:�ѩf�R��^����I��A�&�6촘q R�@žgD��k�%촁�jJi���F&*�vh�q��_�K�[Z����s� �� �}��DXPE^��m���86cu\\=����5_��h��X��a�
Kl`�.���|�U���ו�=c��\'kTS����W)a���:�"��i
�I�ź��y��Ysh�ԫ�-i�$`]���rp�jr�n ۠�v`.N��9�ZśR^��������us��A�}]5�O�7�����o��nUN(��t@�f�]ǽe�Cr1�8̜�NH����94���Dj����š�q1���Bt��o�R�n��ض�Z�nB�0uZ��Y\'O�k�g�B��v�en�䊝�C��^F���A����l�8ESY�7��K�;��w��Ӏ���vD�&���W�!ԑ��ԝ5FK`�?DǤ��ubwnHYM��?�ka�)8� ��P����viGc-��i?�' . "\0" . 'X�#ަ0^���tF�i{ؖ@��X��w�nC_=����Wk���X�
��;:n�?�X#�1���m���?vml��M�09����
.���sz-䓄^���X*�x����3���B�Sք�{�������hяz{봧�K��Nk���tnX]ep��)�5]Y�5�u&�1R-���@0~E/Ý�|��)`��+r����Y������q�{��{w�)٧��UZ��c*�\\:1Q��;_�S���O"���/�ݕ���{�<zp��>O�n��y�����
�b���C�OBy�=�mC����������i�t_� �3���{�3Ŧ�*s��}���*�{�@�j�L���;Z���"��5,��螨��ПO���4��y�ؑ�@q���.�\'#E+�P��>�rJZ�pF�C��,�Ur�����f�{,���ى��F��i$��' . "\0" . '�aK�`(���|��yF�Ӓ:i��{��c~��9-�K��a��31l0��"�w�i��s�*m��2�>lv��5��{�9�[I�~���M����\\O=��_Y��$�jΰ�x�K�' . "\0" . '9b��c�t��\'���1��7@�Y\\;��Y%HS;=��.]w����)j���9�w��><Z��R�$zȝ��
��N�����џ\'�ӛzS�%��g�N~B���/�EJU���X�i?"�t6�]�Ƙ�ٱX�$�|�yz`��Z�K3(�|�`H��4�X/��kwi-4(k� l�!���4#�pɓ�F�$�r\\�n
��A ��/%V=��%�}�����I�L���t�����}�g��M:��~�"�_3t%)+�{��˭б����$`p�=!?��e�Md\'M"?�u�7���*�/��~��#�[��L@h~5�\'��l' . "\0" . '���&�5#�ŭ���?���nuo9.�#1��|pP}c0-�8�Fa�DM�Ǡ�v�4Ϋ���I+v[��*�����_��}�
�y���O�SN�T�KnK��3�{���#ܝ�>J�V���v]6h\'w��S-���՜�|��*]_�u��y+\\{�~d���x�s�4�m,����O����{����A�[B' . "\0" . '��{��DOg;�U�-N~����:+b ��W�*�O���\'|P[���8�\\�-5�W�D����>LXV6cӱ��!U$�(�����4"N�.��%��4���� D�V�\'���c��:`܂X�w�qi2r��Ѳ|�g��v ��@�n�����詅��h�ǩ1�������w�X� �a��6H��Oo;�d9{M�' . "\0" . '�\\2lB������>v/LXF۲��F-��C���ev����6��Rdp=5�E+� ���I�(;%hA����6�F49p�=>�mb�!�qeG� W LW7���J7Bn��1\\J��O:6T�$�d���\\���x��PH-�WOUWX�����t��D��-���5@GL?n�h�EU�e(2Z�����1��t����F��| ]U^��!��-�;Ia���0j��Ab��E�15g��==z� ��_�C����R�R�d;��ȹ��C��x\'���Q����b�?@T����<?q�49��a���>%�\\�2j��7���3�&J�lE�w�I�@�1�
��6�g�N��O�ԭ#5�ӵ��ύ�-52VīB��J��%��o~����Zje�>��G�M�e7ev�:6�e�E���j�t�K��\\P��)�%1
_�a�����' . "\0" . '� �b��{�Q����' . "\0" . '�gJ�����Dۉ�����Qh�mK5&�⑮�kU����7�nFi^J�i:ZL�L�_Ԛ:�$i@�:l1��B ��cݜ8ue}�B�����&I\'G8�~�?��)Fe��Rim=����1���!4_АlPS;�$�C`f��� ���C��r�{����q�:q��r��ᐆi2�o�nDШY�d�+�"��TEr�C�&���ؿ�4w�n���K��)ޞ�uO
����vw��<�a����I�o�XQL����9˨gH��U�/ʜq�_B�ܮ�ݭ�XuXU�A��~�Ψ�?�w�YN���р6#���jg�\\T
��J>*~e��t�v���h�^�{��3(������� yPk��1����~>@v�d��l�._�om=�5T�w{�j[�Ny����w�إ�zoq�Ku#7�9P��*���9���F�w�G��%=�C�e���=F�eM����-�p���ׯ��c��m-~_���\'V2��{�-�����u��e�vn���P,�bmL�0eV���~�k" �q��Oi��]' . "\0" . '̆pG���D�۔�r�h5�����k$�_�H!�~y��N�~��������sw�8:����iOx�Q�Da�D���Z��rc�4��~��adIz�*0���L�7������~��x�7ݐ����d�=��p��+�3��̞���ZWF3J.�}L|��<i�+�z��n��b��
�FMͮ�Z��\\�|�\'jBQ�Cc��T��p3X����Ja���;x��o���6�\'�l�W�-��"���$�&Fٰ�q��x3�J��6�����¨_�jz�l�0��w9]�&c��o�fcl����E�K�\\�t�e�
��b_�aC�
@G' . "\0" . '~�m
ٔ����� &*�5�I�n�T]�8���d\'�n6d戴�
��5ÿ�_�Ƃ%�US�Z�3}�T�G�[���F�T`�9[�fV��Sd���锳�b�4"a�����MS�"u�2���{�A
\'q~��� ?X�sR�ݭH�pkI^`5,|�P����;~�N�K��GM�v`��<�p_�X���7�U�* ��6넀PfJ��=�Ol�)12 #���1\'��cw�D�T����g�C"&O�Mſ�{=�8�9"�m��)��|��ّ�O(2�&⹚���f��*df�s�u~�P�B0E\\:���1���J�ރ��8z���X�e�Ê���U�' . "\0" . '��|*���m3��Qi^B��p��L��j$S@�#Aq0�L�Í��pv�� v8g�&�[M��E�jK6�_"b#[��)i�6^3�*_��P�IwdMc�P�Y|�z`���攔��Y\\?&~��u7��5�
��r�_��C=' . "\0" . 's�.�E��1�� �h�a?@&�f�����M#z;q6(�c��v�Z�i��>%m��8
\'Q���ZOuN;�r��(�;���,������Ia������ܛ3�ԋ/EZ�N�_����ߓ�o1��Q��p��s��L��p��;5�O�]��%�Z)\'�Lj�0��m�����k���l��$+)�@ yd V�|�hŊ�`��K\\7�ﭭ3�Y�Z,!�X�1H�Z�nK ^��:u�!e�=�G�eW�Vw���ل��p#�dѹgB�He�/^��E�"֞����$�����\'�g�i"��8�c{.��T��GO��E����(p�����Uf1/����)ك;���t�A�-b��v�n\'�BGOat0o��I�l�Y陚B &��m����骑��T���b{R�}�1�GQ�u��+�F��`D*��-W0�������8���N�4�Y�(C��3Z��hy`��
�do1�����' . "\0" . ' �����~�:q�u�����I`#c�/���F�+ Ȟ' . "\0" . '���2�Ѯh���-r:U�?j�p���W�3�G�6Y\\���N��vܣ�C(���Uf�"R�y�g����S�}k�]��v�̑ll��R|�a�' . "\0" . '��ƨ$65Ņ�j�u�B�3}{v,��Q��`��0F_*��т}�ng9�S�ȶ����h�)�ыڇ�t�)�XX��.4���� �' . "\0" . 'Q�AY{�㨯}-�+��xK����M�2,�( �f�v�6/,��v�>7�S�z�z�����iap]vJ� \'��b%Bhn�W�D��x�%_C�&�m�p��#�|i(� �n�4��%}�|��~��5[%L��j˲T�yL��평�g�d�$#�p}m�B$' . "\0" . '=@y�~9?Ϝ�6l��������-��&W��JҴ�tN���Q��^4�j?�4�
=�9��v/ ��L�0)#"�w�f��4po�22��T�����?�G��GDN4\'��k��7\\��o�c3wʮ�$[���F�Mw7����+x�V�)��z��W�����p
��)E�TIg�lI?(�7L�;(U�yT���x�*��m�f�u���A�D�����W��9��G��>Kw��k0���p�a' . "\0" . '79��˺�j���Ѥ����2h/��,�4����m��"l%�� ^��Ȭ�~����U�|+|l��v�>M�V��8\'sT�!�0|��
�e�hEm������w&DV��ϰa����bl���z���f�0eeu0&��=���û�-V�#�F).���a/UQ�F�A�|%�~��������)����f�I@�}�����l/��g�;x�i�sF_���l�X�A�p�]�\\�>4��H�Y�\'� �.�r��Z��D_Z��J��=��m��F��}C���Q��-5�g������4��6Gr��x���c�����4S]0��2T�*Y��A[1�+�' . "\0" . ' ���zpZM:ϗB�~�����و�`�ۃ�ZL�a�}�yD��@�b_����b��]�[�6��v/�:j[�4�`���$@� ]o�~4�2���H��p�:��?ڡ����2�%�H ���;�;�=Ʀ���Y���"�����z^���{�0Р!���"���2�>N��*�f^h"�"\'���~���JQ�' . "\0" . '�IH��O(y���t��ou�qu��$����3�A��������op"�h�����[d=��t�U��h��b�ylSq12�M�\'�dPxv��Kq��R����a�����2�NC�\\IP�w�u�j�=*"y��H��u� 8�|g�a���7{[�' . "\0" . '[%s(-�~�
���ӗ�d>������)kW@����������o��Q�\'&G��z�H-�7�Z;������=�;�S�A�^�竛5�ޥ:���f�IA�o�Y��Ԑ�Sd��4$��F�%qD��V���pݐt4�]0D�B���*�!��6s��ϧ�-�p�&&8b����Q_��=:"ic��}��' . "\0" . '�<e}��N��V���w�<�.������*���f�
( ���g���|{����!�2|�nU���z�_���t%��k��C����^vI�֮���.�"�<e�r�IݍO�}�7�,\'�/���("I�V�J��>�ai�#����P��Od(ш���
��|.��' . "\0" . '�d�&��F�u���)�����X�*�l�HV' . "\0" . '��9L�b�' . "\0" . '���tl0�t��[xqx���}XC���ư���m1���a�;
ښk�İ��6p��E�B��59�Ѷ����脅�3oH~��(Tr�oB�#��Y��K˷�V�e���ߜ�1����d�2��u3ߔ)��{��Y���F�v&Ȳ�#\\�Y�r��X�0��U��TG�����ϋR��x�R�F���u�0km"=�Դ� s�ό���Ƞ�S��Y"�6C�����L��C�h�r����,�)��?!�}�' . "\0" . '� OXQoI*���} ��H
����P�m6��{�K�x�\\Z�x�}Ip������U��^da�^MN��P��V��~���+��]���g�}��ă�q�p���' . "\0" . '����?j0��u�qw�&h��Qi�W]��a�\'�c�\'2�h%�[���4��D�&�T�z�zFd4��K
;j��/��)`L;����0�#�w�Zc�>Sx���L��$���#�|M*WY�����V(^sU���_U��î�1��8�b�שҫ���ߎ]�Pćr�?�A^�=Z�"�Q���o�:ll�y�s
�7X��2��h�X���/��\\��ԉ�aɹ�_&�=����)�����Ww�oR@��䮞Hb�Ɔ7��=u?�P��<�u��o}T=�1��I��C��=�)Y)��Q*e' . "\0" . '�݃kq����ţ�c�I]"��� ��u /zʏ�j�z35C�LVx�51E�#9ƙ���6K��"�*o�e=��?��
��4��+���ǩ��d�ލb{���9V3�_77��1���G�F���xk+�z���..L�i[�� {�k^BQj�ƍv�]��Ri:�!�H�8��x�9N���i.^�X-c3&q��v�v�x�I�B�7z~�,�ZAK�]x�Y��y3��GZ/������4�\'' . "\0" . '�]�A�' . "\0" . '�������jI�A���\\�u�79�ޘ��ds�' . "\0" . '�g����5��`IV������5]�Q2�Yɻ#�]y�w0�d�i����X;�N�:GǕ˵و��U��Grg��nj8�~)&sH���at�3�뀊SMV�q��#�ҧ��<X��e�U,7' . "\0" . '��U�EU~5�8eG=�K��>��5���⡝=�P' . "\0" . 'vJ��@�5�i���Xr��� x�`ֱ4+�X
�do\\�' . "\0" . '�{\'��IǫU����[KWD�r��3���syN�o�Y샅��{�G|�����[�{j�7�,@B��b�e��?�/>��-NF��i��BZ���' . "\0" . '���98}�Y���Mb�vmj9��:E2�K+�s�M���6C����p.��o��I/]����+D�_�e���,���pt�`�YD��^Tev��5�=�"�R�y��d����1sP7��CH?F��ME1Nx�J(��XE�SfpA�N_R��H�ƻ����r4s��l�@4�~�G+J��\\�M�8Inݵ�ݭ�a�7����< ��5�`E_����0�?�\\1Z�\'l�t ��fS�VW!���o�p�N���\'K�Y��j�H��~~^NyܺFw��Zs/=[A' . "\0" . 'F���&ƍ́�
��<��Z��ǔ?��e�ژ!@��� @! m�j�M��\'����#��n�v\\ҴI��/
�t��M�"םR����|]8��4}��f��XY��5/��ֿ��>����R\'�����9����X6�rԔ�̓�`9�Д<�D+;B�!=�:��7�����\'/��|e`F�c�c�z�l0;8l6�AAM�L�5���ȹ��p�|N?������Yv��ښ`����i�F��n�5��ؙb������3K��C�:I���e��s&o��u4�AO�E��58{��lj�n�z���(���a(ʞu`d!�0��>�7�WI&��yB��w�cKW3@����u��G|��l2\'��3�&��PG�<�a���ۀ��F��S}v���Z~' . "\0" . '�ĩ�O.���PWu�g������>���ճ��B�
�+�]V�c�C��#���}B덌A5��
�3�%,o0$rC��#��];��>�@�$f����7(c(n��~�����_���ZS�s�+��' . "\0" . '�ޣ�-6�=�Q�D����aI���K��T�_x^)�H���Uu�n��i�)��ⓑL ?vV��H~��K}-�,�#�$�CNt�jՓE���UNˏ��3' . "\0" . '|�r�h���?������֡�>�l��r����2g���rB&-a��&��i/����^�n�ŏ�8tٍ�~�7��N j��=�q��V�<�{i�% w_;㺏���`\'�ϩ���Sp \'�R�6bk���h��D����b���ы7��b~' . "\0" . '�*�ȼ%��prw4e�� R��yn���͍��5烞 (%]*\\X:[D�j�0�øȫl��S��;K�2�gE�+�X&�b���U=�%�"U_��GH�P�$%��� K����MA/τ8Ǥt/)D[��M����\'f�㿮m7�X���p��No���q7����없��' . "\0" . '�������Yc�>ֿ��٧l���w����7ۢ�~�no�6��l
܃AP �Ys`��K;�g�sri�����Y1ٖ��!~*W����b1' . "\0" . 'G���DR�|�7�J��w�.�;c��,�� Y��*#�:��I�i�����~Է�yߧP�aw�,�<��4r��g�[G�s����.�z%�*P�`����ܴ���\\Z�).���8�(1{�4��1E�s>�y3²Xٱ�)c�°s^X�G�r�ԫ���J�7�x�O�|�-�RAHqC靴�H�Ġm�j>�ob���M��Vf$$�Q@^�3&�K ӂ���&uQj��*gF���@9�d���j-eQG)�[��ބ�
��wOV��E�T��C뛿%Z��ٱ����E�vy��1�=l����x��Ø\\��i&�xc�B�n�O��_R���QAVG_�JDТ3Y' . "\0" . '3�%hG �ě�Oy8+�?ߨFX��%ha���l����8�Dak��{��:���SVn��m/ �;��dz���l��俲�%�� a�nR����^�/����`<^�<�(燐<é�|��z̮l?5�ͼ��4���^������gX:�O@1G�d�\\�s�s�n)�<��*���Fx6a��&z(5�?�2/.�"<$��)�ْ(�0���A/Kf������dk~,�0j�Һ����o�`���^��\\��;� ���5���*Ш|M������4�a��neh�6������' . "\0" . '0��HHaT����̘
m)� (5g�W��r�:��g�A��}a9b��D1Dғ�w!��H�u�9^��KKW3��� I���|V�γh-D��@J@���EzT' . "\0" . '=�u�ι��a��~>��X�J�����̡[�������g-c�3M*~�5�' . "\0" . 'q�h R�BY%4�6�|���f��/25Q�P�Wv�{�f��r��{[m�E�GW#q���v黷\\��r�\\��R����l��m� b��akKHFf (�B=���� �Z�����
�����R�I!cYf�[BcD))O,�aD�#�3ZvAjV�J�����J�����8�&��L<]R����$�8���c�.m2��U�����XN��o�SmT��ur�"��)��������9N���O��aa���I��JD.Ш��6��+u2���Q/��O����)7WHE?|=B!l���)�Ak�_���<��2@N�Q3���?�ڱ�' . "\0" . '0M��"�r��n�DO�1Z=�oAf�50/s�!�U�(p�۔���M�]�^�6̷Df7j�J�Aȟ�2�;@�.+���jNpb�ۉ���XiΉ\\�Ж ���G/�䣛<�SC7Ð�=A����v��A���&�۸�XQ1����u��M$a(+BX��;�R�CK-;���1�L����w' . "\0" . '���}��s�U�ѣ[�ӰT��*���y=��/���=��{��S������A��x7?��>�O���%,[�Z�^���y�ʠ������a��6w��zo�g̼��U�ۈ��l"O&�K"T.w��\\7�\\�r�ڶ�>
����H�/�y
ғ�[a�4��: �����r� ҹ��D����{�V���l�Ĩi�G *�/��^���t�
�@�%RV��\'Y$�7�R��J4��~=.�֡�ݕ�LbX��X<E��`�r�(�L��/�HoYEs�W���:k"~C!���ik��+,2Ƒ5��wFoE�ks���`w�~S�"@�����\'"�F8�Aq���1���D~�CNq %�� w�p��N�3SD�h�;�f���X5�$ҳνUԡ�*�J�TF�W�)1Sy��ffҐGz��Gj���\'�d3~���G�/(��M�����5�l����!��]Xf���E?�5���B�c1�˨�|����"0������' . "\0" . '�Z��k�b�������~K
�P�}|ݺ\\�컉��8��^�ʩ�}b� ��$�DB�����b�-�U�Ε;��ܴ"�O�$K��aQ��I��� rK���4?El��>��������O������n�-L�ˬV4�m�ߜw���f ���O"?���k�tͳ' . "\0" . '��r ����[�' . "\0" . '̡��' . "\0" . '' . "\0" . '')
in
vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php
(line 121)
public function applyFilters(BinaryInterface $binary, array $config): BinaryInterface
{
if ($binary instanceof FileBinaryInterface) {
$image = $this->imagine->open($binary->getPath());
} else {
$image = $this->imagine->load($binary->getContent());
}
foreach ($this->sanitizeFilters($config['filters'] ?? []) as $name => $options) {
$prior = $image;
$image = $this->loaders[$name]->load($image, $options);
FilterManager->applyFilters(object(Binary), array('quality' => 100, 'jpeg_quality' => null, 'png_compression_level' => null, 'png_compression_filter' => null, 'format' => null, 'animated' => false, 'cache' => 'aws_s3', 'data_loader' => null, 'default_image' => null, 'filters' => array('thumbnail' => array('size' => array(384, 216), 'mode' => 'outbound')), 'post_processors' => array('jpegoptim' => array('strip_all' => true, 'max' => 90, 'progressive' => true))))
in
vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php
(line 107)
FilterManager->apply(object(Binary), array('quality' => 100, 'jpeg_quality' => null, 'png_compression_level' => null, 'png_compression_filter' => null, 'format' => null, 'animated' => false, 'cache' => 'aws_s3', 'data_loader' => null, 'default_image' => null, 'filters' => array('thumbnail' => array('size' => array(384, 216), 'mode' => 'outbound')), 'post_processors' => array('jpegoptim' => array('strip_all' => true, 'max' => 90, 'progressive' => true))))
in
vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php
(line 154)
FilterManager->applyFilter(object(Binary), 'new_item')
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/AliasGenerator.php
(line 160)
// If the variation has a reference, we recursively call this method to apply reference's filters.
if (isset($filterConfig['reference']) && $filterConfig['reference'] !== IORepositoryResolver::VARIATION_ORIGINAL) {
$image = $this->applyFilter($image, $filterConfig['reference']);
}
return $this->filterManager->applyFilter($image, $variationName);
}
public function supportsValue(Value $value)
{
return $value instanceof ImageValue;
AliasGenerator->applyFilter(object(Binary), 'new_item')
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/AliasGenerator.php
(line 103)
}
$this->logger->debug("Generating '$variationName' variation on $originalPath, field #$fieldId ($fieldDefIdentifier)");
$this->ioResolver->store(
$this->applyFilter($originalBinary, $variationName),
$originalPath,
$variationName
);
} else {
if ($variationName === IORepositoryResolver::VARIATION_ORIGINAL) {
AliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item', array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/PlaceholderAliasGenerator.php
(line 78)
PlaceholderAliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item', array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/Variation/ImagineAwareAliasGenerator.php
(line 70)
/** @var \eZ\Publish\SPI\Variation\Values\ImageVariation $variation */
$variation = $this->aliasGenerator->getVariation(
$field,
$versionInfo,
$variationName,
$parameters
);
if (null === $variation->width || null === $variation->height) {
$variationBinaryFile = $this->getVariationBinaryFile($field->value->id, $variationName);
$image = $this->imagine->load($this->ioService->getFileContents($variationBinaryFile));
ImagineAwareAliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item', array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/Cache/AliasGeneratorDecorator.php
(line 61)
public function getVariation(Field $field, VersionInfo $versionInfo, $variationName, array $parameters = [])
{
$item = $this->cache->getItem($this->getCacheKey($field, $versionInfo, $variationName));
$image = $item->get();
if (!$item->isHit()) {
$image = $this->aliasGenerator->getVariation($field, $versionInfo, $variationName, $parameters);
$item->set($image);
$item->tag($this->getTagsForVariation($field, $versionInfo, $variationName));
$this->cache->save($item);
}
AliasGeneratorDecorator->getVariation(object(Field), object(VersionInfo), 'new_item', array())
in
var/cache/dev/ContainerXos7vnb/AliasGeneratorDecorator_02cce63.php
(line 27)
public function getVariation(\eZ\Publish\API\Repository\Values\Content\Field $field, \eZ\Publish\API\Repository\Values\Content\VersionInfo $versionInfo, $variationName, array $parameters = [])
{
$this->initializeraa1bb && ($this->initializeraa1bb->__invoke($valueHoldere39e4, $this, 'getVariation', array('field' => $field, 'versionInfo' => $versionInfo, 'variationName' => $variationName, 'parameters' => $parameters), $this->initializeraa1bb) || 1) && $this->valueHoldere39e4 = $valueHoldere39e4;
return $this->valueHoldere39e4->getVariation($field, $versionInfo, $variationName, $parameters);
}
public function setSiteAccess(?\eZ\Publish\Core\MVC\Symfony\SiteAccess $siteAccess = null)
{
$this->initializeraa1bb && ($this->initializeraa1bb->__invoke($valueHoldere39e4, $this, 'setSiteAccess', array('siteAccess' => $siteAccess), $this->initializeraa1bb) || 1) && $this->valueHoldere39e4 = $valueHoldere39e4;
AliasGeneratorDecorator_02cce63->getVariation(object(Field), object(VersionInfo), 'new_item', array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/ImageAsset/AliasGenerator.php
(line 67)
AliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item')
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/ImageExtension.php
(line 66)
* @return \eZ\Publish\SPI\Variation\Values\Variation|null
*/
public function getImageVariation(Field $field, VersionInfo $versionInfo, $variationName)
{
try {
return $this->imageVariationService->getVariation($field, $versionInfo, $variationName);
} catch (InvalidVariationException $e) {
if (isset($this->logger)) {
$this->logger->error("Couldn't get variation '{$variationName}' for image with id {$field->value->id}");
}
} catch (SourceImageNotFoundException $e) {
ImageExtension->getImageVariation(object(Field), object(VersionInfo), 'new_item')
in
var/cache/dev/twig/18/18730097ee98a9a9afbf65fef2241f403e7fbac8fa4152909dad03da1f7d6edc.php
(line 118)
// line 13
echo " ";
$context["image_alt"] = ((twig_get_attribute($this->env, $this->source, ($context["parameters"] ?? null), "alt", [], "any", true, true, false, 13)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["parameters"] ?? null), "alt", [], "any", false, false, false, 13), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["field"]) || array_key_exists("field", $context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.', 13, $this->source); })()), "value", [], "any", false, false, false, 13), "alternativeText", [], "any", false, false, false, 13))) : (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["field"]) || array_key_exists("field", $context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.', 13, $this->source); })()), "value", [], "any", false, false, false, 13), "alternativeText", [], "any", false, false, false, 13)));
// line 14
echo " ";
$context["image_alias"] = $this->extensions['eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ImageExtension']->getImageVariation((isset($context["field"]) || array_key_exists("field", $context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.', 14, $this->source); })()), (isset($context["versionInfo"]) || array_key_exists("versionInfo", $context) ? $context["versionInfo"] : (function () { throw new RuntimeError('Variable "versionInfo" does not exist.', 14, $this->source); })()), ((twig_get_attribute($this->env, $this->source, ($context["parameters"] ?? null), "alias", [], "any", true, true, false, 14)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["parameters"] ?? null), "alias", [], "any", false, false, false, 14), "original")) : ("original")));
// line 15
echo " ";
if ((isset($context["image_alias"]) || array_key_exists("image_alias", $context) ? $context["image_alias"] : (function () { throw new RuntimeError('Variable "image_alias" does not exist.', 15, $this->source); })())) {
// line 16
echo " ";
__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b->block_ezimage_field(array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'image_alt' => ''), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field')))
in
vendor/twig/twig/src/Template.php
(line 182)
Template->displayBlock('ezimage_field', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field')), true)
in
vendor/twig/twig/src/Template.php
(line 254)
Template->renderBlock('ezimage_field', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field')))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php
(line 180)
if (!$this->baseTemplate->hasBlock($blockName, $context, $blocks)) {
throw new MissingFieldBlockException("Cannot find '$blockName' template block.");
}
return $this->baseTemplate->renderBlock($blockName, $context, $blocks);
}
public function renderFieldDefinitionView(FieldDefinition $fieldDefinition, array $params = [])
{
return $this->renderFieldDefinition($fieldDefinition, $params, self::VIEW);
FieldBlockRenderer->renderContentField(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()), 1)
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php
(line 138)
return $b['priority'] - $a['priority'];
}
public function renderContentFieldView(Field $field, $fieldTypeIdentifier, array $params = [])
{
return $this->renderContentField($field, $fieldTypeIdentifier, $params, self::VIEW);
}
public function renderContentFieldEdit(Field $field, $fieldTypeIdentifier, array $params = [])
{
return $this->renderContentField($field, $fieldTypeIdentifier, $params, self::EDIT);
FieldBlockRenderer->renderContentFieldView(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()))
in
var/cache/dev/ContainerXos7vnb/FieldBlockRenderer_47ffb65.php
(line 76)
public function renderContentFieldView(\eZ\Publish\API\Repository\Values\Content\Field $field, $fieldTypeIdentifier, array $params = [])
{
$this->initializeraa1bb && ($this->initializeraa1bb->__invoke($valueHoldere39e4, $this, 'renderContentFieldView', array('field' => $field, 'fieldTypeIdentifier' => $fieldTypeIdentifier, 'params' => $params), $this->initializeraa1bb) || 1) && $this->valueHoldere39e4 = $valueHoldere39e4;
return $this->valueHoldere39e4->renderContentFieldView($field, $fieldTypeIdentifier, $params);
}
public function renderContentFieldEdit(\eZ\Publish\API\Repository\Values\Content\Field $field, $fieldTypeIdentifier, array $params = [])
{
$this->initializeraa1bb && ($this->initializeraa1bb->__invoke($valueHoldere39e4, $this, 'renderContentFieldEdit', array('field' => $field, 'fieldTypeIdentifier' => $fieldTypeIdentifier, 'params' => $params), $this->initializeraa1bb) || 1) && $this->valueHoldere39e4 = $valueHoldere39e4;
FieldBlockRenderer_47ffb65->renderContentFieldView(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php
(line 117)
}
$params = $this->getRenderFieldBlockParameters($content, $field, $params);
$fieldTypeIdentifier = $this->getFieldTypeIdentifier($content, $field);
return $this->fieldBlockRenderer->renderContentFieldView($field, $fieldTypeIdentifier, $params);
}
/**
* Generates the array of parameter to pass to the field template.
*
FieldRenderingExtension->renderField(object(Content), 'internal_critica_image', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php
(line 64)
new Twig_SimpleFunction(
'ez_render_field',
function (Twig_Environment $environment, Content $content, $fieldIdentifier, array $params = []) {
$this->fieldBlockRenderer->setTwig($environment);
return $this->renderField($content, $fieldIdentifier, $params);
},
['is_safe' => ['html'], 'needs_environment' => true]
),
new Twig_SimpleFunction(
'ez_render_fielddefinition_settings',
FieldRenderingExtension->eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\{closure}(object(Environment), object(Content), 'internal_critica_image', array('parameters' => array('alias' => 'new_item')))
in
var/cache/dev/twig/37/377fdef822346967881da50e54ecc82112164a2ca0da703ce2a46cb5abecb2f0.php
(line 53)
if ( !$this->extensions['eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ContentExtension']->isFieldEmpty((isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 2, $this->source); })()), "internal_critica_image")) {
// line 3
echo " <div class=\"picture\">
";
// line 4
echo call_user_func_array($this->env->getFunction('ez_render_field')->getCallable(), [$this->env, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 4, $this->source); })()), "internal_critica_image", ["parameters" => ["alias" => "new_item"]]]);
echo "
</div>
";
}
// line 7
__TwigTemplate_1534be0da88ae89691be3cda29e5ac6046a90c6e84fee76a30dbc16074c1d737->doDisplay(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array())
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array())
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/twig/twig/src/Template.php
(line 390)
Template->render(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php
(line 50)
TwigEngine->render('@ezdesign/block/internal_critica.html.twig', array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php
(line 57)
TemplateRenderer->render(object(ContentView))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php
(line 41)
ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
(line 115)
WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 214)
EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 44)
EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
(line 143)
TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 156)
$response = \call_user_func_array($controller, $arguments);
// view
if (!$response instanceof Response) {
$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);
$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
if ($event->hasResponse()) {
$response = $event->getResponse();
}
HttpKernel->handleRaw(object(Request), 2)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof RequestExceptionInterface) {
$e = new BadRequestHttpException($e->getMessage(), $e);
}
if (false === $catch) {
HttpKernel->handle(object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php
(line 102)
if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) {
Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
}
try {
return $kernel->handle($request, $type, $catch);
} finally {
// restore global state
Request::setTrustedProxies($trustedProxies, $trustedHeaderSet);
}
}
SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php
(line 80)
$subRequest->attributes->add($reference->attributes);
}
$level = ob_get_level();
try {
return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
} catch (\Exception $e) {
// we dispatch the exception event to trigger the logging
// the response that comes back is ignored
if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
$event = new GetResponseForExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e);
InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3Dez_content%253AviewAction', object(Request), array('ignore_errors' => false))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php
(line 60)
InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php
(line 87)
FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php
(line 77)
LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php
(line 46)
HttpKernelRuntime->renderFragment(object(ControllerReference))
in
var/cache/dev/twig/1a/1acbb35a6a41755bbff4097e96ed38f1b7be7c1e193711887546891d0bfed0a8.php
(line 114)
foreach ($context['_seq'] as $context["_key"] => $context["contentId"]) {
// line 26
echo " <li class=\"item\">
";
// line 27
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("ez_content:viewAction", ["contentId" => $context["contentId"], "viewType" => "embed", "noLayout" => 1]));
echo "
</li>
";
}
$_parent = $context['_parent'];
__TwigTemplate_f996e8b6487cfc63eeee09c84b4a7b4b1fcb73e307f644494d69e62ec774b508->doDisplay(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, '_parent' => array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), '_seq' => array(10205, 10315, 10316, 10317, 10331, 10332, 10333, 10337, 11974, 11975, 11976, 11977), '_key' => 6), array())
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array())
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/twig/twig/src/Template.php
(line 390)
Template->render(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php
(line 50)
TwigEngine->render('@ezdesign/block/m10_block.html.twig', array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php
(line 57)
TemplateRenderer->render(object(ContentView))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php
(line 41)
ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
(line 115)
WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 214)
EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 44)
EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
(line 143)
TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 156)
$response = \call_user_func_array($controller, $arguments);
// view
if (!$response instanceof Response) {
$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);
$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
if ($event->hasResponse()) {
$response = $event->getResponse();
}
HttpKernel->handleRaw(object(Request), 2)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof RequestExceptionInterface) {
$e = new BadRequestHttpException($e->getMessage(), $e);
}
if (false === $catch) {
HttpKernel->handle(object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php
(line 102)
if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) {
Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
}
try {
return $kernel->handle($request, $type, $catch);
} finally {
// restore global state
Request::setTrustedProxies($trustedProxies, $trustedHeaderSet);
}
}
SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php
(line 80)
$subRequest->attributes->add($reference->attributes);
}
$level = ob_get_level();
try {
return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
} catch (\Exception $e) {
// we dispatch the exception event to trigger the logging
// the response that comes back is ignored
if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
$event = new GetResponseForExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e);
InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3Dez_content%253AviewAction', object(Request), array('ignore_errors' => false))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php
(line 60)
InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php
(line 87)
FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php
(line 77)
LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php
(line 46)
HttpKernelRuntime->renderFragment(object(ControllerReference))
in
var/cache/dev/twig/73/73bed3736419c90420def4a62fa10fd3ed40a024f2988b7aa7bf00958cc83f3d.php
(line 48)
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["modules"]) || array_key_exists("modules", $context) ? $context["modules"] : (function () { throw new RuntimeError('Variable "modules" does not exist.', 1, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
// line 2
echo " ";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("ez_content:viewAction", ["contentId" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["module"], "contentInfo", [], "any", false, false, false, 2), "id", [], "any", false, false, false, 2), "viewType" => "block"]));
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['module'], $context['_parent'], $context['loop']);
__TwigTemplate_e876aff36fbc0317dac683ae04f4eeda07d04cfbcf85d9a5ddb29e1807efd35f->doDisplay(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, '_parent' => array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), '_seq' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'module' => object(Content), '_key' => 7), array())
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array())
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894), array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894))
in
vendor/twig/twig/src/Template.php
(line 390)
Template->render(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894))
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php
(line 50)
TwigEngine->render('@ezdesign/block/list.html.twig', array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894))
in
vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
(line 286)
* @final since version 3.4
*/
protected function render($view, array $parameters = [], Response $response = null)
{
if ($this->container->has('templating')) {
$content = $this->container->get('templating')->render($view, $parameters);
} elseif ($this->container->has('twig')) {
$content = $this->container->get('twig')->render($view, $parameters);
} else {
throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
}
AbstractController->render('@ezdesign/block/list.html.twig', array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894))
in
src/AppBundle/Controller/BlockController.php
(line 63)
*/
public function renderBlocksAction(int $locationId, bool $container = false)
{
$modules = $this->blockRepository->loadBlocksByParentLocation($locationId, $container);
return $this->render('@ezdesign/block/list.html.twig', ['modules' => $modules, 'locationId' => $locationId]);
}
/**
* @param ContentView $view
*
BlockController->renderBlocksAction(11894, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 151)
$this->dispatcher->dispatch(KernelEvents::CONTROLLER_ARGUMENTS, $event);
$controller = $event->getController();
$arguments = $event->getArguments();
// call controller
$response = \call_user_func_array($controller, $arguments);
// view
if (!$response instanceof Response) {
$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);
$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
HttpKernel->handleRaw(object(Request), 2)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof RequestExceptionInterface) {
$e = new BadRequestHttpException($e->getMessage(), $e);
}
if (false === $catch) {
HttpKernel->handle(object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php
(line 102)
if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) {
Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
}
try {
return $kernel->handle($request, $type, $catch);
} finally {
// restore global state
Request::setTrustedProxies($trustedProxies, $trustedHeaderSet);
}
}
SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php
(line 80)
$subRequest->attributes->add($reference->attributes);
}
$level = ob_get_level();
try {
return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
} catch (\Exception $e) {
// we dispatch the exception event to trigger the logging
// the response that comes back is ignored
if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
$event = new GetResponseForExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e);
InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3DAppBundle%253ABlock%253ArenderBlocks', object(Request), array('ignore_errors' => false))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php
(line 60)
InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php
(line 87)
FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php
(line 77)
LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php
(line 46)
HttpKernelRuntime->renderFragment(object(ControllerReference))
in
var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php
(line 154)
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modules"));
// line 26
echo " ";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("AppBundle:Block:renderBlocks", ["locationId" => twig_get_attribute($this->env, $this->source, (isset($context["location"]) || array_key_exists("location", $context) ? $context["location"] : (function () { throw new RuntimeError('Variable "location" does not exist.', 26, $this->source); })()), "id", [], "any", false, false, false, 26)]));
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->block_modules(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 182)
Template->displayBlock('modules', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php
(line 134)
</a>
</div>
</div>
";
// line 25
$this->displayBlock('modules', $context, $blocks);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->block_content(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 182)
Template->displayBlock('content', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
var/cache/dev/twig/67/670fb4391b1450c823eeb89aacf4b8b91378527d61d24d489c7531f8b1b48a92.php
(line 167)
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
";
// line 67
$this->displayBlock('content', $context, $blocks);
// line 68
echo " ";
if ((((isset($context["content"]) || array_key_exists("content", $context)) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "fields", [], "any", false, true, false, 68), "floodlight", [], "any", true, true, false, 68)) && !$this->extensions['eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ContentExtension']->isFieldEmpty((isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 68, $this->source); })()), "floodlight"))) {
// line 69
echo " ";
__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273->doDisplay(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php
(line 50)
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@paraiso2/full/main.html.twig"));
$this->parent = $this->loadTemplate("@ezdesign/layout.html.twig", "@paraiso2/full/main.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->doDisplay(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/twig/twig/src/Template.php
(line 390)
Template->render(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php
(line 50)
TwigEngine->render('@ezdesign/full/main.html.twig', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php
(line 57)
TemplateRenderer->render(object(ContentView))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php
(line 41)
ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
(line 115)
WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 214)
EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 44)
EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
(line 143)
TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 156)
$response = \call_user_func_array($controller, $arguments);
// view
if (!$response instanceof Response) {
$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);
$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
if ($event->hasResponse()) {
$response = $event->getResponse();
}
HttpKernel->handleRaw(object(Request), 1)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof RequestExceptionInterface) {
$e = new BadRequestHttpException($e->getMessage(), $e);
}
if (false === $catch) {
HttpKernel->handle(object(Request), 1, true)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
(line 200)
ImagickException
public function load($string)
{
try {
$imagick = new \Imagick();
$imagick->readImageBlob($string);
$imagick->setImageMatte(true);
return $this->getClassFactory()->createImage(ClassFactoryInterface::HANDLE_IMAGICK, $imagick, $this->createPalette($imagick), $this->getMetadataReader()->readData($string));
} catch (\ImagickException $e) {
throw new RuntimeException('Could not load image from string', $e->getCode(), $e);
Imagick->readImageBlob('RIFFU' . "\0" . '' . "\0" . 'WEBPVP8 U' . "\0" . '' . "\0" . 'А' . "\0" . '�*�p>�L�M��#" �i ��gleu����c�s���W���S������!�w����2�%���������ޒ�}2��y��?6_�؍*����0�C�>[w��pƸg���ߓ>I>;i���\'�������6o���ȿ�t����۟�O�?b�?�$>)��\\�������1�4�;�;�O㧵������[���?�ܿ������k�ws���^�zM�=4-. �쯨�0_��r�E���|P?����7KV�����d���+���;���Z�.�����7�3�6�Q������ @�O��N����12�?8W�M"6�|���?��a��舴�P�$�[D�<��-� ��%q�Wg��B�b"k�:�8WG�9��A����ʽNA��-�V����<���ՃW5��_) ��JMB?�������=����
B�X������!C��m�0�?k~��
���"V�3�|[C���?��tq"�e�C���Kmi\'����`�ȲZ�>���{��8�2���}�go�6{,��"nٲN�G���pc{Q�,�' . "\0" . '8mdP�WH��aq�SE��?����b��m�+����1c�%D�6G�+��-�4!x��?}Q�#���C�O�Ř��4f��w��-O�,�.���o��A�ۄ<S%}��@B�:����
�o����m��ݟ��œ�⤩=���ʪ
���?/����$���H�L�եC�C��(T�-d���QA!������Y��2�|m�o-�7�^��D��9o�}R�{��RH9�4}*�%��+��J��?���Q4���z��w��̘3���j�̶<���[�+�zל�����g�K&WL{6���6ݸ��,�c0��M>���Z#&E�a' . "\0" . '.1��R�Mkr kCh�0Z����C�B�\\%��ć����?��,M��#C�3�g9�FF|�����[T��";Ś@����Z�U�u?���#5�1���/�o7O�N���%Ț�ك����0~I� ���[�_���I���g������wl!��{A��$�i' . "\0" . 'K[ ���4�o�rVmH�-˼��j�"^�WC�e;�LV8�I`MH=*�O���!� ' . "\0" . '' . "\0" . '������\'h]' . "\0" . '�F���������Jbd������E�f?��n�}�-���۵��w��e�l�!�h�pS�k�c�M a7��V�8#��G��>ܤ��CmE��)orG���}<w���N�apM�:�Z�Y��6�{����u�Dz�.i�' . "\0" . '�{�J@�ye�@4 ������=�]�����f>ĴJ#�w?!�G�6 ��3�[N�Ӳ�L1_�D�"�G4d�Ō,�D�9f�O��s;�(�;<nǡ��6��)_9�Jя`�TO��|��:y�Ғ�H��R�t���m�*��g��j�d��"��=�߸���ը��m�/G����υ�Vs��}@���+�YT��y����L�9��N����:o6�N1oZ�c�F��m?��="��F��D�F)�|5F����˒�a�TG��[��o�:GT��r��>@����1�~|��O�,aE���H y�m2���E�(U�O���G���fju���n&�2�\'��u�{V:��X�V;xt-����V �~4f�� �3��4��#Ɓ��L4�g�c��+��:�=���Z]������x�1�S)jlv[A^�k�b�b�ˁs5O��,[(��+>|�yN.��Koo�zE7m,Ƈ��,0���dR�T��M�;紹~/jA��ʠ����=QӚU���~hH݅⒎��"�%��qz�QO��KZi�A�s=����6���� _���+�z�D��~�\'��Rb��P6�{���&��Ȃ\\�0�W��q^��j�;j4���l�o�F?�J�� /@�#�W②;�����w�Am1&Ѕ)Q�I�6�0_���q��D�>v_w8�TÛ��5�Y|EL�(ޏ"X8È2���5���e6�,��:�yW��wZ�/R3݃h�^��Ip9�<�]O{�4�K��n�ZD ��\'�e�k` w�pD�s��~��گ�5����xZZla�"�FW������Bm3M��=�y8��A�ЪӒ�~\\��z/���' . "\0" . 'L�븀��x�' . "\0" . '��������{����nM�|�A�6h$���16���vHy�m�L��\\��Rxh��_)y�(! �_"�]C"�[����^���q;�2���z���;������H�`$�k
�8@`ʜhF��Q����?��v��h��t>L�)C�' . "\0" . 'E{pI� �}�?"��6�* Jѝ��W�z�>�c�T��o���Hs�\'*}�Z�!}��T0��)u��U���)7�n�����̠P�h���@��46]6I�;\\ �D,i�&�� X��)۰ #�8��ŏ�#Fp�C�gNp�~�������aU9𧓣9�.L#�`�&�y�������T��u�[
�cj�G��\'M�Ԛ�-p̵z}��E1%�"f�PC��T�~�H�����CL|��#j*��/q��w����Z���O�ݏ��QhO�iL�j�$�.��b��=,
b���GV2���x�tؕ�ٶ��d�r�`o
5�|' . "\0" . 'd�P;5W��\\�rNRG_���YX���Y�x+�p̍�yv+�[>�^�e�t�r���z��JET�e�v�r�[�m�lI�>r�2}�pV���DǩEY��' . "\0" . '&��i��(�O)=-�,��|�m[ƿ�kH�J�}\'�/p�+B� ӿ�ňk�Y[���ltˠ�z;���P<1�j��s����6a��y��yqsׁ�CEK���\\��Zhx�\\���k���i}D$�Tn!��3<А�`wI�4����N\';�%?�\\S�Ǔ#b��AE���S�g幪RDI_�G(,�7B\\z�f�з\\s�T����� ����vbv�����d^�s(�<�y@Q��' . "\0" . '��f�o]t�G�^�wP7�$$X!vnl-9�H�e����U{9x� NH��c ķ���Z�\\���J~Pj�p�d�{���LQ�z46��a�Vw�|�ώ���&�jnY�����?-N�2����IP����X!�x�"1b$N�~���>�t.���͋��' . "\0" . '����!U�X4b�v��g�)�㷟�\\��ݗ5\\��/�5Z;�-�B���A' . "\0" . '�722m�B��|�;���|24r��h�' . "\0" . '����U���P��,���cՋ��ϐZw�8N�&�S;z
�A��4g����=l ٽ���]+E%�����u��v���Quz�^���m!z8$���^��0�X<<����:X����' . "\0" . '��u~A�!/�C+��;��[$�֑T����n�2)`I�Lw�,E�J�xCژ���&ܞlFO3�kF����y=t��v#��d�5?��֖Օ�[�dwO0�m��0���c"�P�P�mLb�ϰ�Nd�!G+���t�Z���]�\\�B@�T��W$RG�&����MQ�TBzQ��[:,H ����؞s�en��OX�?&��_�%DZ�^@�x�!������;�' . "\0" . '���Y��N6Th�o�M
U�ޣ��n�S���O�G����R`�%��NJ�k��H�Ӥ�U�.46E���0��:�E�d�.qM�UL�X�����N`[�zPӈ0w�[fEx��)�ه������$�M+�¸���iԽ��2����h���EO���d=���<��Di�bi�-=�X���v�l�}����WN�����v7
�ެ�2�ʏ�i>f}�\'qO�^è��^���zV�V�}> �kI9o�Z&r��_S���j�7�$�wpU�g� ��\\�P��W���K!z���C�-mo�v' . "\0" . '�:Xچධ��é�dJ����X/v;�����>�H� ���Z�V ��Ig-�"��diJ�JdS2۞G[��91s��8y��ބ��_�����@,�C�˸C: G�`zޥ���djM��=\\k4�93�3�OMqA"u֙E�
����
5|x��mz�N7��@XF�����I�=�F����]��h,%@�{���O���_\\�q�?rHs�q��٤��@r' . "\0" . '���>8��0���{�5#k�����~EY�r6DX/F��E!�A��-^���r��L
)��Bߦ2�3�+鿌&��$�s�;O�c�|6�䕫<��`oxY�c���AV.�k�q�~��K;�ދ:˧�@O6+�^�k�.�,WTdU�Sp������z�_�?�q�l|��� ��J�R�1��������1�f�Ծ˚:LO/�ڐf�A����?1��8~�ч4~�5~�=�$f�oe�D��q˽~oC����|�@�|�J}eM�?�`�?b� ó��J|z`�֫s+N��D\\��kӟ"�a��<Z�7�3��UV�fB~����e��8�v���!�"&�D��:?I�F�l�y��Bvd?4!+|�͇8v�u Y6g�Ub%?�L8a
N�2�)3���^}8�>����56���ز�ڭ2����+D:�r\\B72�`����ھ�mĹf��,��Z����.����S۪�a�H�c��e�6��$�6��#�Xj�v�碡���d,.����' . "\0" . '}��Q�9ۅH�~��9"�ZP�;}��Wxm��z9}�gR^#\\�wS3�Z��5��.�NV��U���=�?��R>������~1�:wɲ��)�� ��+��(:y��m{v�g�yޅ���IW� E��?�f8����*R�Q!E��7��y�?1m�xꧼyu�N��^;�}���=�6����.)}�*�O�\']~�*"�숖��v�#�v��pM\'>&O�V�j?�m��8�qbg���(�"�q���4k��h' . "\0" . 'W�H0Ͻ���DF�i� �ypå�ROl�%�U�7٢�v(چI�so\'0�=��/�L��خo�������K\\��^�%��b���uqK�?�c+k�M��fG��-5cp{������QM�O@*U������g�*Jp�p�����;��Ybԧ�7AH`~Y��jly]�R��~h1i��Jf7md�T<�hf%X���l�D�S� H�/��@�8��s�눈N�0B�$f�Y%۩��W�i�X11E0�=p(���[%�P/�����Wn0��0��uR ���xRM��A0n�gm��x9�w_��_n�w��xO��$C�e�Ғ��r���EL��/�*�Dv,��5�!3��G��)��!ܣ��>8��g�B�VĎ���$*��b��dU��a����擇:\\1n����07P��;i�^c�9�>&���HN��JBV�Di��$��K�rb5�WQCΐ�9M���A(�������0�Ϋ��K�m9�#���!~w;]Gb}�#96ms}l=��|�~o��4�n�6���Ym�v��%�LK@Kq��seC' . "\0" . '�YE\\˯Y�ͧw
��vf�s=�N�P��ڢ^4�Q���(m��&GtY��:��D��h)L��t��?8�|_�k�a%1M��~�և<UK=-m��o' . "\0" . '�0<�*5�ֈ��t�AUx��RbYV�R8K�n�zb�q�TB�KU�ܼ����L8�3Ibl���k���K��-��e�v�
�H�V��"����/��O�7H��(ks��S�-4����7��c"rH���m�$�z��v�^�on�C(������XË[���$ֶ*#�?E�
���A��<8x�i,�s
���w��ssAi��*�Q�*&�?JP�1��S/ԅ�l���ڤf�\\W�|=c)}��\\`I �' . "\0" . '��H���\'cqR�q��pz俤�*4�c��a�\'"�Y9v+�;��q~y}�?8"�=$v��(�J���YJtx�_7�G��ǁ��I���<��3��Ie�E��0�&ߩ�z���t���z ��B���>p�~W=����9)8nA�<�����E�w�G�w��&j�����]�F�H���|���t��m�8�EN�W3֓I��L��l���W+u�^�n<h�~��EiO�#t,
3�ռT���a^u�����ݠn����k�K�or��0�f�`LP#Xb2�V>��d_I��ڪ"����W��/��yd�DL"����ʇp/S���ݍc���V�E�<�mw�q�}���L,+�^��H�UI�@l䤋OrN>�m�����w��;���S��@y�cO�f�E��^E�k�r�S�j͓|��9.��8]�c��t�ĝ��C�b�`p�`�Irc����}�9y����x6���i�HŤ)�N��N��̛A�vM�a�ꛋI�;8��3�]��T���;fD��F�}�T�qށ��\\����Xh�&h���®B��y
�Ky������
�*�h���w���fo�Lŝ6��h�r3��dTS�G�D;�����{Z_��m�M��%����,���j»Q�=��k���y�<��_��\'��[������6�̭\'~(��bk�p3����A3��UO�P��>�J��{C���@D=��^�A�P)X�ʮƘ�8��H�j�.��U �G g�
�䶂#�#�b�S� \\MK8b�[K0�֪%�~���2-�j�<S]��z��xlU��:�:�³u���$�T��G�[Vu�cԃW���ʪ
L��aa�-%ނ��l���y6h�&X��������zU�Ͽ�^�Q�O1Q�9�҃j����[S�Y���h���t������C�^i���>W���1Z9��Z����a���9�̨mX�u�Ί_������,7��l�66T�' . "\0" . '��w��2��$ ������7����&L��L+��d&�j���q�������
qZ�8S^x��lsڽ-�~jЂ��t�>A����݂��>Ӯ9�dM?Q�AE[��?+L' . "\0" . ';#43�������3W{�qKEo�em}�<�m�z�zhU�yb��Fn�9C�6�SH^2��3�\'U�N�ҵ_t�N�!�H"^ag�
I��{�[�<K�!Z' . "\0" . 'j:��P�*8闛�"�оπ���M���̡�m��.��A���܃i��k��hP' . "\0" . '��B�h�N�' . "\0" . 'A�r%��1_r]����p�)]���h�N>S�d����7��;�72ܪ�kY\\?��8
�8Q�P�6����h1��"L�m±�J���Hg�$�*o����D-��(� �5֔eCO,ozw��1��W��X�1����@ՉA����䪮�3ư�pz�8=�' . "\0" . 'S| �IJK�m��1��^�7v����Nb���C,�p���t>�=K���~�tx�xS&|%K����:�F}�4��}/|zO������1���9#h���h� ������Q���K�v>UF4�T+a_3 +N�Rs���*�;Y-1��Wy}t��C���u%�f��4 �k]>��(ó׆]i��\'-d9�W�&tk��5j##?(��o/��pL��a�ۦ4f�����v ��n��1�<`Z3��SF7xѽ�"��^
' . "\0" . '�X2wK�!oSnEgu� �r&��Y�� 4Xe�X�ť����ښ��%�!��UK�����v\'�T�:��������&9�����y�8�WW�NV���v����TB�#�N����
�.ʁě���N�x��>It�k�)1B�.�r٣�;�F|F&�3}\\/30s������ �s|��)��ӓ�h1�' . "\0" . ' �t���\'���ђ��6��N�/O�IY@��S�0���� �i�!@�W�' . "\0" . '�C��Q�K��B\'�_]a���y>x{�ߘ
�F��,t[� ���A2�**�|K��H��e2S�k��S��M���p�ԫ��a�[���̮���y@��>��Y��Qޥ\\���X��udE�7���U����"�g*bR�u
�~� �L)Bs��KPJ�#g�jPTRt��I�D��4��-T~.�b3x��`>��zx���p���<];1%�U��X�}O�7jf$���x�
�`G4�d�Q]rē��J�N%Σ�*�pЂ���5�s���-S��A�@6�\\͞�������i����A�P��g�hcY�~�b�J�?��7z��z3���\'H�A2�,o~~�st���ZQ����5�qX}�T�]�V���(�,�m`ֽt�{؛j�Wg-��|7��5��za�����M"���P���U2���YtK-�7�dmfuc���WI��;��Ʈ�Q�vb����]�K��)v�b�?��a2�]`�9½b|50��D�攢"d���7y��x�水�m�dRI�D\'S[Q��8j�:8\')���8���hX�\'\\�lKgO�F�u���pE�fc�V�s�$�V�<�C�(���Nδ��E$�a2�78ydί��}6���h���࿅����@' . "\0" . 'پa[_s��8!1־���K�$]��û�U�k�Y_�������.�8ǹ�ɸU�8��_�/�Ot��z�{A�v�_�A�h���/�]�]ִ���
Wu#�ph��G�i���+���b:!��L��x�&���0������(q��a3p�����F��w��1�^B�c��n�>�e��:I����θ�n�Ea��/<<:� �n ��^q�-�3/ꑷx\\1�x�
iIz+��.��\'���X��@��j�\\�[I;�>%���\'�DIn5��:1��YCgI��P��.
���N���S[����}���]C�O��c�*�p���w$����*D��ג�+��O�����Ѽ��&�X3)�`7O����|�~ɞ�8�q���\'[?�����:����xP �!�f��_���2gg���D�^s���a1ܶ]��t�؆琉�=�[*�W�mV��2%sn �NX�:>!Sz�f��݅w��C�Z���Bm���H���IBVٽ��d憗ODd��U�Ưz]������Y�ػ�66���� �?�wYqϝY��f�����N�������O6e�K�.t��#��(5�=���3Ț#�� �
+ph���s=�7�:�e.z�������r��o�?������,�F�c�����X�=����2j�5j� �@>켤���?u� ��/�>�%��+�a8x�բ�����cy���耥���E}@��iLZ����{M�0��/V���EW�|k)�qi���xS�¢�B)���N2b�F2��]��$��@ (��V�ˮ��ܝܯ�>y��I�39I����b�[4l^����ve� �v��dXx�Q\\T}��_.Z%A����&�6[A^�`���� ��kmY.j;� �{�UunF�����d�f��aX�?��-���R�A7�L��c�E��g��ޟE�d��:�.����䲝�!�~�&t��P�� ���b���R)!�#' . "\0" . '�\'ŋE�)#]�-��,����O�?���ف�8V�:��Ћ�U\\���`GR�' . "\0" . '��ə�h�Ϲ�b�����J�P����f���+��>䨲�e�#o�� ��D�S�5��h\'������������c�VK�C��b�������EziG/S�Z��XUs�}H���#���Cz�>�Wh���SG��sbl��臖J�9-¹ʶ�k��C��.�O���=g�_�"�8����u�T�[��Ȣ�b A�)��
G�na�/rp5�i ��N�J,�+ L�g@x��QE��1��1�x�0��>�\'
������x�f.A�gL�̽g�1��岗�u� bР������t���ђ�}3��j��)�K��g��ȟO�ċ������g�?pJ�����R�e�0=F=���W�l������ڻ�Y<�`#:5�F��݉@�DHTV�w$>�P�Ӥ��S' . "\0" . '��2��S�=' . "\0" . '�j��=�If5�X�D C!�Z�m��뷭:��sk|X��\'<�
D��~8GXC���,�w�G���*�c�C�M2����w8W�u�i' . "\0" . '���j��s�Bb˸g2 U�)�ǰ5U��o��e�%fAM�xМ�͓(���3�Ʈ��ʐ8��un�gq�T��� 1`��vx\'�S���4�l�t�
��\\3�:�d�e��6�y��R�"q!�^Eޭ�WY���r�,�l>��u��)���n���e��n��o�Y9�?��!��d2����?�u5��0���W�؞���}�+1����y�E5��V2����hdS�!)�q���|��I�2����}��!�i���?Q�uޏv>��鮪�iQ�iR��Sl���`u�9���J5�������[;��A
O\'4L;=�Z8�Y6(�sM�M!x�S��u�m{+�"Bi��!B8#NE;a}�ݖ٢�@�6��{w�(�e���*����O���馇E�N���F�H�}--�M@�`���w���K��s�"�\\И|�L�(]R�iwB���t �5�������c�J}o�n�ڷ' . "\0" . 'St^?NC0�c�Ե��K�1�8B���[qn�w���BaoD�fc�)ϝ>��P��j�r[?�e���Хkة��c�V��J��&���৽�o?��y��ϭy0ݻ�Qq�ա���Ŵ�҇1��?9Cy��`���E\\�9���Uq9r%�R
qV��z�|Fb��I�%cH�~���FQ��8�R9���[��4O�r�Ȣv�����EX���z��D�WR��4R��J?Tr�g�~�}O�W:�ѩf�R��^����I��A�&�6촘q R�@žgD��k�%촁�jJi���F&*�vh�q��_�K�[Z����s� �� �}��DXPE^��m���86cu\\=����5_��h��X��a�
Kl`�.���|�U���ו�=c��\'kTS����W)a���:�"��i
�I�ź��y��Ysh�ԫ�-i�$`]���rp�jr�n ۠�v`.N��9�ZśR^��������us��A�}]5�O�7�����o��nUN(��t@�f�]ǽe�Cr1�8̜�NH����94���Dj����š�q1���Bt��o�R�n��ض�Z�nB�0uZ��Y\'O�k�g�B��v�en�䊝�C��^F���A����l�8ESY�7��K�;��w��Ӏ���vD�&���W�!ԑ��ԝ5FK`�?DǤ��ubwnHYM��?�ka�)8� ��P����viGc-��i?�' . "\0" . 'X�#ަ0^���tF�i{ؖ@��X��w�nC_=����Wk���X�
��;:n�?�X#�1���m���?vml��M�09����
.���sz-䓄^���X*�x����3���B�Sք�{�������hяz{봧�K��Nk���tnX]ep��)�5]Y�5�u&�1R-���@0~E/Ý�|��)`��+r����Y������q�{��{w�)٧��UZ��c*�\\:1Q��;_�S���O"���/�ݕ���{�<zp��>O�n��y�����
�b���C�OBy�=�mC����������i�t_� �3���{�3Ŧ�*s��}���*�{�@�j�L���;Z���"��5,��螨��ПO���4��y�ؑ�@q���.�\'#E+�P��>�rJZ�pF�C��,�Ur�����f�{,���ى��F��i$��' . "\0" . '�aK�`(���|��yF�Ӓ:i��{��c~��9-�K��a��31l0��"�w�i��s�*m��2�>lv��5��{�9�[I�~���M����\\O=��_Y��$�jΰ�x�K�' . "\0" . '9b��c�t��\'���1��7@�Y\\;��Y%HS;=��.]w����)j���9�w��><Z��R�$zȝ��
��N�����џ\'�ӛzS�%��g�N~B���/�EJU���X�i?"�t6�]�Ƙ�ٱX�$�|�yz`��Z�K3(�|�`H��4�X/��kwi-4(k� l�!���4#�pɓ�F�$�r\\�n
��A ��/%V=��%�}�����I�L���t�����}�g��M:��~�"�_3t%)+�{��˭б����$`p�=!?��e�Md\'M"?�u�7���*�/��~��#�[��L@h~5�\'��l' . "\0" . '���&�5#�ŭ���?���nuo9.�#1��|pP}c0-�8�Fa�DM�Ǡ�v�4Ϋ���I+v[��*�����_��}�
�y���O�SN�T�KnK��3�{���#ܝ�>J�V���v]6h\'w��S-���՜�|��*]_�u��y+\\{�~d���x�s�4�m,����O����{����A�[B' . "\0" . '��{��DOg;�U�-N~����:+b ��W�*�O���\'|P[���8�\\�-5�W�D����>LXV6cӱ��!U$�(�����4"N�.��%��4���� D�V�\'���c��:`܂X�w�qi2r��Ѳ|�g��v ��@�n�����詅��h�ǩ1�������w�X� �a��6H��Oo;�d9{M�' . "\0" . '�\\2lB������>v/LXF۲��F-��C���ev����6��Rdp=5�E+� ���I�(;%hA����6�F49p�=>�mb�!�qeG� W LW7���J7Bn��1\\J��O:6T�$�d���\\���x��PH-�WOUWX�����t��D��-���5@GL?n�h�EU�e(2Z�����1��t����F��| ]U^��!��-�;Ia���0j��Ab��E�15g��==z� ��_�C����R�R�d;��ȹ��C��x\'���Q����b�?@T����<?q�49��a���>%�\\�2j��7���3�&J�lE�w�I�@�1�
��6�g�N��O�ԭ#5�ӵ��ύ�-52VīB��J��%��o~����Zje�>��G�M�e7ev�:6�e�E���j�t�K��\\P��)�%1
_�a�����' . "\0" . '� �b��{�Q����' . "\0" . '�gJ�����Dۉ�����Qh�mK5&�⑮�kU����7�nFi^J�i:ZL�L�_Ԛ:�$i@�:l1��B ��cݜ8ue}�B�����&I\'G8�~�?��)Fe��Rim=����1���!4_АlPS;�$�C`f��� ���C��r�{����q�:q��r��ᐆi2�o�nDШY�d�+�"��TEr�C�&���ؿ�4w�n���K��)ޞ�uO
����vw��<�a����I�o�XQL����9˨gH��U�/ʜq�_B�ܮ�ݭ�XuXU�A��~�Ψ�?�w�YN���р6#���jg�\\T
��J>*~e��t�v���h�^�{��3(������� yPk��1����~>@v�d��l�._�om=�5T�w{�j[�Ny����w�إ�zoq�Ku#7�9P��*���9���F�w�G��%=�C�e���=F�eM����-�p���ׯ��c��m-~_���\'V2��{�-�����u��e�vn���P,�bmL�0eV���~�k" �q��Oi��]' . "\0" . '̆pG���D�۔�r�h5�����k$�_�H!�~y��N�~��������sw�8:����iOx�Q�Da�D���Z��rc�4��~��adIz�*0���L�7������~��x�7ݐ����d�=��p��+�3��̞���ZWF3J.�}L|��<i�+�z��n��b��
�FMͮ�Z��\\�|�\'jBQ�Cc��T��p3X����Ja���;x��o���6�\'�l�W�-��"���$�&Fٰ�q��x3�J��6�����¨_�jz�l�0��w9]�&c��o�fcl����E�K�\\�t�e�
��b_�aC�
@G' . "\0" . '~�m
ٔ����� &*�5�I�n�T]�8���d\'�n6d戴�
��5ÿ�_�Ƃ%�US�Z�3}�T�G�[���F�T`�9[�fV��Sd���锳�b�4"a�����MS�"u�2���{�A
\'q~��� ?X�sR�ݭH�pkI^`5,|�P����;~�N�K��GM�v`��<�p_�X���7�U�* ��6넀PfJ��=�Ol�)12 #���1\'��cw�D�T����g�C"&O�Mſ�{=�8�9"�m��)��|��ّ�O(2�&⹚���f��*df�s�u~�P�B0E\\:���1���J�ރ��8z���X�e�Ê���U�' . "\0" . '��|*���m3��Qi^B��p��L��j$S@�#Aq0�L�Í��pv�� v8g�&�[M��E�jK6�_"b#[��)i�6^3�*_��P�IwdMc�P�Y|�z`���攔��Y\\?&~��u7��5�
��r�_��C=' . "\0" . 's�.�E��1�� �h�a?@&�f�����M#z;q6(�c��v�Z�i��>%m��8
\'Q���ZOuN;�r��(�;���,������Ia������ܛ3�ԋ/EZ�N�_����ߓ�o1��Q��p��s��L��p��;5�O�]��%�Z)\'�Lj�0��m�����k���l��$+)�@ yd V�|�hŊ�`��K\\7�ﭭ3�Y�Z,!�X�1H�Z�nK ^��:u�!e�=�G�eW�Vw���ل��p#�dѹgB�He�/^��E�"֞����$�����\'�g�i"��8�c{.��T��GO��E����(p�����Uf1/����)ك;���t�A�-b��v�n\'�BGOat0o��I�l�Y陚B &��m����骑��T���b{R�}�1�GQ�u��+�F��`D*��-W0�������8���N�4�Y�(C��3Z��hy`��
�do1�����' . "\0" . ' �����~�:q�u�����I`#c�/���F�+ Ȟ' . "\0" . '���2�Ѯh���-r:U�?j�p���W�3�G�6Y\\���N��vܣ�C(���Uf�"R�y�g����S�}k�]��v�̑ll��R|�a�' . "\0" . '��ƨ$65Ņ�j�u�B�3}{v,��Q��`��0F_*��т}�ng9�S�ȶ����h�)�ыڇ�t�)�XX��.4���� �' . "\0" . 'Q�AY{�㨯}-�+��xK����M�2,�( �f�v�6/,��v�>7�S�z�z�����iap]vJ� \'��b%Bhn�W�D��x�%_C�&�m�p��#�|i(� �n�4��%}�|��~��5[%L��j˲T�yL��평�g�d�$#�p}m�B$' . "\0" . '=@y�~9?Ϝ�6l��������-��&W��JҴ�tN���Q��^4�j?�4�
=�9��v/ ��L�0)#"�w�f��4po�22��T�����?�G��GDN4\'��k��7\\��o�c3wʮ�$[���F�Mw7����+x�V�)��z��W�����p
��)E�TIg�lI?(�7L�;(U�yT���x�*��m�f�u���A�D�����W��9��G��>Kw��k0���p�a' . "\0" . '79��˺�j���Ѥ����2h/��,�4����m��"l%�� ^��Ȭ�~����U�|+|l��v�>M�V��8\'sT�!�0|��
�e�hEm������w&DV��ϰa����bl���z���f�0eeu0&��=���û�-V�#�F).���a/UQ�F�A�|%�~��������)����f�I@�}�����l/��g�;x�i�sF_���l�X�A�p�]�\\�>4��H�Y�\'� �.�r��Z��D_Z��J��=��m��F��}C���Q��-5�g������4��6Gr��x���c�����4S]0��2T�*Y��A[1�+�' . "\0" . ' ���zpZM:ϗB�~�����و�`�ۃ�ZL�a�}�yD��@�b_����b��]�[�6��v/�:j[�4�`���$@� ]o�~4�2���H��p�:��?ڡ����2�%�H ���;�;�=Ʀ���Y���"�����z^���{�0Р!���"���2�>N��*�f^h"�"\'���~���JQ�' . "\0" . '�IH��O(y���t��ou�qu��$����3�A��������op"�h�����[d=��t�U��h��b�ylSq12�M�\'�dPxv��Kq��R����a�����2�NC�\\IP�w�u�j�=*"y��H��u� 8�|g�a���7{[�' . "\0" . '[%s(-�~�
���ӗ�d>������)kW@����������o��Q�\'&G��z�H-�7�Z;������=�;�S�A�^�竛5�ޥ:���f�IA�o�Y��Ԑ�Sd��4$��F�%qD��V���pݐt4�]0D�B���*�!��6s��ϧ�-�p�&&8b����Q_��=:"ic��}��' . "\0" . '�<e}��N��V���w�<�.������*���f�
( ���g���|{����!�2|�nU���z�_���t%��k��C����^vI�֮���.�"�<e�r�IݍO�}�7�,\'�/���("I�V�J��>�ai�#����P��Od(ш���
��|.��' . "\0" . '�d�&��F�u���)�����X�*�l�HV' . "\0" . '��9L�b�' . "\0" . '���tl0�t��[xqx���}XC���ư���m1���a�;
ښk�İ��6p��E�B��59�Ѷ����脅�3oH~��(Tr�oB�#��Y��K˷�V�e���ߜ�1����d�2��u3ߔ)��{��Y���F�v&Ȳ�#\\�Y�r��X�0��U��TG�����ϋR��x�R�F���u�0km"=�Դ� s�ό���Ƞ�S��Y"�6C�����L��C�h�r����,�)��?!�}�' . "\0" . '� OXQoI*���} ��H
����P�m6��{�K�x�\\Z�x�}Ip������U��^da�^MN��P��V��~���+��]���g�}��ă�q�p���' . "\0" . '����?j0��u�qw�&h��Qi�W]��a�\'�c�\'2�h%�[���4��D�&�T�z�zFd4��K
;j��/��)`L;����0�#�w�Zc�>Sx���L��$���#�|M*WY�����V(^sU���_U��î�1��8�b�שҫ���ߎ]�Pćr�?�A^�=Z�"�Q���o�:ll�y�s
�7X��2��h�X���/��\\��ԉ�aɹ�_&�=����)�����Ww�oR@��䮞Hb�Ɔ7��=u?�P��<�u��o}T=�1��I��C��=�)Y)��Q*e' . "\0" . '�݃kq����ţ�c�I]"��� ��u /zʏ�j�z35C�LVx�51E�#9ƙ���6K��"�*o�e=��?��
��4��+���ǩ��d�ލb{���9V3�_77��1���G�F���xk+�z���..L�i[�� {�k^BQj�ƍv�]��Ri:�!�H�8��x�9N���i.^�X-c3&q��v�v�x�I�B�7z~�,�ZAK�]x�Y��y3��GZ/������4�\'' . "\0" . '�]�A�' . "\0" . '�������jI�A���\\�u�79�ޘ��ds�' . "\0" . '�g����5��`IV������5]�Q2�Yɻ#�]y�w0�d�i����X;�N�:GǕ˵و��U��Grg��nj8�~)&sH���at�3�뀊SMV�q��#�ҧ��<X��e�U,7' . "\0" . '��U�EU~5�8eG=�K��>��5���⡝=�P' . "\0" . 'vJ��@�5�i���Xr��� x�`ֱ4+�X
�do\\�' . "\0" . '�{\'��IǫU����[KWD�r��3���syN�o�Y샅��{�G|�����[�{j�7�,@B��b�e��?�/>��-NF��i��BZ���' . "\0" . '���98}�Y���Mb�vmj9��:E2�K+�s�M���6C����p.��o��I/]����+D�_�e���,���pt�`�YD��^Tev��5�=�"�R�y��d����1sP7��CH?F��ME1Nx�J(��XE�SfpA�N_R��H�ƻ����r4s��l�@4�~�G+J��\\�M�8Inݵ�ݭ�a�7����< ��5�`E_����0�?�\\1Z�\'l�t ��fS�VW!���o�p�N���\'K�Y��j�H��~~^NyܺFw��Zs/=[A' . "\0" . 'F���&ƍ́�
��<��Z��ǔ?��e�ژ!@��� @! m�j�M��\'����#��n�v\\ҴI��/
�t��M�"םR����|]8��4}��f��XY��5/��ֿ��>����R\'�����9����X6�rԔ�̓�`9�Д<�D+;B�!=�:��7�����\'/��|e`F�c�c�z�l0;8l6�AAM�L�5���ȹ��p�|N?������Yv��ښ`����i�F��n�5��ؙb������3K��C�:I���e��s&o��u4�AO�E��58{��lj�n�z���(���a(ʞu`d!�0��>�7�WI&��yB��w�cKW3@����u��G|��l2\'��3�&��PG�<�a���ۀ��F��S}v���Z~' . "\0" . '�ĩ�O.���PWu�g������>���ճ��B�
�+�]V�c�C��#���}B덌A5��
�3�%,o0$rC��#��];��>�@�$f����7(c(n��~�����_���ZS�s�+��' . "\0" . '�ޣ�-6�=�Q�D����aI���K��T�_x^)�H���Uu�n��i�)��ⓑL ?vV��H~��K}-�,�#�$�CNt�jՓE���UNˏ��3' . "\0" . '|�r�h���?������֡�>�l��r����2g���rB&-a��&��i/����^�n�ŏ�8tٍ�~�7��N j��=�q��V�<�{i�% w_;㺏���`\'�ϩ���Sp \'�R�6bk���h��D����b���ы7��b~' . "\0" . '�*�ȼ%��prw4e�� R��yn���͍��5烞 (%]*\\X:[D�j�0�øȫl��S��;K�2�gE�+�X&�b���U=�%�"U_��GH�P�$%��� K����MA/τ8Ǥt/)D[��M����\'f�㿮m7�X���p��No���q7����없��' . "\0" . '�������Yc�>ֿ��٧l���w����7ۢ�~�no�6��l
܃AP �Ys`��K;�g�sri�����Y1ٖ��!~*W����b1' . "\0" . 'G���DR�|�7�J��w�.�;c��,�� Y��*#�:��I�i�����~Է�yߧP�aw�,�<��4r��g�[G�s����.�z%�*P�`����ܴ���\\Z�).���8�(1{�4��1E�s>�y3²Xٱ�)c�°s^X�G�r�ԫ���J�7�x�O�|�-�RAHqC靴�H�Ġm�j>�ob���M��Vf$$�Q@^�3&�K ӂ���&uQj��*gF���@9�d���j-eQG)�[��ބ�
��wOV��E�T��C뛿%Z��ٱ����E�vy��1�=l����x��Ø\\��i&�xc�B�n�O��_R���QAVG_�JDТ3Y' . "\0" . '3�%hG �ě�Oy8+�?ߨFX��%ha���l����8�Dak��{��:���SVn��m/ �;��dz���l��俲�%�� a�nR����^�/����`<^�<�(燐<é�|��z̮l?5�ͼ��4���^������gX:�O@1G�d�\\�s�s�n)�<��*���Fx6a��&z(5�?�2/.�"<$��)�ْ(�0���A/Kf������dk~,�0j�Һ����o�`���^��\\��;� ���5���*Ш|M������4�a��neh�6������' . "\0" . '0��HHaT����̘
m)� (5g�W��r�:��g�A��}a9b��D1Dғ�w!��H�u�9^��KKW3��� I���|V�γh-D��@J@���EzT' . "\0" . '=�u�ι��a��~>��X�J�����̡[�������g-c�3M*~�5�' . "\0" . 'q�h R�BY%4�6�|���f��/25Q�P�Wv�{�f��r��{[m�E�GW#q���v黷\\��r�\\��R����l��m� b��akKHFf (�B=���� �Z�����
�����R�I!cYf�[BcD))O,�aD�#�3ZvAjV�J�����J�����8�&��L<]R����$�8���c�.m2��U�����XN��o�SmT��ur�"��)��������9N���O��aa���I��JD.Ш��6��+u2���Q/��O����)7WHE?|=B!l���)�Ak�_���<��2@N�Q3���?�ڱ�' . "\0" . '0M��"�r��n�DO�1Z=�oAf�50/s�!�U�(p�۔���M�]�^�6̷Df7j�J�Aȟ�2�;@�.+���jNpb�ۉ���XiΉ\\�Ж ���G/�䣛<�SC7Ð�=A����v��A���&�۸�XQ1����u��M$a(+BX��;�R�CK-;���1�L����w' . "\0" . '���}��s�U�ѣ[�ӰT��*���y=��/���=��{��S������A��x7?��>�O���%,[�Z�^���y�ʠ������a��6w��zo�g̼��U�ۈ��l"O&�K"T.w��\\7�\\�r�ڶ�>
����H�/�y
ғ�[a�4��: �����r� ҹ��D����{�V���l�Ĩi�G *�/��^���t�
�@�%RV��\'Y$�7�R��J4��~=.�֡�ݕ�LbX��X<E��`�r�(�L��/�HoYEs�W���:k"~C!���ik��+,2Ƒ5��wFoE�ks���`w�~S�"@�����\'"�F8�Aq���1���D~�CNq %�� w�p��N�3SD�h�;�f���X5�$ҳνUԡ�*�J�TF�W�)1Sy��ffҐGz��Gj���\'�d3~���G�/(��M�����5�l����!��]Xf���E?�5���B�c1�˨�|����"0������' . "\0" . '�Z��k�b�������~K
�P�}|ݺ\\�컉��8��^�ʩ�}b� ��$�DB�����b�-�U�Ε;��ܴ"�O�$K��aQ��I��� rK���4?El��>��������O������n�-L�ˬV4�m�ߜw���f ���O"?���k�tͳ' . "\0" . '��r ����[�' . "\0" . '̡��' . "\0" . '' . "\0" . '')
in
vendor/imagine/imagine/src/Imagick/Imagine.php
(line 135)
public function load($string)
{
try {
$imagick = new \Imagick();
$imagick->readImageBlob($string);
$imagick->setImageMatte(true);
return $this->getClassFactory()->createImage(ClassFactoryInterface::HANDLE_IMAGICK, $imagick, $this->createPalette($imagick), $this->getMetadataReader()->readData($string));
} catch (\ImagickException $e) {
throw new RuntimeException('Could not load image from string', $e->getCode(), $e);
Imagine->load('RIFFU' . "\0" . '' . "\0" . 'WEBPVP8 U' . "\0" . '' . "\0" . 'А' . "\0" . '�*�p>�L�M��#" �i ��gleu����c�s���W���S������!�w����2�%���������ޒ�}2��y��?6_�؍*����0�C�>[w��pƸg���ߓ>I>;i���\'�������6o���ȿ�t����۟�O�?b�?�$>)��\\�������1�4�;�;�O㧵������[���?�ܿ������k�ws���^�zM�=4-. �쯨�0_��r�E���|P?����7KV�����d���+���;���Z�.�����7�3�6�Q������ @�O��N����12�?8W�M"6�|���?��a��舴�P�$�[D�<��-� ��%q�Wg��B�b"k�:�8WG�9��A����ʽNA��-�V����<���ՃW5��_) ��JMB?�������=����
B�X������!C��m�0�?k~��
���"V�3�|[C���?��tq"�e�C���Kmi\'����`�ȲZ�>���{��8�2���}�go�6{,��"nٲN�G���pc{Q�,�' . "\0" . '8mdP�WH��aq�SE��?����b��m�+����1c�%D�6G�+��-�4!x��?}Q�#���C�O�Ř��4f��w��-O�,�.���o��A�ۄ<S%}��@B�:����
�o����m��ݟ��œ�⤩=���ʪ
���?/����$���H�L�եC�C��(T�-d���QA!������Y��2�|m�o-�7�^��D��9o�}R�{��RH9�4}*�%��+��J��?���Q4���z��w��̘3���j�̶<���[�+�zל�����g�K&WL{6���6ݸ��,�c0��M>���Z#&E�a' . "\0" . '.1��R�Mkr kCh�0Z����C�B�\\%��ć����?��,M��#C�3�g9�FF|�����[T��";Ś@����Z�U�u?���#5�1���/�o7O�N���%Ț�ك����0~I� ���[�_���I���g������wl!��{A��$�i' . "\0" . 'K[ ���4�o�rVmH�-˼��j�"^�WC�e;�LV8�I`MH=*�O���!� ' . "\0" . '' . "\0" . '������\'h]' . "\0" . '�F���������Jbd������E�f?��n�}�-���۵��w��e�l�!�h�pS�k�c�M a7��V�8#��G��>ܤ��CmE��)orG���}<w���N�apM�:�Z�Y��6�{����u�Dz�.i�' . "\0" . '�{�J@�ye�@4 ������=�]�����f>ĴJ#�w?!�G�6 ��3�[N�Ӳ�L1_�D�"�G4d�Ō,�D�9f�O��s;�(�;<nǡ��6��)_9�Jя`�TO��|��:y�Ғ�H��R�t���m�*��g��j�d��"��=�߸���ը��m�/G����υ�Vs��}@���+�YT��y����L�9��N����:o6�N1oZ�c�F��m?��="��F��D�F)�|5F����˒�a�TG��[��o�:GT��r��>@����1�~|��O�,aE���H y�m2���E�(U�O���G���fju���n&�2�\'��u�{V:��X�V;xt-����V �~4f�� �3��4��#Ɓ��L4�g�c��+��:�=���Z]������x�1�S)jlv[A^�k�b�b�ˁs5O��,[(��+>|�yN.��Koo�zE7m,Ƈ��,0���dR�T��M�;紹~/jA��ʠ����=QӚU���~hH݅⒎��"�%��qz�QO��KZi�A�s=����6���� _���+�z�D��~�\'��Rb��P6�{���&��Ȃ\\�0�W��q^��j�;j4���l�o�F?�J�� /@�#�W②;�����w�Am1&Ѕ)Q�I�6�0_���q��D�>v_w8�TÛ��5�Y|EL�(ޏ"X8È2���5���e6�,��:�yW��wZ�/R3݃h�^��Ip9�<�]O{�4�K��n�ZD ��\'�e�k` w�pD�s��~��گ�5����xZZla�"�FW������Bm3M��=�y8��A�ЪӒ�~\\��z/���' . "\0" . 'L�븀��x�' . "\0" . '��������{����nM�|�A�6h$���16���vHy�m�L��\\��Rxh��_)y�(! �_"�]C"�[����^���q;�2���z���;������H�`$�k
�8@`ʜhF��Q����?��v��h��t>L�)C�' . "\0" . 'E{pI� �}�?"��6�* Jѝ��W�z�>�c�T��o���Hs�\'*}�Z�!}��T0��)u��U���)7�n�����̠P�h���@��46]6I�;\\ �D,i�&�� X��)۰ #�8��ŏ�#Fp�C�gNp�~�������aU9𧓣9�.L#�`�&�y�������T��u�[
�cj�G��\'M�Ԛ�-p̵z}��E1%�"f�PC��T�~�H�����CL|��#j*��/q��w����Z���O�ݏ��QhO�iL�j�$�.��b��=,
b���GV2���x�tؕ�ٶ��d�r�`o
5�|' . "\0" . 'd�P;5W��\\�rNRG_���YX���Y�x+�p̍�yv+�[>�^�e�t�r���z��JET�e�v�r�[�m�lI�>r�2}�pV���DǩEY��' . "\0" . '&��i��(�O)=-�,��|�m[ƿ�kH�J�}\'�/p�+B� ӿ�ňk�Y[���ltˠ�z;���P<1�j��s����6a��y��yqsׁ�CEK���\\��Zhx�\\���k���i}D$�Tn!��3<А�`wI�4����N\';�%?�\\S�Ǔ#b��AE���S�g幪RDI_�G(,�7B\\z�f�з\\s�T����� ����vbv�����d^�s(�<�y@Q��' . "\0" . '��f�o]t�G�^�wP7�$$X!vnl-9�H�e����U{9x� NH��c ķ���Z�\\���J~Pj�p�d�{���LQ�z46��a�Vw�|�ώ���&�jnY�����?-N�2����IP����X!�x�"1b$N�~���>�t.���͋��' . "\0" . '����!U�X4b�v��g�)�㷟�\\��ݗ5\\��/�5Z;�-�B���A' . "\0" . '�722m�B��|�;���|24r��h�' . "\0" . '����U���P��,���cՋ��ϐZw�8N�&�S;z
�A��4g����=l ٽ���]+E%�����u��v���Quz�^���m!z8$���^��0�X<<����:X����' . "\0" . '��u~A�!/�C+��;��[$�֑T����n�2)`I�Lw�,E�J�xCژ���&ܞlFO3�kF����y=t��v#��d�5?��֖Օ�[�dwO0�m��0���c"�P�P�mLb�ϰ�Nd�!G+���t�Z���]�\\�B@�T��W$RG�&����MQ�TBzQ��[:,H ����؞s�en��OX�?&��_�%DZ�^@�x�!������;�' . "\0" . '���Y��N6Th�o�M
U�ޣ��n�S���O�G����R`�%��NJ�k��H�Ӥ�U�.46E���0��:�E�d�.qM�UL�X�����N`[�zPӈ0w�[fEx��)�ه������$�M+�¸���iԽ��2����h���EO���d=���<��Di�bi�-=�X���v�l�}����WN�����v7
�ެ�2�ʏ�i>f}�\'qO�^è��^���zV�V�}> �kI9o�Z&r��_S���j�7�$�wpU�g� ��\\�P��W���K!z���C�-mo�v' . "\0" . '�:Xچධ��é�dJ����X/v;�����>�H� ���Z�V ��Ig-�"��diJ�JdS2۞G[��91s��8y��ބ��_�����@,�C�˸C: G�`zޥ���djM��=\\k4�93�3�OMqA"u֙E�
����
5|x��mz�N7��@XF�����I�=�F����]��h,%@�{���O���_\\�q�?rHs�q��٤��@r' . "\0" . '���>8��0���{�5#k�����~EY�r6DX/F��E!�A��-^���r��L
)��Bߦ2�3�+鿌&��$�s�;O�c�|6�䕫<��`oxY�c���AV.�k�q�~��K;�ދ:˧�@O6+�^�k�.�,WTdU�Sp������z�_�?�q�l|��� ��J�R�1��������1�f�Ծ˚:LO/�ڐf�A����?1��8~�ч4~�5~�=�$f�oe�D��q˽~oC����|�@�|�J}eM�?�`�?b� ó��J|z`�֫s+N��D\\��kӟ"�a��<Z�7�3��UV�fB~����e��8�v���!�"&�D��:?I�F�l�y��Bvd?4!+|�͇8v�u Y6g�Ub%?�L8a
N�2�)3���^}8�>����56���ز�ڭ2����+D:�r\\B72�`����ھ�mĹf��,��Z����.����S۪�a�H�c��e�6��$�6��#�Xj�v�碡���d,.����' . "\0" . '}��Q�9ۅH�~��9"�ZP�;}��Wxm��z9}�gR^#\\�wS3�Z��5��.�NV��U���=�?��R>������~1�:wɲ��)�� ��+��(:y��m{v�g�yޅ���IW� E��?�f8����*R�Q!E��7��y�?1m�xꧼyu�N��^;�}���=�6����.)}�*�O�\']~�*"�숖��v�#�v��pM\'>&O�V�j?�m��8�qbg���(�"�q���4k��h' . "\0" . 'W�H0Ͻ���DF�i� �ypå�ROl�%�U�7٢�v(چI�so\'0�=��/�L��خo�������K\\��^�%��b���uqK�?�c+k�M��fG��-5cp{������QM�O@*U������g�*Jp�p�����;��Ybԧ�7AH`~Y��jly]�R��~h1i��Jf7md�T<�hf%X���l�D�S� H�/��@�8��s�눈N�0B�$f�Y%۩��W�i�X11E0�=p(���[%�P/�����Wn0��0��uR ���xRM��A0n�gm��x9�w_��_n�w��xO��$C�e�Ғ��r���EL��/�*�Dv,��5�!3��G��)��!ܣ��>8��g�B�VĎ���$*��b��dU��a����擇:\\1n����07P��;i�^c�9�>&���HN��JBV�Di��$��K�rb5�WQCΐ�9M���A(�������0�Ϋ��K�m9�#���!~w;]Gb}�#96ms}l=��|�~o��4�n�6���Ym�v��%�LK@Kq��seC' . "\0" . '�YE\\˯Y�ͧw
��vf�s=�N�P��ڢ^4�Q���(m��&GtY��:��D��h)L��t��?8�|_�k�a%1M��~�և<UK=-m��o' . "\0" . '�0<�*5�ֈ��t�AUx��RbYV�R8K�n�zb�q�TB�KU�ܼ����L8�3Ibl���k���K��-��e�v�
�H�V��"����/��O�7H��(ks��S�-4����7��c"rH���m�$�z��v�^�on�C(������XË[���$ֶ*#�?E�
���A��<8x�i,�s
���w��ssAi��*�Q�*&�?JP�1��S/ԅ�l���ڤf�\\W�|=c)}��\\`I �' . "\0" . '��H���\'cqR�q��pz俤�*4�c��a�\'"�Y9v+�;��q~y}�?8"�=$v��(�J���YJtx�_7�G��ǁ��I���<��3��Ie�E��0�&ߩ�z���t���z ��B���>p�~W=����9)8nA�<�����E�w�G�w��&j�����]�F�H���|���t��m�8�EN�W3֓I��L��l���W+u�^�n<h�~��EiO�#t,
3�ռT���a^u�����ݠn����k�K�or��0�f�`LP#Xb2�V>��d_I��ڪ"����W��/��yd�DL"����ʇp/S���ݍc���V�E�<�mw�q�}���L,+�^��H�UI�@l䤋OrN>�m�����w��;���S��@y�cO�f�E��^E�k�r�S�j͓|��9.��8]�c��t�ĝ��C�b�`p�`�Irc����}�9y����x6���i�HŤ)�N��N��̛A�vM�a�ꛋI�;8��3�]��T���;fD��F�}�T�qށ��\\����Xh�&h���®B��y
�Ky������
�*�h���w���fo�Lŝ6��h�r3��dTS�G�D;�����{Z_��m�M��%����,���j»Q�=��k���y�<��_��\'��[������6�̭\'~(��bk�p3����A3��UO�P��>�J��{C���@D=��^�A�P)X�ʮƘ�8��H�j�.��U �G g�
�䶂#�#�b�S� \\MK8b�[K0�֪%�~���2-�j�<S]��z��xlU��:�:�³u���$�T��G�[Vu�cԃW���ʪ
L��aa�-%ނ��l���y6h�&X��������zU�Ͽ�^�Q�O1Q�9�҃j����[S�Y���h���t������C�^i���>W���1Z9��Z����a���9�̨mX�u�Ί_������,7��l�66T�' . "\0" . '��w��2��$ ������7����&L��L+��d&�j���q�������
qZ�8S^x��lsڽ-�~jЂ��t�>A����݂��>Ӯ9�dM?Q�AE[��?+L' . "\0" . ';#43�������3W{�qKEo�em}�<�m�z�zhU�yb��Fn�9C�6�SH^2��3�\'U�N�ҵ_t�N�!�H"^ag�
I��{�[�<K�!Z' . "\0" . 'j:��P�*8闛�"�оπ���M���̡�m��.��A���܃i��k��hP' . "\0" . '��B�h�N�' . "\0" . 'A�r%��1_r]����p�)]���h�N>S�d����7��;�72ܪ�kY\\?��8
�8Q�P�6����h1��"L�m±�J���Hg�$�*o����D-��(� �5֔eCO,ozw��1��W��X�1����@ՉA����䪮�3ư�pz�8=�' . "\0" . 'S| �IJK�m��1��^�7v����Nb���C,�p���t>�=K���~�tx�xS&|%K����:�F}�4��}/|zO������1���9#h���h� ������Q���K�v>UF4�T+a_3 +N�Rs���*�;Y-1��Wy}t��C���u%�f��4 �k]>��(ó׆]i��\'-d9�W�&tk��5j##?(��o/��pL��a�ۦ4f�����v ��n��1�<`Z3��SF7xѽ�"��^
' . "\0" . '�X2wK�!oSnEgu� �r&��Y�� 4Xe�X�ť����ښ��%�!��UK�����v\'�T�:��������&9�����y�8�WW�NV���v����TB�#�N����
�.ʁě���N�x��>It�k�)1B�.�r٣�;�F|F&�3}\\/30s������ �s|��)��ӓ�h1�' . "\0" . ' �t���\'���ђ��6��N�/O�IY@��S�0���� �i�!@�W�' . "\0" . '�C��Q�K��B\'�_]a���y>x{�ߘ
�F��,t[� ���A2�**�|K��H��e2S�k��S��M���p�ԫ��a�[���̮���y@��>��Y��Qޥ\\���X��udE�7���U����"�g*bR�u
�~� �L)Bs��KPJ�#g�jPTRt��I�D��4��-T~.�b3x��`>��zx���p���<];1%�U��X�}O�7jf$���x�
�`G4�d�Q]rē��J�N%Σ�*�pЂ���5�s���-S��A�@6�\\͞�������i����A�P��g�hcY�~�b�J�?��7z��z3���\'H�A2�,o~~�st���ZQ����5�qX}�T�]�V���(�,�m`ֽt�{؛j�Wg-��|7��5��za�����M"���P���U2���YtK-�7�dmfuc���WI��;��Ʈ�Q�vb����]�K��)v�b�?��a2�]`�9½b|50��D�攢"d���7y��x�水�m�dRI�D\'S[Q��8j�:8\')���8���hX�\'\\�lKgO�F�u���pE�fc�V�s�$�V�<�C�(���Nδ��E$�a2�78ydί��}6���h���࿅����@' . "\0" . 'پa[_s��8!1־���K�$]��û�U�k�Y_�������.�8ǹ�ɸU�8��_�/�Ot��z�{A�v�_�A�h���/�]�]ִ���
Wu#�ph��G�i���+���b:!��L��x�&���0������(q��a3p�����F��w��1�^B�c��n�>�e��:I����θ�n�Ea��/<<:� �n ��^q�-�3/ꑷx\\1�x�
iIz+��.��\'���X��@��j�\\�[I;�>%���\'�DIn5��:1��YCgI��P��.
���N���S[����}���]C�O��c�*�p���w$����*D��ג�+��O�����Ѽ��&�X3)�`7O����|�~ɞ�8�q���\'[?�����:����xP �!�f��_���2gg���D�^s���a1ܶ]��t�؆琉�=�[*�W�mV��2%sn �NX�:>!Sz�f��݅w��C�Z���Bm���H���IBVٽ��d憗ODd��U�Ưz]������Y�ػ�66���� �?�wYqϝY��f�����N�������O6e�K�.t��#��(5�=���3Ț#�� �
+ph���s=�7�:�e.z�������r��o�?������,�F�c�����X�=����2j�5j� �@>켤���?u� ��/�>�%��+�a8x�բ�����cy���耥���E}@��iLZ����{M�0��/V���EW�|k)�qi���xS�¢�B)���N2b�F2��]��$��@ (��V�ˮ��ܝܯ�>y��I�39I����b�[4l^����ve� �v��dXx�Q\\T}��_.Z%A����&�6[A^�`���� ��kmY.j;� �{�UunF�����d�f��aX�?��-���R�A7�L��c�E��g��ޟE�d��:�.����䲝�!�~�&t��P�� ���b���R)!�#' . "\0" . '�\'ŋE�)#]�-��,����O�?���ف�8V�:��Ћ�U\\���`GR�' . "\0" . '��ə�h�Ϲ�b�����J�P����f���+��>䨲�e�#o�� ��D�S�5��h\'������������c�VK�C��b�������EziG/S�Z��XUs�}H���#���Cz�>�Wh���SG��sbl��臖J�9-¹ʶ�k��C��.�O���=g�_�"�8����u�T�[��Ȣ�b A�)��
G�na�/rp5�i ��N�J,�+ L�g@x��QE��1��1�x�0��>�\'
������x�f.A�gL�̽g�1��岗�u� bР������t���ђ�}3��j��)�K��g��ȟO�ċ������g�?pJ�����R�e�0=F=���W�l������ڻ�Y<�`#:5�F��݉@�DHTV�w$>�P�Ӥ��S' . "\0" . '��2��S�=' . "\0" . '�j��=�If5�X�D C!�Z�m��뷭:��sk|X��\'<�
D��~8GXC���,�w�G���*�c�C�M2����w8W�u�i' . "\0" . '���j��s�Bb˸g2 U�)�ǰ5U��o��e�%fAM�xМ�͓(���3�Ʈ��ʐ8��un�gq�T��� 1`��vx\'�S���4�l�t�
��\\3�:�d�e��6�y��R�"q!�^Eޭ�WY���r�,�l>��u��)���n���e��n��o�Y9�?��!��d2����?�u5��0���W�؞���}�+1����y�E5��V2����hdS�!)�q���|��I�2����}��!�i���?Q�uޏv>��鮪�iQ�iR��Sl���`u�9���J5�������[;��A
O\'4L;=�Z8�Y6(�sM�M!x�S��u�m{+�"Bi��!B8#NE;a}�ݖ٢�@�6��{w�(�e���*����O���馇E�N���F�H�}--�M@�`���w���K��s�"�\\И|�L�(]R�iwB���t �5�������c�J}o�n�ڷ' . "\0" . 'St^?NC0�c�Ե��K�1�8B���[qn�w���BaoD�fc�)ϝ>��P��j�r[?�e���Хkة��c�V��J��&���৽�o?��y��ϭy0ݻ�Qq�ա���Ŵ�҇1��?9Cy��`���E\\�9���Uq9r%�R
qV��z�|Fb��I�%cH�~���FQ��8�R9���[��4O�r�Ȣv�����EX���z��D�WR��4R��J?Tr�g�~�}O�W:�ѩf�R��^����I��A�&�6촘q R�@žgD��k�%촁�jJi���F&*�vh�q��_�K�[Z����s� �� �}��DXPE^��m���86cu\\=����5_��h��X��a�
Kl`�.���|�U���ו�=c��\'kTS����W)a���:�"��i
�I�ź��y��Ysh�ԫ�-i�$`]���rp�jr�n ۠�v`.N��9�ZśR^��������us��A�}]5�O�7�����o��nUN(��t@�f�]ǽe�Cr1�8̜�NH����94���Dj����š�q1���Bt��o�R�n��ض�Z�nB�0uZ��Y\'O�k�g�B��v�en�䊝�C��^F���A����l�8ESY�7��K�;��w��Ӏ���vD�&���W�!ԑ��ԝ5FK`�?DǤ��ubwnHYM��?�ka�)8� ��P����viGc-��i?�' . "\0" . 'X�#ަ0^���tF�i{ؖ@��X��w�nC_=����Wk���X�
��;:n�?�X#�1���m���?vml��M�09����
.���sz-䓄^���X*�x����3���B�Sք�{�������hяz{봧�K��Nk���tnX]ep��)�5]Y�5�u&�1R-���@0~E/Ý�|��)`��+r����Y������q�{��{w�)٧��UZ��c*�\\:1Q��;_�S���O"���/�ݕ���{�<zp��>O�n��y�����
�b���C�OBy�=�mC����������i�t_� �3���{�3Ŧ�*s��}���*�{�@�j�L���;Z���"��5,��螨��ПO���4��y�ؑ�@q���.�\'#E+�P��>�rJZ�pF�C��,�Ur�����f�{,���ى��F��i$��' . "\0" . '�aK�`(���|��yF�Ӓ:i��{��c~��9-�K��a��31l0��"�w�i��s�*m��2�>lv��5��{�9�[I�~���M����\\O=��_Y��$�jΰ�x�K�' . "\0" . '9b��c�t��\'���1��7@�Y\\;��Y%HS;=��.]w����)j���9�w��><Z��R�$zȝ��
��N�����џ\'�ӛzS�%��g�N~B���/�EJU���X�i?"�t6�]�Ƙ�ٱX�$�|�yz`��Z�K3(�|�`H��4�X/��kwi-4(k� l�!���4#�pɓ�F�$�r\\�n
��A ��/%V=��%�}�����I�L���t�����}�g��M:��~�"�_3t%)+�{��˭б����$`p�=!?��e�Md\'M"?�u�7���*�/��~��#�[��L@h~5�\'��l' . "\0" . '���&�5#�ŭ���?���nuo9.�#1��|pP}c0-�8�Fa�DM�Ǡ�v�4Ϋ���I+v[��*�����_��}�
�y���O�SN�T�KnK��3�{���#ܝ�>J�V���v]6h\'w��S-���՜�|��*]_�u��y+\\{�~d���x�s�4�m,����O����{����A�[B' . "\0" . '��{��DOg;�U�-N~����:+b ��W�*�O���\'|P[���8�\\�-5�W�D����>LXV6cӱ��!U$�(�����4"N�.��%��4���� D�V�\'���c��:`܂X�w�qi2r��Ѳ|�g��v ��@�n�����詅��h�ǩ1�������w�X� �a��6H��Oo;�d9{M�' . "\0" . '�\\2lB������>v/LXF۲��F-��C���ev����6��Rdp=5�E+� ���I�(;%hA����6�F49p�=>�mb�!�qeG� W LW7���J7Bn��1\\J��O:6T�$�d���\\���x��PH-�WOUWX�����t��D��-���5@GL?n�h�EU�e(2Z�����1��t����F��| ]U^��!��-�;Ia���0j��Ab��E�15g��==z� ��_�C����R�R�d;��ȹ��C��x\'���Q����b�?@T����<?q�49��a���>%�\\�2j��7���3�&J�lE�w�I�@�1�
��6�g�N��O�ԭ#5�ӵ��ύ�-52VīB��J��%��o~����Zje�>��G�M�e7ev�:6�e�E���j�t�K��\\P��)�%1
_�a�����' . "\0" . '� �b��{�Q����' . "\0" . '�gJ�����Dۉ�����Qh�mK5&�⑮�kU����7�nFi^J�i:ZL�L�_Ԛ:�$i@�:l1��B ��cݜ8ue}�B�����&I\'G8�~�?��)Fe��Rim=����1���!4_АlPS;�$�C`f��� ���C��r�{����q�:q��r��ᐆi2�o�nDШY�d�+�"��TEr�C�&���ؿ�4w�n���K��)ޞ�uO
����vw��<�a����I�o�XQL����9˨gH��U�/ʜq�_B�ܮ�ݭ�XuXU�A��~�Ψ�?�w�YN���р6#���jg�\\T
��J>*~e��t�v���h�^�{��3(������� yPk��1����~>@v�d��l�._�om=�5T�w{�j[�Ny����w�إ�zoq�Ku#7�9P��*���9���F�w�G��%=�C�e���=F�eM����-�p���ׯ��c��m-~_���\'V2��{�-�����u��e�vn���P,�bmL�0eV���~�k" �q��Oi��]' . "\0" . '̆pG���D�۔�r�h5�����k$�_�H!�~y��N�~��������sw�8:����iOx�Q�Da�D���Z��rc�4��~��adIz�*0���L�7������~��x�7ݐ����d�=��p��+�3��̞���ZWF3J.�}L|��<i�+�z��n��b��
�FMͮ�Z��\\�|�\'jBQ�Cc��T��p3X����Ja���;x��o���6�\'�l�W�-��"���$�&Fٰ�q��x3�J��6�����¨_�jz�l�0��w9]�&c��o�fcl����E�K�\\�t�e�
��b_�aC�
@G' . "\0" . '~�m
ٔ����� &*�5�I�n�T]�8���d\'�n6d戴�
��5ÿ�_�Ƃ%�US�Z�3}�T�G�[���F�T`�9[�fV��Sd���锳�b�4"a�����MS�"u�2���{�A
\'q~��� ?X�sR�ݭH�pkI^`5,|�P����;~�N�K��GM�v`��<�p_�X���7�U�* ��6넀PfJ��=�Ol�)12 #���1\'��cw�D�T����g�C"&O�Mſ�{=�8�9"�m��)��|��ّ�O(2�&⹚���f��*df�s�u~�P�B0E\\:���1���J�ރ��8z���X�e�Ê���U�' . "\0" . '��|*���m3��Qi^B��p��L��j$S@�#Aq0�L�Í��pv�� v8g�&�[M��E�jK6�_"b#[��)i�6^3�*_��P�IwdMc�P�Y|�z`���攔��Y\\?&~��u7��5�
��r�_��C=' . "\0" . 's�.�E��1�� �h�a?@&�f�����M#z;q6(�c��v�Z�i��>%m��8
\'Q���ZOuN;�r��(�;���,������Ia������ܛ3�ԋ/EZ�N�_����ߓ�o1��Q��p��s��L��p��;5�O�]��%�Z)\'�Lj�0��m�����k���l��$+)�@ yd V�|�hŊ�`��K\\7�ﭭ3�Y�Z,!�X�1H�Z�nK ^��:u�!e�=�G�eW�Vw���ل��p#�dѹgB�He�/^��E�"֞����$�����\'�g�i"��8�c{.��T��GO��E����(p�����Uf1/����)ك;���t�A�-b��v�n\'�BGOat0o��I�l�Y陚B &��m����骑��T���b{R�}�1�GQ�u��+�F��`D*��-W0�������8���N�4�Y�(C��3Z��hy`��
�do1�����' . "\0" . ' �����~�:q�u�����I`#c�/���F�+ Ȟ' . "\0" . '���2�Ѯh���-r:U�?j�p���W�3�G�6Y\\���N��vܣ�C(���Uf�"R�y�g����S�}k�]��v�̑ll��R|�a�' . "\0" . '��ƨ$65Ņ�j�u�B�3}{v,��Q��`��0F_*��т}�ng9�S�ȶ����h�)�ыڇ�t�)�XX��.4���� �' . "\0" . 'Q�AY{�㨯}-�+��xK����M�2,�( �f�v�6/,��v�>7�S�z�z�����iap]vJ� \'��b%Bhn�W�D��x�%_C�&�m�p��#�|i(� �n�4��%}�|��~��5[%L��j˲T�yL��평�g�d�$#�p}m�B$' . "\0" . '=@y�~9?Ϝ�6l��������-��&W��JҴ�tN���Q��^4�j?�4�
=�9��v/ ��L�0)#"�w�f��4po�22��T�����?�G��GDN4\'��k��7\\��o�c3wʮ�$[���F�Mw7����+x�V�)��z��W�����p
��)E�TIg�lI?(�7L�;(U�yT���x�*��m�f�u���A�D�����W��9��G��>Kw��k0���p�a' . "\0" . '79��˺�j���Ѥ����2h/��,�4����m��"l%�� ^��Ȭ�~����U�|+|l��v�>M�V��8\'sT�!�0|��
�e�hEm������w&DV��ϰa����bl���z���f�0eeu0&��=���û�-V�#�F).���a/UQ�F�A�|%�~��������)����f�I@�}�����l/��g�;x�i�sF_���l�X�A�p�]�\\�>4��H�Y�\'� �.�r��Z��D_Z��J��=��m��F��}C���Q��-5�g������4��6Gr��x���c�����4S]0��2T�*Y��A[1�+�' . "\0" . ' ���zpZM:ϗB�~�����و�`�ۃ�ZL�a�}�yD��@�b_����b��]�[�6��v/�:j[�4�`���$@� ]o�~4�2���H��p�:��?ڡ����2�%�H ���;�;�=Ʀ���Y���"�����z^���{�0Р!���"���2�>N��*�f^h"�"\'���~���JQ�' . "\0" . '�IH��O(y���t��ou�qu��$����3�A��������op"�h�����[d=��t�U��h��b�ylSq12�M�\'�dPxv��Kq��R����a�����2�NC�\\IP�w�u�j�=*"y��H��u� 8�|g�a���7{[�' . "\0" . '[%s(-�~�
���ӗ�d>������)kW@����������o��Q�\'&G��z�H-�7�Z;������=�;�S�A�^�竛5�ޥ:���f�IA�o�Y��Ԑ�Sd��4$��F�%qD��V���pݐt4�]0D�B���*�!��6s��ϧ�-�p�&&8b����Q_��=:"ic��}��' . "\0" . '�<e}��N��V���w�<�.������*���f�
( ���g���|{����!�2|�nU���z�_���t%��k��C����^vI�֮���.�"�<e�r�IݍO�}�7�,\'�/���("I�V�J��>�ai�#����P��Od(ш���
��|.��' . "\0" . '�d�&��F�u���)�����X�*�l�HV' . "\0" . '��9L�b�' . "\0" . '���tl0�t��[xqx���}XC���ư���m1���a�;
ښk�İ��6p��E�B��59�Ѷ����脅�3oH~��(Tr�oB�#��Y��K˷�V�e���ߜ�1����d�2��u3ߔ)��{��Y���F�v&Ȳ�#\\�Y�r��X�0��U��TG�����ϋR��x�R�F���u�0km"=�Դ� s�ό���Ƞ�S��Y"�6C�����L��C�h�r����,�)��?!�}�' . "\0" . '� OXQoI*���} ��H
����P�m6��{�K�x�\\Z�x�}Ip������U��^da�^MN��P��V��~���+��]���g�}��ă�q�p���' . "\0" . '����?j0��u�qw�&h��Qi�W]��a�\'�c�\'2�h%�[���4��D�&�T�z�zFd4��K
;j��/��)`L;����0�#�w�Zc�>Sx���L��$���#�|M*WY�����V(^sU���_U��î�1��8�b�שҫ���ߎ]�Pćr�?�A^�=Z�"�Q���o�:ll�y�s
�7X��2��h�X���/��\\��ԉ�aɹ�_&�=����)�����Ww�oR@��䮞Hb�Ɔ7��=u?�P��<�u��o}T=�1��I��C��=�)Y)��Q*e' . "\0" . '�݃kq����ţ�c�I]"��� ��u /zʏ�j�z35C�LVx�51E�#9ƙ���6K��"�*o�e=��?��
��4��+���ǩ��d�ލb{���9V3�_77��1���G�F���xk+�z���..L�i[�� {�k^BQj�ƍv�]��Ri:�!�H�8��x�9N���i.^�X-c3&q��v�v�x�I�B�7z~�,�ZAK�]x�Y��y3��GZ/������4�\'' . "\0" . '�]�A�' . "\0" . '�������jI�A���\\�u�79�ޘ��ds�' . "\0" . '�g����5��`IV������5]�Q2�Yɻ#�]y�w0�d�i����X;�N�:GǕ˵و��U��Grg��nj8�~)&sH���at�3�뀊SMV�q��#�ҧ��<X��e�U,7' . "\0" . '��U�EU~5�8eG=�K��>��5���⡝=�P' . "\0" . 'vJ��@�5�i���Xr��� x�`ֱ4+�X
�do\\�' . "\0" . '�{\'��IǫU����[KWD�r��3���syN�o�Y샅��{�G|�����[�{j�7�,@B��b�e��?�/>��-NF��i��BZ���' . "\0" . '���98}�Y���Mb�vmj9��:E2�K+�s�M���6C����p.��o��I/]����+D�_�e���,���pt�`�YD��^Tev��5�=�"�R�y��d����1sP7��CH?F��ME1Nx�J(��XE�SfpA�N_R��H�ƻ����r4s��l�@4�~�G+J��\\�M�8Inݵ�ݭ�a�7����< ��5�`E_����0�?�\\1Z�\'l�t ��fS�VW!���o�p�N���\'K�Y��j�H��~~^NyܺFw��Zs/=[A' . "\0" . 'F���&ƍ́�
��<��Z��ǔ?��e�ژ!@��� @! m�j�M��\'����#��n�v\\ҴI��/
�t��M�"םR����|]8��4}��f��XY��5/��ֿ��>����R\'�����9����X6�rԔ�̓�`9�Д<�D+;B�!=�:��7�����\'/��|e`F�c�c�z�l0;8l6�AAM�L�5���ȹ��p�|N?������Yv��ښ`����i�F��n�5��ؙb������3K��C�:I���e��s&o��u4�AO�E��58{��lj�n�z���(���a(ʞu`d!�0��>�7�WI&��yB��w�cKW3@����u��G|��l2\'��3�&��PG�<�a���ۀ��F��S}v���Z~' . "\0" . '�ĩ�O.���PWu�g������>���ճ��B�
�+�]V�c�C��#���}B덌A5��
�3�%,o0$rC��#��];��>�@�$f����7(c(n��~�����_���ZS�s�+��' . "\0" . '�ޣ�-6�=�Q�D����aI���K��T�_x^)�H���Uu�n��i�)��ⓑL ?vV��H~��K}-�,�#�$�CNt�jՓE���UNˏ��3' . "\0" . '|�r�h���?������֡�>�l��r����2g���rB&-a��&��i/����^�n�ŏ�8tٍ�~�7��N j��=�q��V�<�{i�% w_;㺏���`\'�ϩ���Sp \'�R�6bk���h��D����b���ы7��b~' . "\0" . '�*�ȼ%��prw4e�� R��yn���͍��5烞 (%]*\\X:[D�j�0�øȫl��S��;K�2�gE�+�X&�b���U=�%�"U_��GH�P�$%��� K����MA/τ8Ǥt/)D[��M����\'f�㿮m7�X���p��No���q7����없��' . "\0" . '�������Yc�>ֿ��٧l���w����7ۢ�~�no�6��l
܃AP �Ys`��K;�g�sri�����Y1ٖ��!~*W����b1' . "\0" . 'G���DR�|�7�J��w�.�;c��,�� Y��*#�:��I�i�����~Է�yߧP�aw�,�<��4r��g�[G�s����.�z%�*P�`����ܴ���\\Z�).���8�(1{�4��1E�s>�y3²Xٱ�)c�°s^X�G�r�ԫ���J�7�x�O�|�-�RAHqC靴�H�Ġm�j>�ob���M��Vf$$�Q@^�3&�K ӂ���&uQj��*gF���@9�d���j-eQG)�[��ބ�
��wOV��E�T��C뛿%Z��ٱ����E�vy��1�=l����x��Ø\\��i&�xc�B�n�O��_R���QAVG_�JDТ3Y' . "\0" . '3�%hG �ě�Oy8+�?ߨFX��%ha���l����8�Dak��{��:���SVn��m/ �;��dz���l��俲�%�� a�nR����^�/����`<^�<�(燐<é�|��z̮l?5�ͼ��4���^������gX:�O@1G�d�\\�s�s�n)�<��*���Fx6a��&z(5�?�2/.�"<$��)�ْ(�0���A/Kf������dk~,�0j�Һ����o�`���^��\\��;� ���5���*Ш|M������4�a��neh�6������' . "\0" . '0��HHaT����̘
m)� (5g�W��r�:��g�A��}a9b��D1Dғ�w!��H�u�9^��KKW3��� I���|V�γh-D��@J@���EzT' . "\0" . '=�u�ι��a��~>��X�J�����̡[�������g-c�3M*~�5�' . "\0" . 'q�h R�BY%4�6�|���f��/25Q�P�Wv�{�f��r��{[m�E�GW#q���v黷\\��r�\\��R����l��m� b��akKHFf (�B=���� �Z�����
�����R�I!cYf�[BcD))O,�aD�#�3ZvAjV�J�����J�����8�&��L<]R����$�8���c�.m2��U�����XN��o�SmT��ur�"��)��������9N���O��aa���I��JD.Ш��6��+u2���Q/��O����)7WHE?|=B!l���)�Ak�_���<��2@N�Q3���?�ڱ�' . "\0" . '0M��"�r��n�DO�1Z=�oAf�50/s�!�U�(p�۔���M�]�^�6̷Df7j�J�Aȟ�2�;@�.+���jNpb�ۉ���XiΉ\\�Ж ���G/�䣛<�SC7Ð�=A����v��A���&�۸�XQ1����u��M$a(+BX��;�R�CK-;���1�L����w' . "\0" . '���}��s�U�ѣ[�ӰT��*���y=��/���=��{��S������A��x7?��>�O���%,[�Z�^���y�ʠ������a��6w��zo�g̼��U�ۈ��l"O&�K"T.w��\\7�\\�r�ڶ�>
����H�/�y
ғ�[a�4��: �����r� ҹ��D����{�V���l�Ĩi�G *�/��^���t�
�@�%RV��\'Y$�7�R��J4��~=.�֡�ݕ�LbX��X<E��`�r�(�L��/�HoYEs�W���:k"~C!���ik��+,2Ƒ5��wFoE�ks���`w�~S�"@�����\'"�F8�Aq���1���D~�CNq %�� w�p��N�3SD�h�;�f���X5�$ҳνUԡ�*�J�TF�W�)1Sy��ffҐGz��Gj���\'�d3~���G�/(��M�����5�l����!��]Xf���E?�5���B�c1�˨�|����"0������' . "\0" . '�Z��k�b�������~K
�P�}|ݺ\\�컉��8��^�ʩ�}b� ��$�DB�����b�-�U�Ε;��ܴ"�O�$K��aQ��I��� rK���4?El��>��������O������n�-L�ˬV4�m�ߜw���f ���O"?���k�tͳ' . "\0" . '��r ����[�' . "\0" . '̡��' . "\0" . '' . "\0" . '')
in
vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php
(line 121)
public function applyFilters(BinaryInterface $binary, array $config): BinaryInterface
{
if ($binary instanceof FileBinaryInterface) {
$image = $this->imagine->open($binary->getPath());
} else {
$image = $this->imagine->load($binary->getContent());
}
foreach ($this->sanitizeFilters($config['filters'] ?? []) as $name => $options) {
$prior = $image;
$image = $this->loaders[$name]->load($image, $options);
FilterManager->applyFilters(object(Binary), array('quality' => 100, 'jpeg_quality' => null, 'png_compression_level' => null, 'png_compression_filter' => null, 'format' => null, 'animated' => false, 'cache' => 'aws_s3', 'data_loader' => null, 'default_image' => null, 'filters' => array('thumbnail' => array('size' => array(384, 216), 'mode' => 'outbound')), 'post_processors' => array('jpegoptim' => array('strip_all' => true, 'max' => 90, 'progressive' => true))))
in
vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php
(line 107)
FilterManager->apply(object(Binary), array('quality' => 100, 'jpeg_quality' => null, 'png_compression_level' => null, 'png_compression_filter' => null, 'format' => null, 'animated' => false, 'cache' => 'aws_s3', 'data_loader' => null, 'default_image' => null, 'filters' => array('thumbnail' => array('size' => array(384, 216), 'mode' => 'outbound')), 'post_processors' => array('jpegoptim' => array('strip_all' => true, 'max' => 90, 'progressive' => true))))
in
vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php
(line 154)
FilterManager->applyFilter(object(Binary), 'new_item')
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/AliasGenerator.php
(line 160)
// If the variation has a reference, we recursively call this method to apply reference's filters.
if (isset($filterConfig['reference']) && $filterConfig['reference'] !== IORepositoryResolver::VARIATION_ORIGINAL) {
$image = $this->applyFilter($image, $filterConfig['reference']);
}
return $this->filterManager->applyFilter($image, $variationName);
}
public function supportsValue(Value $value)
{
return $value instanceof ImageValue;
AliasGenerator->applyFilter(object(Binary), 'new_item')
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/AliasGenerator.php
(line 103)
}
$this->logger->debug("Generating '$variationName' variation on $originalPath, field #$fieldId ($fieldDefIdentifier)");
$this->ioResolver->store(
$this->applyFilter($originalBinary, $variationName),
$originalPath,
$variationName
);
} else {
if ($variationName === IORepositoryResolver::VARIATION_ORIGINAL) {
AliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item', array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/PlaceholderAliasGenerator.php
(line 78)
PlaceholderAliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item', array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/Variation/ImagineAwareAliasGenerator.php
(line 70)
/** @var \eZ\Publish\SPI\Variation\Values\ImageVariation $variation */
$variation = $this->aliasGenerator->getVariation(
$field,
$versionInfo,
$variationName,
$parameters
);
if (null === $variation->width || null === $variation->height) {
$variationBinaryFile = $this->getVariationBinaryFile($field->value->id, $variationName);
$image = $this->imagine->load($this->ioService->getFileContents($variationBinaryFile));
ImagineAwareAliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item', array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/Cache/AliasGeneratorDecorator.php
(line 61)
public function getVariation(Field $field, VersionInfo $versionInfo, $variationName, array $parameters = [])
{
$item = $this->cache->getItem($this->getCacheKey($field, $versionInfo, $variationName));
$image = $item->get();
if (!$item->isHit()) {
$image = $this->aliasGenerator->getVariation($field, $versionInfo, $variationName, $parameters);
$item->set($image);
$item->tag($this->getTagsForVariation($field, $versionInfo, $variationName));
$this->cache->save($item);
}
AliasGeneratorDecorator->getVariation(object(Field), object(VersionInfo), 'new_item', array())
in
var/cache/dev/ContainerXos7vnb/AliasGeneratorDecorator_02cce63.php
(line 27)
public function getVariation(\eZ\Publish\API\Repository\Values\Content\Field $field, \eZ\Publish\API\Repository\Values\Content\VersionInfo $versionInfo, $variationName, array $parameters = [])
{
$this->initializeraa1bb && ($this->initializeraa1bb->__invoke($valueHoldere39e4, $this, 'getVariation', array('field' => $field, 'versionInfo' => $versionInfo, 'variationName' => $variationName, 'parameters' => $parameters), $this->initializeraa1bb) || 1) && $this->valueHoldere39e4 = $valueHoldere39e4;
return $this->valueHoldere39e4->getVariation($field, $versionInfo, $variationName, $parameters);
}
public function setSiteAccess(?\eZ\Publish\Core\MVC\Symfony\SiteAccess $siteAccess = null)
{
$this->initializeraa1bb && ($this->initializeraa1bb->__invoke($valueHoldere39e4, $this, 'setSiteAccess', array('siteAccess' => $siteAccess), $this->initializeraa1bb) || 1) && $this->valueHoldere39e4 = $valueHoldere39e4;
AliasGeneratorDecorator_02cce63->getVariation(object(Field), object(VersionInfo), 'new_item', array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/ImageAsset/AliasGenerator.php
(line 67)
AliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item')
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/ImageExtension.php
(line 66)
* @return \eZ\Publish\SPI\Variation\Values\Variation|null
*/
public function getImageVariation(Field $field, VersionInfo $versionInfo, $variationName)
{
try {
return $this->imageVariationService->getVariation($field, $versionInfo, $variationName);
} catch (InvalidVariationException $e) {
if (isset($this->logger)) {
$this->logger->error("Couldn't get variation '{$variationName}' for image with id {$field->value->id}");
}
} catch (SourceImageNotFoundException $e) {
ImageExtension->getImageVariation(object(Field), object(VersionInfo), 'new_item')
in
var/cache/dev/twig/18/18730097ee98a9a9afbf65fef2241f403e7fbac8fa4152909dad03da1f7d6edc.php
(line 118)
// line 13
echo " ";
$context["image_alt"] = ((twig_get_attribute($this->env, $this->source, ($context["parameters"] ?? null), "alt", [], "any", true, true, false, 13)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["parameters"] ?? null), "alt", [], "any", false, false, false, 13), twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["field"]) || array_key_exists("field", $context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.', 13, $this->source); })()), "value", [], "any", false, false, false, 13), "alternativeText", [], "any", false, false, false, 13))) : (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["field"]) || array_key_exists("field", $context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.', 13, $this->source); })()), "value", [], "any", false, false, false, 13), "alternativeText", [], "any", false, false, false, 13)));
// line 14
echo " ";
$context["image_alias"] = $this->extensions['eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ImageExtension']->getImageVariation((isset($context["field"]) || array_key_exists("field", $context) ? $context["field"] : (function () { throw new RuntimeError('Variable "field" does not exist.', 14, $this->source); })()), (isset($context["versionInfo"]) || array_key_exists("versionInfo", $context) ? $context["versionInfo"] : (function () { throw new RuntimeError('Variable "versionInfo" does not exist.', 14, $this->source); })()), ((twig_get_attribute($this->env, $this->source, ($context["parameters"] ?? null), "alias", [], "any", true, true, false, 14)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["parameters"] ?? null), "alias", [], "any", false, false, false, 14), "original")) : ("original")));
// line 15
echo " ";
if ((isset($context["image_alias"]) || array_key_exists("image_alias", $context) ? $context["image_alias"] : (function () { throw new RuntimeError('Variable "image_alias" does not exist.', 15, $this->source); })())) {
// line 16
echo " ";
__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b->block_ezimage_field(array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'image_alt' => ''), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field')))
in
vendor/twig/twig/src/Template.php
(line 182)
Template->displayBlock('ezimage_field', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field')), true)
in
vendor/twig/twig/src/Template.php
(line 254)
Template->renderBlock('ezimage_field', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field')))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php
(line 180)
if (!$this->baseTemplate->hasBlock($blockName, $context, $blocks)) {
throw new MissingFieldBlockException("Cannot find '$blockName' template block.");
}
return $this->baseTemplate->renderBlock($blockName, $context, $blocks);
}
public function renderFieldDefinitionView(FieldDefinition $fieldDefinition, array $params = [])
{
return $this->renderFieldDefinition($fieldDefinition, $params, self::VIEW);
FieldBlockRenderer->renderContentField(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()), 1)
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php
(line 138)
return $b['priority'] - $a['priority'];
}
public function renderContentFieldView(Field $field, $fieldTypeIdentifier, array $params = [])
{
return $this->renderContentField($field, $fieldTypeIdentifier, $params, self::VIEW);
}
public function renderContentFieldEdit(Field $field, $fieldTypeIdentifier, array $params = [])
{
return $this->renderContentField($field, $fieldTypeIdentifier, $params, self::EDIT);
FieldBlockRenderer->renderContentFieldView(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()))
in
var/cache/dev/ContainerXos7vnb/FieldBlockRenderer_47ffb65.php
(line 76)
public function renderContentFieldView(\eZ\Publish\API\Repository\Values\Content\Field $field, $fieldTypeIdentifier, array $params = [])
{
$this->initializeraa1bb && ($this->initializeraa1bb->__invoke($valueHoldere39e4, $this, 'renderContentFieldView', array('field' => $field, 'fieldTypeIdentifier' => $fieldTypeIdentifier, 'params' => $params), $this->initializeraa1bb) || 1) && $this->valueHoldere39e4 = $valueHoldere39e4;
return $this->valueHoldere39e4->renderContentFieldView($field, $fieldTypeIdentifier, $params);
}
public function renderContentFieldEdit(\eZ\Publish\API\Repository\Values\Content\Field $field, $fieldTypeIdentifier, array $params = [])
{
$this->initializeraa1bb && ($this->initializeraa1bb->__invoke($valueHoldere39e4, $this, 'renderContentFieldEdit', array('field' => $field, 'fieldTypeIdentifier' => $fieldTypeIdentifier, 'params' => $params), $this->initializeraa1bb) || 1) && $this->valueHoldere39e4 = $valueHoldere39e4;
FieldBlockRenderer_47ffb65->renderContentFieldView(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php
(line 117)
}
$params = $this->getRenderFieldBlockParameters($content, $field, $params);
$fieldTypeIdentifier = $this->getFieldTypeIdentifier($content, $field);
return $this->fieldBlockRenderer->renderContentFieldView($field, $fieldTypeIdentifier, $params);
}
/**
* Generates the array of parameter to pass to the field template.
*
FieldRenderingExtension->renderField(object(Content), 'internal_critica_image', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php
(line 64)
new Twig_SimpleFunction(
'ez_render_field',
function (Twig_Environment $environment, Content $content, $fieldIdentifier, array $params = []) {
$this->fieldBlockRenderer->setTwig($environment);
return $this->renderField($content, $fieldIdentifier, $params);
},
['is_safe' => ['html'], 'needs_environment' => true]
),
new Twig_SimpleFunction(
'ez_render_fielddefinition_settings',
FieldRenderingExtension->eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\{closure}(object(Environment), object(Content), 'internal_critica_image', array('parameters' => array('alias' => 'new_item')))
in
var/cache/dev/twig/37/377fdef822346967881da50e54ecc82112164a2ca0da703ce2a46cb5abecb2f0.php
(line 53)
if ( !$this->extensions['eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ContentExtension']->isFieldEmpty((isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 2, $this->source); })()), "internal_critica_image")) {
// line 3
echo " <div class=\"picture\">
";
// line 4
echo call_user_func_array($this->env->getFunction('ez_render_field')->getCallable(), [$this->env, (isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 4, $this->source); })()), "internal_critica_image", ["parameters" => ["alias" => "new_item"]]]);
echo "
</div>
";
}
// line 7
__TwigTemplate_1534be0da88ae89691be3cda29e5ac6046a90c6e84fee76a30dbc16074c1d737->doDisplay(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array())
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array())
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/twig/twig/src/Template.php
(line 390)
Template->render(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php
(line 50)
TwigEngine->render('@ezdesign/block/internal_critica.html.twig', array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php
(line 57)
TemplateRenderer->render(object(ContentView))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php
(line 41)
ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
(line 115)
WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 214)
EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 44)
EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
(line 143)
TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 156)
$response = \call_user_func_array($controller, $arguments);
// view
if (!$response instanceof Response) {
$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);
$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
if ($event->hasResponse()) {
$response = $event->getResponse();
}
HttpKernel->handleRaw(object(Request), 2)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof RequestExceptionInterface) {
$e = new BadRequestHttpException($e->getMessage(), $e);
}
if (false === $catch) {
HttpKernel->handle(object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php
(line 102)
if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) {
Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
}
try {
return $kernel->handle($request, $type, $catch);
} finally {
// restore global state
Request::setTrustedProxies($trustedProxies, $trustedHeaderSet);
}
}
SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php
(line 80)
$subRequest->attributes->add($reference->attributes);
}
$level = ob_get_level();
try {
return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
} catch (\Exception $e) {
// we dispatch the exception event to trigger the logging
// the response that comes back is ignored
if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
$event = new GetResponseForExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e);
InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3Dez_content%253AviewAction', object(Request), array('ignore_errors' => false))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php
(line 60)
InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php
(line 87)
FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php
(line 77)
LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php
(line 46)
HttpKernelRuntime->renderFragment(object(ControllerReference))
in
var/cache/dev/twig/1a/1acbb35a6a41755bbff4097e96ed38f1b7be7c1e193711887546891d0bfed0a8.php
(line 114)
foreach ($context['_seq'] as $context["_key"] => $context["contentId"]) {
// line 26
echo " <li class=\"item\">
";
// line 27
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("ez_content:viewAction", ["contentId" => $context["contentId"], "viewType" => "embed", "noLayout" => 1]));
echo "
</li>
";
}
$_parent = $context['_parent'];
__TwigTemplate_f996e8b6487cfc63eeee09c84b4a7b4b1fcb73e307f644494d69e62ec774b508->doDisplay(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, '_parent' => array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), '_seq' => array(10205, 10315, 10316, 10317, 10331, 10332, 10333, 10337, 11974, 11975, 11976, 11977), '_key' => 6), array())
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array())
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/twig/twig/src/Template.php
(line 390)
Template->render(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php
(line 50)
TwigEngine->render('@ezdesign/block/m10_block.html.twig', array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php
(line 57)
TemplateRenderer->render(object(ContentView))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php
(line 41)
ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
(line 115)
WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 214)
EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 44)
EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
(line 143)
TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 156)
$response = \call_user_func_array($controller, $arguments);
// view
if (!$response instanceof Response) {
$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);
$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
if ($event->hasResponse()) {
$response = $event->getResponse();
}
HttpKernel->handleRaw(object(Request), 2)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof RequestExceptionInterface) {
$e = new BadRequestHttpException($e->getMessage(), $e);
}
if (false === $catch) {
HttpKernel->handle(object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php
(line 102)
if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) {
Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
}
try {
return $kernel->handle($request, $type, $catch);
} finally {
// restore global state
Request::setTrustedProxies($trustedProxies, $trustedHeaderSet);
}
}
SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php
(line 80)
$subRequest->attributes->add($reference->attributes);
}
$level = ob_get_level();
try {
return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
} catch (\Exception $e) {
// we dispatch the exception event to trigger the logging
// the response that comes back is ignored
if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
$event = new GetResponseForExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e);
InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3Dez_content%253AviewAction', object(Request), array('ignore_errors' => false))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php
(line 60)
InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php
(line 87)
FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php
(line 77)
LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php
(line 46)
HttpKernelRuntime->renderFragment(object(ControllerReference))
in
var/cache/dev/twig/73/73bed3736419c90420def4a62fa10fd3ed40a024f2988b7aa7bf00958cc83f3d.php
(line 48)
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable((isset($context["modules"]) || array_key_exists("modules", $context) ? $context["modules"] : (function () { throw new RuntimeError('Variable "modules" does not exist.', 1, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["module"]) {
// line 2
echo " ";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("ez_content:viewAction", ["contentId" => twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["module"], "contentInfo", [], "any", false, false, false, 2), "id", [], "any", false, false, false, 2), "viewType" => "block"]));
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['module'], $context['_parent'], $context['loop']);
__TwigTemplate_e876aff36fbc0317dac683ae04f4eeda07d04cfbcf85d9a5ddb29e1807efd35f->doDisplay(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, '_parent' => array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), '_seq' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'module' => object(Content), '_key' => 7), array())
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array())
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894), array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894))
in
vendor/twig/twig/src/Template.php
(line 390)
Template->render(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894))
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php
(line 50)
TwigEngine->render('@ezdesign/block/list.html.twig', array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894))
in
vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
(line 286)
* @final since version 3.4
*/
protected function render($view, array $parameters = [], Response $response = null)
{
if ($this->container->has('templating')) {
$content = $this->container->get('templating')->render($view, $parameters);
} elseif ($this->container->has('twig')) {
$content = $this->container->get('twig')->render($view, $parameters);
} else {
throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
}
AbstractController->render('@ezdesign/block/list.html.twig', array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894))
in
src/AppBundle/Controller/BlockController.php
(line 63)
*/
public function renderBlocksAction(int $locationId, bool $container = false)
{
$modules = $this->blockRepository->loadBlocksByParentLocation($locationId, $container);
return $this->render('@ezdesign/block/list.html.twig', ['modules' => $modules, 'locationId' => $locationId]);
}
/**
* @param ContentView $view
*
BlockController->renderBlocksAction(11894, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 151)
$this->dispatcher->dispatch(KernelEvents::CONTROLLER_ARGUMENTS, $event);
$controller = $event->getController();
$arguments = $event->getArguments();
// call controller
$response = \call_user_func_array($controller, $arguments);
// view
if (!$response instanceof Response) {
$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);
$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
HttpKernel->handleRaw(object(Request), 2)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof RequestExceptionInterface) {
$e = new BadRequestHttpException($e->getMessage(), $e);
}
if (false === $catch) {
HttpKernel->handle(object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php
(line 102)
if (!IpUtils::checkIp('127.0.0.1', $trustedProxies)) {
Request::setTrustedProxies(array_merge($trustedProxies, ['127.0.0.1']), Request::getTrustedHeaderSet());
}
try {
return $kernel->handle($request, $type, $catch);
} finally {
// restore global state
Request::setTrustedProxies($trustedProxies, $trustedHeaderSet);
}
}
SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php
(line 80)
$subRequest->attributes->add($reference->attributes);
}
$level = ob_get_level();
try {
return SubRequestHandler::handle($this->kernel, $subRequest, HttpKernelInterface::SUB_REQUEST, false);
} catch (\Exception $e) {
// we dispatch the exception event to trigger the logging
// the response that comes back is ignored
if (isset($options['ignore_errors']) && $options['ignore_errors'] && $this->dispatcher) {
$event = new GetResponseForExceptionEvent($this->kernel, $request, HttpKernelInterface::SUB_REQUEST, $e);
InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3DAppBundle%253ABlock%253ArenderBlocks', object(Request), array('ignore_errors' => false))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php
(line 60)
InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php
(line 87)
FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php
(line 77)
LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array())
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php
(line 46)
HttpKernelRuntime->renderFragment(object(ControllerReference))
in
var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php
(line 154)
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "modules"));
// line 26
echo " ";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("AppBundle:Block:renderBlocks", ["locationId" => twig_get_attribute($this->env, $this->source, (isset($context["location"]) || array_key_exists("location", $context) ? $context["location"] : (function () { throw new RuntimeError('Variable "location" does not exist.', 26, $this->source); })()), "id", [], "any", false, false, false, 26)]));
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->block_modules(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 182)
Template->displayBlock('modules', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php
(line 134)
</a>
</div>
</div>
";
// line 25
$this->displayBlock('modules', $context, $blocks);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->block_content(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 182)
Template->displayBlock('content', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
var/cache/dev/twig/67/670fb4391b1450c823eeb89aacf4b8b91378527d61d24d489c7531f8b1b48a92.php
(line 167)
height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
";
// line 67
$this->displayBlock('content', $context, $blocks);
// line 68
echo " ";
if ((((isset($context["content"]) || array_key_exists("content", $context)) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["content"] ?? null), "fields", [], "any", false, true, false, 68), "floodlight", [], "any", true, true, false, 68)) && !$this->extensions['eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ContentExtension']->isFieldEmpty((isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 68, $this->source); })()), "floodlight"))) {
// line 69
echo " ";
__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273->doDisplay(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php
(line 50)
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@paraiso2/full/main.html.twig"));
$this->parent = $this->loadTemplate("@ezdesign/layout.html.twig", "@paraiso2/full/main.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->doDisplay(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 405)
Template->displayWithErrorHandling(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules')))
in
vendor/twig/twig/src/Template.php
(line 378)
Template->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array())
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php
(line 30)
// Bufferize to be able to insert template name as HTML comments if applicable.
// Layout template name will only appear at the end, to avoid potential quirks with old browsers
// when comments appear before doctype declaration.
ob_start();
parent::display($context, $blocks);
$templateResult = ob_get_clean();
$templateName = trim($this->fileSystem->makePathRelative($this->getSourceContext()->getPath(), dirname(getcwd())), '/');
// Check if template name ends with "html.twig", indicating this is an HTML template.
$isHtmlTemplate = substr($templateName, -strlen('html.twig')) === 'html.twig';
DebugTemplate->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/twig/twig/src/Template.php
(line 390)
Template->render(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php
(line 50)
TwigEngine->render('@ezdesign/full/main.html.twig', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'))
in
vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php
(line 57)
TemplateRenderer->render(object(ContentView))
in
vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php
(line 41)
ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php
(line 115)
WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 214)
EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
(line 44)
EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
(line 143)
TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent))
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 156)
$response = \call_user_func_array($controller, $arguments);
// view
if (!$response instanceof Response) {
$event = new GetResponseForControllerResultEvent($this, $request, $type, $response);
$this->dispatcher->dispatch(KernelEvents::VIEW, $event);
if ($event->hasResponse()) {
$response = $event->getResponse();
}
HttpKernel->handleRaw(object(Request), 1)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php
(line 68)
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
try {
return $this->handleRaw($request, $type);
} catch (\Exception $e) {
if ($e instanceof RequestExceptionInterface) {
$e = new BadRequestHttpException($e->getMessage(), $e);
}
if (false === $catch) {
HttpKernel->handle(object(Request), 1, true)
in
vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
(line 200)
Stack Traces 3
[3/3] RuntimeError |
---|
Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("Could not load image from string") in "@originales/content_fields.html.twig". at vendor/twig/twig/src/Template.php:196 at Twig\Template->displayBlock('ezimage_field', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field')), true) (vendor/twig/twig/src/Template.php:254) at Twig\Template->renderBlock('ezimage_field', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field'))) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php:180) at eZ\Publish\Core\MVC\Symfony\Templating\Twig\FieldBlockRenderer->renderContentField(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()), 1) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php:138) at eZ\Publish\Core\MVC\Symfony\Templating\Twig\FieldBlockRenderer->renderContentFieldView(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array())) (var/cache/dev/ContainerXos7vnb/FieldBlockRenderer_47ffb65.php:76) at FieldBlockRenderer_47ffb65->renderContentFieldView(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array())) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php:117) at eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\FieldRenderingExtension->renderField(object(Content), 'internal_critica_image', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array())) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php:64) at eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\FieldRenderingExtension->eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\{closure}(object(Environment), object(Content), 'internal_critica_image', array('parameters' => array('alias' => 'new_item'))) (var/cache/dev/twig/37/377fdef822346967881da50e54ecc82112164a2ca0da703ce2a46cb5abecb2f0.php:53) at __TwigTemplate_1534be0da88ae89691be3cda29e5ac6046a90c6e84fee76a30dbc16074c1d737->doDisplay(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array()) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array()) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/twig/twig/src/Template.php:390) at Twig\Template->render(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50) at Symfony\Bridge\Twig\TwigEngine->render('@ezdesign/block/internal_critica.html.twig', array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php:57) at eZ\Publish\Core\MVC\Symfony\View\Renderer\TemplateRenderer->render(object(ContentView)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php:41) at eZ\Bundle\EzPublishCoreBundle\EventListener\ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214) at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:156) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68) at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:102) at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:80) at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3Dez_content%253AviewAction', object(Request), array('ignore_errors' => false)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php:60) at eZ\Bundle\EzPublishCoreBundle\Fragment\InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:87) at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:77) at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array()) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php:46) at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference)) (var/cache/dev/twig/1a/1acbb35a6a41755bbff4097e96ed38f1b7be7c1e193711887546891d0bfed0a8.php:114) at __TwigTemplate_f996e8b6487cfc63eeee09c84b4a7b4b1fcb73e307f644494d69e62ec774b508->doDisplay(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, '_parent' => array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), '_seq' => array(10205, 10315, 10316, 10317, 10331, 10332, 10333, 10337, 11974, 11975, 11976, 11977), '_key' => 6), array()) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array()) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/twig/twig/src/Template.php:390) at Twig\Template->render(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50) at Symfony\Bridge\Twig\TwigEngine->render('@ezdesign/block/m10_block.html.twig', array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php:57) at eZ\Publish\Core\MVC\Symfony\View\Renderer\TemplateRenderer->render(object(ContentView)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php:41) at eZ\Bundle\EzPublishCoreBundle\EventListener\ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214) at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:156) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68) at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:102) at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:80) at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3Dez_content%253AviewAction', object(Request), array('ignore_errors' => false)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php:60) at eZ\Bundle\EzPublishCoreBundle\Fragment\InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:87) at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:77) at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array()) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php:46) at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference)) (var/cache/dev/twig/73/73bed3736419c90420def4a62fa10fd3ed40a024f2988b7aa7bf00958cc83f3d.php:48) at __TwigTemplate_e876aff36fbc0317dac683ae04f4eeda07d04cfbcf85d9a5ddb29e1807efd35f->doDisplay(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, '_parent' => array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), '_seq' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'module' => object(Content), '_key' => 7), array()) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array()) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894), array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894)) (vendor/twig/twig/src/Template.php:390) at Twig\Template->render(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894)) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50) at Symfony\Bridge\Twig\TwigEngine->render('@ezdesign/block/list.html.twig', array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894)) (vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:286) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ezdesign/block/list.html.twig', array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894)) (src/AppBundle/Controller/BlockController.php:63) at AppBundle\Controller\BlockController->renderBlocksAction(11894, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68) at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:102) at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:80) at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3DAppBundle%253ABlock%253ArenderBlocks', object(Request), array('ignore_errors' => false)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php:60) at eZ\Bundle\EzPublishCoreBundle\Fragment\InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:87) at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:77) at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array()) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php:46) at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference)) (var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php:154) at __TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->block_modules(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:182) at Twig\Template->displayBlock('modules', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php:134) at __TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->block_content(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:182) at Twig\Template->displayBlock('content', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (var/cache/dev/twig/67/670fb4391b1450c823eeb89aacf4b8b91378527d61d24d489c7531f8b1b48a92.php:167) at __TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273->doDisplay(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php:50) at __TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->doDisplay(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/twig/twig/src/Template.php:390) at Twig\Template->render(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50) at Symfony\Bridge\Twig\TwigEngine->render('@ezdesign/full/main.html.twig', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php:57) at eZ\Publish\Core\MVC\Symfony\View\Renderer\TemplateRenderer->render(object(ContentView)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php:41) at eZ\Bundle\EzPublishCoreBundle\EventListener\ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214) at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:156) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68) at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200) at Symfony\Component\HttpKernel\Kernel->handle(object(Request)) (web/app.php:71) |
[2/3] RuntimeException |
---|
Imagine\Exception\RuntimeException: Could not load image from string at vendor/imagine/imagine/src/Imagick/Imagine.php:140 at Imagine\Imagick\Imagine->load('RIFFU' . "\0" . '' . "\0" . 'WEBPVP8 U' . "\0" . '' . "\0" . 'А' . "\0" . '�*�p>�L�M��#" �i ��gleu����c�s���W���S������!�w����2�%���������ޒ�}2��y��?6_�؍*����0�C�>[w��pƸg���ߓ>I>;i���\'�������6o���ȿ�t����۟�O�?b�?�$>)��\\�������1�4�;�;�O㧵������[���?�ܿ������k�ws���^�zM�=4-. �쯨�0_��r�E���|P?����7KV�����d���+���;���Z�.�����7�3�6�Q������ @�O��N����12�?8W�M"6�|���?��a��舴�P�$�[D�<��-� ��%q�Wg��B�b"k�:�8WG�9��A����ʽNA��-�V����<���ՃW5��_) ��JMB?�������=���� BÃ�X������!C��m�0�?k~�� ���"V�3�|[C���?��tq"�e�C���Kmi\'����`�ȲZ�>���{��8�2���}�go�6{,��"nٲN�G���pc{Q�,�' . "\0" . '8mdP�WH��aq�SE��?����b��m�+����1c�%D�6G�+��-�4!x��?}Q�#���C�O�Ř��4f��w��-O�,�.���o��A�ۄ<S%}��@B�:���� �o����m��ݟ��œ�⤩=���ʪ ���?/����$���H�L�եC�C��(T�-d���QA!������Y��2�|m�o-�7�^��D��9o�}R�{��RH9�4}*�%��+��J��?���Q4���z��w��̘3���j�̶<���[�+�zל�����g�K&WL{6���6ݸ��,�c0��M>���Z#&E�a' . "\0" . '.1��R�Mkr kCh�0Z����C�B�\\%��ć����?��,M��#C�3�g9�FF|�����[T��";Ś@����Z�U�u?���#5�1���/�o7O�N���%Ț�ك����0~I� ���[�_���I���g������wl!��{A��$�i' . "\0" . 'K[ ���4�o�rVmH�-˼��j�"^�WC�e;�LV8�I`MH=*�O���!� ' . "\0" . '' . "\0" . '������\'h]' . "\0" . '�F���������Jbd������E�f?��n�}�-���۵��w��e�l�!�h�pS�k�c�M a7��V�8#��G��>ܤ��CmE��)orG���}<w���N�apM�:�Z�Y��6�{����u�Dz�.i�' . "\0" . '�{�J@�ye�@4 ������=�]�����f>ĴJ#�w?!�G�6 ��3�[N�Ӳ�L1_�D�"�G4d�Ō,�D�9f�O��s;�(�;<nǡ��6��)_9�Jя`�TO��|��:y�Ғ�H��R�t���m�*��g��j�d��"��=�߸���ը��m�/G����υ�Vs��}@���+�YT��y����L�9��N����:o6�N1oZ�c�F��m?��="��F��D�F)�|5F����˒�a�TG��[��o�:GT��r��>@����1�~|��O�,aE���H y�m2���E�(U�O���G���fju���n&�2�\'��u�{V:��X�V;xt-����V �~4f�� �3��4��#Ɓ��L4�g�c��+��:�=���Z]������x�1�S)jlv[A^�k�b�b�ˁs5O��,[(��+>|�yN.��Koo�zE7m,Ƈ��,0���dR�T��M�;紹~/jA��ʠ����=QӚU���~hH݅⒎��"�%��qz�QO��KZi�A�s=����6���� _���+�z�D��~�\'��Rb��P6�{���&��Ȃ\\�0�W��q^��j�;j4���l�o�F?�J�� /@�#�W②;�����w�Am1&Ѕ)Q�I�6�0_���q��D�>v_w8�TÛ��5�Y|EL�(ޏ"X8È2���5���e6�,��:�yW��wZ�/R3݃h�^��Ip9�<�]O{�4�K��n�ZD ��\'�e�k` w�pD�s��~��گ�5����xZZla�"�FW������Bm3M��=�y8��A�ЪӒ�~\\��z/���' . "\0" . 'L�븀��x�' . "\0" . '��������{����nM�|�A�6h$���16���vHy�m�L��\\��Rxh��_)y�(! �_"�]C"�[����^���q;�2���z���;������H�`$�k �8@`ʜhF��Q����?��v��h��t>L�)C�' . "\0" . 'E{pI� �}�?"��6�* Jѝ��W�z�>�c�T��o���Hs�\'*}�Z�!}��T0��)u��U���)7�n�����̠P�h���@��46]6I�;\\ �D,i�&�� X��)۰ #�8��ŏ�#Fp�C�gNp�~�������aU9𧓣9�.L#�`�&�y�������T��u�[ �cj�G��\'M�Ԛ�-p̵z}��E1%�"f�PC��T�~�H�����CL|��#j*��/q��w����Z���O�ݏ��QhO�iL�j�$�.��b��=, b���GV2���x�tؕ�ٶ��d�r�`o 5�|' . "\0" . 'd�P;5W��\\�rNRG_���YX���Y�x+�p̍�yv+�[>�^�e�t�r���z��JET�e�v�r�[�m�lI�>r�2}�pV���DǩEY��' . "\0" . '&��i��(�O)=-�,��|�m[ƿ�kH�J�}\'�/p�+B� ӿ�ňk�Y[���ltˠ�z;���P<1�j��s����6a��y��yqsׁ�CEK���\\��Zhx�\\���k���i}D$�Tn!��3<А�`wI�4����N\';�%?�\\S�Ǔ#b��AE���S�g幪RDI_�G(,�7B\\z�f�з\\s�T����� ����vbv�����d^�s(�<�y@Q��' . "\0" . '��f�o]t�G�^�wP7�$$X!vnl-9�H�e����U{9x� NH��c ķ���Z�\\���J~Pj�p�d�{���LQ�z46��a�Vw�|�ώ���&�jnY�����?-N�2����IP����X!�x�"1b$N�~���>�t.���͋��' . "\0" . '����!U�X4b�v��g�)�㷟�\\��ݗ5\\��/�5Z;�-�B���A' . "\0" . '�722m�B��|�;���|24r��h�' . "\0" . '����U���P��,���cՋ��ϐZw�8N�&�S;z �A��4g����=l ٽ���]+E%�����u��v���Quz�^���m!z8$���^��0�X<<����:X����' . "\0" . '��u~A�!/�C+��;��[$�֑T����n�2)`I�Lw�,E�J�xCژ���&ܞlFO3�kF����y=t��v#��d�5?��֖Օ�[�dwO0�m��0���c"�P�P�mLb�ϰ�Nd�!G+���t�Z���]�\\�B@�T��W$RG�&����MQ�TBzQ��[:,H ����؞s�en��OX�?&��_�%DZ�^@�x�!������;�' . "\0" . '���Y��N6Th�o�M U�ޣ��n�S���O�G����R`�%��NJ�k��H�Ӥ�U�.46E���0��:�E�d�.qM�UL�X�����N`[�zPӈ0w�[fEx��)�ه������$�M+�¸���iԽ��2����h���EO���d=���<��Di�bi�-=�X���v�l�}����WN�����v7 �ެ�2�ʏ�i>f}�\'qO�^è��^���zV�V�}> �kI9o�Z&r��_S���j�7�$�wpU�g� ��\\�P��W���K!z���C�-mo�v' . "\0" . '�:Xچධ��é�dJ����X/v;�����>�H� ���Z�V ��Ig-�"��diJ�JdS2۞G[��91s��8y��ބ��_�����@,�C�˸C: G�`zޥ���djM��=\\k4�93�3�OMqA"u֙E� ���� 5|x��mz�N7��@XF�����I�=�F����]��h,%@�{���O���_\\�q�?rHs�q��٤��@r' . "\0" . '���>8��0���{�5#k�����~EY�r6DX/F��E!�A��-^���r��L )��Bߦ2�3�+鿌&��$�s�;O�c�|6�䕫<��`oxY�c���AV.�k�q�~��K;�ދ:˧�@O6+�^�k�.�,WTdU�Sp������z�_�?�q�l|��� ��J�R�1��������1�f�Ծ˚:LO/�ڐf�A����?1��8~�ч4~�5~�=�$f�oe�D��q˽~oC����|�@�|�J}eM�?�`�?b� ó��J|z`�֫s+N��D\\��kӟ"�a��<Z�7�3��UV�fB~����e��8�v���!�"&�D��:?I�F�l�y��Bvd?4!+|�͇8v�u Y6g�Ub%?�L8a N�2�)3���^}8�>����56���ز�ڭ2����+D:�r\\B72�`����ھ�mĹf��,��Z����.����S۪�a�H�c��e�6��$�6��#�Xj�v�碡���d,.����' . "\0" . '}��Q�9ۅH�~��9"�ZP�;}��Wxm��z9}�gR^#\\�wS3�Z��5��.�NV��U���=�?��R>������~1�:wɲ��)�� ��+��(:y��m{v�g�yޅ���IW� E��?�f8����*R�Q!E��7��y�?1m�xꧼyu�N��^;�}���=�6����.)}�*�O�\']~�*"�숖��v�#�v��pM\'>&O�V�j?�m��8�qbg���(�"�q���4k��h' . "\0" . 'W�H0Ͻ���DF�i� �ypå�ROl�%�U�7٢�v(چI�so\'0�=��/�L��خo�������K\\��^�%��b���uqK�?�c+k�M��fG��-5cp{������QM�O@*U������g�*Jp�p�����;��Ybԧ�7AH`~Y��jly]�R��~h1i��Jf7md�T<�hf%X���l�D�S� H�/��@�8��s�눈N�0B�$f�Y%۩��W�i�X11E0�=p(���[%�P/�����Wn0��0��uR ���xRM��A0n�gm��x9�w_��_n�w��xO��$C�e�Ғ��r���EL��/�*�Dv,��5�!3��G��)��!ܣ��>8��g�B�VĎ���$*��b��dU��a����擇:\\1n����07P��;i�^c�9�>&���HN��JBV�Di��$��K�rb5�WQCΐ�9M���A(�������0�Ϋ��K�m9�#���!~w;]Gb}�#96ms}l=��|�~o��4�n�6���Ym�v��%�LK@Kq��seC' . "\0" . '�YE\\˯Y�ͧw ��vf�s=�N�P��ڢ^4�Q���(m��&GtY��:��D��h)L��t��?8�|_�k�a%1M��~�և<UK=-m��o' . "\0" . '�0<�*5�ֈ��t�AUx��RbYV�R8K�n�zb�q�TB�KU�ܼ����L8�3Ibl���k���K��-��e�v� �H�V��"����/��O�7H��(ks��S�-4����7��c"rH���m�$�z��v�^�on�C(������XË[���$ֶ*#�?E� ���A��<8x�i,�s ���w��ssAi��*�Q�*&�?JP�1��S/ԅ�l���ڤf�\\W�|=c)}��\\`I �' . "\0" . '��H���\'cqR�q��pz俤�*4�c��a�\'"�Y9v+�;��q~y}�?8"�=$v��(�J���YJtx�_7�G��ǁ��I���<��3��Ie�E��0�&ߩ�z���t���z ��B���>p�~W=����9)8nA�<�����E�w�G�w��&j�����]�F�H���|���t��m�8�EN�W3֓I��L��l���W+u�^�n<h�~��EiO�#t, 3�ռT���a^u�����ݠn����k�K�or��0�f�`LP#Xb2�V>��d_I��ڪ"����W��/��yd�DL"����ʇp/S���ݍc���V�E�<�mw�q�}���L,+�^��H�UI�@l䤋OrN>�m�����w��;���S��@y�cO�f�E��^E�k�r�S�j͓|��9.��8]�c��t�ĝ��C�b�`p�`�Irc����}�9y����x6���i�HŤ)�N��N��̛A�vM�a�ꛋI�;8��3�]��T���;fD��F�}�T�qށ��\\����Xh�&h���®B��y �Ky����Υ�� �*�h���w���fo�Lŝ6��h�r3��dTS�G�D;�����{Z_��m�M��%����,���j»Q�=��k���y�<��_��\'��[������6�̭\'~(��bk�p3����A3��UO�P��>�J��{C���@D=��^�A�P)X�ʮƘ�8��H�j�.��U �G g� �䶂#�#�b�S� \\MK8b�[K0�֪%�~���2-�j�<S]��z��xlU��:�:�³u���$�T��G�[Vu�cԃW���ʪ L��aa�-%ނ��l���y6h�&X��������zU�Ͽ�^�Q�O1Q�9�҃j����[S�Y���h���t������C�^i���>W���1Z9��Z����a���9�̨mX�u�Ί_������,7��l�66T�' . "\0" . '��w��2��$ ������7����&L��L+��d&�j���q������� qZ�8S^x��lsڽ-�~jЂ��t�>A����݂��>Ӯ9�dM?Q�AE[��?+L' . "\0" . ';#43�������3W{�qKEo�em}�<�m�z�zhU�yb��Fn�9C�6�SH^2��3�\'U�N�ҵ_t�N�!�H"^ag� I��{�[�<K�!Z' . "\0" . 'j:��P�*8闛�"�оπ���M���̡�m��.��A���܃i��k��hP' . "\0" . '��B�h�N�' . "\0" . 'A�r%��1_r]����p�)]���h�N>S�d����7��;�72ܪ�kY\\?��8 �8Q�P�6����h1��"L�m±�J���Hg�$�*o����D-��(� �5֔eCO,ozw��1��W��X�1����@ՉA����䪮�3ư�pz�8=�' . "\0" . 'S| �IJK�m��1��^�7v����Nb���C,�p���t>�=K���~�tx�xS&|%K����:�F}�4��}/|zO������1���9#h���h� ������Q���K�v>UF4�T+a_3 +N�Rs���*�;Y-1��Wy}t��C���u%�f��4 �k]>��(ó׆]i��\'-d9�W�&tk��5j##?(��o/��pL��a�ۦ4f�����v ��n��1�<`Z3��SF7xѽ�"��^ ' . "\0" . '�X2wK�!oSnEgu� �r&��Y�� 4Xe�X�ť����ښ��%�!��UK�����v\'�T�:��������&9�����y�8�WW�NV���v����TB�#�N���� �.ʁě���N�x��>It�k�)1B�.�r٣�;�F|F&�3}\\/30s������ �s|��)��ӓ�h1�' . "\0" . ' �t���\'���ђ��6��N�/O�IY@��S�0���� �i�!@�W�' . "\0" . '�C��Q�K��B\'�_]a���y>x{�ߘ �F��,t[� ���A2�**�|K��H��e2S�k��S��M���p�ԫ��a�[���̮���y@��>��Y��Qޥ\\���X��udE�7���U����"�g*bR�u �~� �L)Bs��KPJ�#g�jPTRt��I�D��4��-T~.�b3x��`>��zx���p���<];1%�U��X�}O�7jf$���x� �`G4�d�Q]rē��J�N%Σ�*�pЂ���5�s���-S��A�@6�\\͞�������i����A�P��g�hcY�~�b�J�?��7z��z3���\'H�A2�,o~~�st���ZQ����5�qX}�T�]�V���(�,�m`ֽt�{؛j�Wg-��|7��5��za�����M"���P���U2���YtK-�7�dmfuc���WI��;��Ʈ�Q�vb����]�K��)v�b�?��a2�]`�9½b|50��D�攢"d���7y��x�水�m�dRI�D\'S[Q��8j�:8\')���8���hX�\'\\�lKgO�F�u���pE�fc�V�s�$�V�<�C�(���Nδ��E$�a2�78ydί��}6���h���࿅����@' . "\0" . 'پa[_s��8!1־���K�$]��û�U�k�Y_�������.�8ǹ�ɸU�8��_�/�Ot��z�{A�v�_�A�h���/�]�]ִ��� Wu#�ph��G�i���+���b:!��L��x�&���0������(q��a3p�����F��w��1�^B�c��n�>�e��:I����θ�n�Ea��/<<:� �n ��^q�-�3/ꑷx\\1�x� iIz+��.��\'���X��@��j�\\�[I;�>%���\'�DIn5�Ø�:1��YCgI��P��. ���N���S[����}���]C�O��c�*�p���w$����*D��ג�+��O�����Ѽ��&�X3)�`7O����|�~ɞ�8�q���\'[?�����:����xP �!�f��_���2gg���D�^s���a1ܶ]��t�؆琉�=�[*�W�mV��2%sn �NX�:>!Sz�f��݅w��C�Z���Bm���H���IBVٽ��d憗ODd��U�Ưz]������Y�ػ�66���� �?�wYqϝY��f�����N�������O6e�K�.t��#��(5�=���3Ț#�� � +ph���s=�7�:�e.z�������r��o�?������,�F�c�����X�=����2j�5j� �@>켤���?u� ��/�>�%��+�a8x�բ�����cy���耥���E}@��iLZ����{M�0��/V���EW�|k)�qi���xS�¢�B)���N2b�F2��]��$��@ (��V�ˮ��ܝܯ�>y��I�39I����b�[4l^����ve� �v��dXx�Q\\T}��_.Z%A����&�6[A^�`���� ��kmY.j;� �{�UunF�����d�f��aX�?��-���R�A7�L��c�E��g��ޟE�d��:�.����䲝�!�~�&t��P�� ���b���R)!�#' . "\0" . '�\'ŋE�)#]�-��,����O�?���ف�8V�:��Ћ�U\\���`GR�' . "\0" . '��ə�h�Ϲ�b�����J�P����f���+��>䨲�e�#o�� ��D�S�5��h\'������������c�VK�C��b�������EziG/S�Z��XUs�}H���#���Cz�>�Wh���SG��sbl��臖J�9-¹ʶ�k��C��.�O���=g�_�"�8����u�T�[��Ȣ�b A�)�� G�na�/rp5�i ��N�J,�+ L�g@x��QE��1��1�x�0��>�\' ������x�f.A�gL�̽g�1��岗�u� bР������t���ђ�}3��j��)�K��g��ȟO�ċ������g�?pJ�����R�e�0=F=���W�l������ڻ�Y<�`#:5�F��݉@�DHTV�w$>�P�Ӥ��S' . "\0" . '��2��S�=' . "\0" . '�j��=�If5�X�D C!�Z�m��뷭:��sk|X��\'<� D��~8GXC���,�w�G���*�c�C�M2����w8W�u�i' . "\0" . '���j��s�Bb˸g2 U�)�ǰ5U��o��e�%fAM�xМ�͓(���3�Ʈ��ʐ8��un�gq�T��� 1`��vx\'�S���4�l�t� ��\\3�:�d�e��6�y��R�"q!�^Eޭ�WY���r�,�l>��u��)���n���e��n��o�Y9�?��!��d2����?�u5��0���W�؞���}�+1����y�E5��V2����hdS�!)�q���|��I�2����}��!�i���?Q�uޏv>��鮪�iQ�iR��Sl���`u�9���J5�������[;��A O\'4L;=�Z8�Y6(�sM�M!x�S��u�m{+�"Bi��!B8#NE;a}�ݖ٢�@�6��{w�(�e���*����O���馇E�N���F�H�}--�M@�`���w���K��s�"�\\И|�L�(]R�iwB���t �5�������c�J}o�n�ڷ' . "\0" . 'St^?NC0�c�Ե��K�1�8B���[qn�w���BaoD�fc�)ϝ>��P��j�r[?�e���Хkة��c�V��J��&���৽�o?��y��ϭy0ݻ�Qq�ա���Ŵ�҇1��?9Cy��`���E\\�9���Uq9r%�R qV��z�|Fb��I�%cH�~���FQ��8�R9���[��4O�r�Ȣv�����EX���z��D�WR��4R��J?Tr�g�~�}O�W:�ѩf�R��^����I��A�&�6촘q R�@žgD��k�%촁�jJi���F&*�vh�q��_�K�[Z����s� �� �}��DXPE^��m���86cu\\=����5_��h��X��a� Kl`�.���|�U���ו�=c��\'kTS����W)a���:�"��i �I�ź��y��Ysh�ԫ�-i�$`]���rp�jr�n ۠�v`.N��9�ZśR^��������us��A�}]5�O�7�����o��nUN(��t@�f�]ǽe�Cr1�8̜�NH����94���Dj����š�q1���Bt��o�R�n��ض�Z�nB�0uZ��Y\'O�k�g�B��v�en�䊝�C��^F���A����l�8ESY�7��K�;��w��Ӏ���vD�&���W�!ԑ��ԝ5FK`�?DǤ��ubwnHYM��?�ka�)8� ��P����viGc-��i?�' . "\0" . 'X�#ަ0^���tF�i{ؖ@��X��w�nC_=����Wk���X� ��;:n�?�X#�1���m���?vml��M�09���� .���sz-䓄^���X*�x����3���B�Sք�{�������hяz{봧�K��Nk���tnX]ep��)�5]Y�5�u&�1R-���@0~E/Ý�|��)`��+r����Y������q�{��{w�)٧��UZ��c*�\\:1Q��;_�S���O"���/�ݕ���{�<zp��>O�n��y����� �b���C�OBy�=�mC����������i�t_� �3���{�3Ŧ�*s��}���*�{�@�j�L���;Z���"��5,��螨��ПO���4��y�ؑ�@q���.�\'#E+�P��>�rJZ�pF�C��,�Ur�����f�{,���ى��F��i$��' . "\0" . '�aK�`(���|��yF�Ӓ:i��{��c~��9-�K��a��31l0��"�w�i��s�*m��2�>lv��5��{�9�[I�~���M����\\O=��_Y��$�jΰ�x�K�' . "\0" . '9b��c�t��\'���1��7@�Y\\;��Y%HS;=��.]w����)j���9�w��><Z��R�$zȝ�� ��N�����џ\'�ӛzS�%��g�N~B���/�EJU���X�i?"�t6�]�Ƙ�ٱX�$�|�yz`��Z�K3(�|�`H��4�X/��kwi-4(k� l�!���4#�pɓ�F�$�r\\�n ��A ��/%V=��%�}�����I�L���t�����}�g��M:��~�"�_3t%)+�{��˭б����$`p�=!?��e�Md\'M"?�u�7���*�/��~��#�[��L@h~5�\'��l' . "\0" . '���&�5#�ŭ���?���nuo9.�#1��|pP}c0-�8�Fa�DM�Ǡ�v�4Ϋ���I+v[��*�����_��}� �y���O�SN�T�KnK��3�{���#ܝ�>J�V���v]6h\'w��S-���՜�|��*]_�u��y+\\{�~d���x�s�4�m,����O����{����A�[B' . "\0" . '��{��DOg;�U�-N~����:+b ��W�*�O���\'|P[���8�\\�-5�W�D����>LXV6cӱ��!U$�(�����4"N�.��%��4���� D�V�\'���c��:`܂X�w�qi2r��Ѳ|�g��v ��@�n�����詅��h�ǩ1�������w�X� �a��6H��Oo;�d9{M�' . "\0" . '�\\2lB������>v/LXF۲��F-��C���ev����6��Rdp=5�E+� ���I�(;%hA����6�F49p�=>�mb�!�qeG� W LW7���J7Bn��1\\J��O:6T�$�d���\\���x��PH-�WOUWX�����t��D��-���5@GL?n�h�EU�e(2Z�����1��t����F��| ]U^��!��-�;Ia���0j��Ab��E�15g��==z� ��_�C����R�R�d;��ȹ��C��x\'���Q����b�?@T����<?q�49��a���>%�\\�2j��7���3�&J�lE�w�I�@�1� ��6�g�N��O�ԭ#5�ӵ��ύ�-52VīB��J��%��o~����Zje�>��G�M�e7ev�:6�e�E���j�t�K��\\P��)�%1 _�a�����' . "\0" . '� �b��{�Q����' . "\0" . '�gJ�����Dۉ�����Qh�mK5&�⑮�kU����7�nFi^J�i:ZL�L�_Ԛ:�$i@�:l1��B ��cݜ8ue}�B�����&I\'G8�~�?��)Fe��Rim=����1���!4_АlPS;�$�C`f��� ���C��r�{����q�:q��r��ᐆi2�o�nDШY�d�+�"��TEr�C�&���ؿ�4w�n���K��)ޞ�uO ����vw��<�a����I�o�XQL����9˨gH��U�/ʜq�_B�ܮ�ݭ�XuXU�A��~�Ψ�?�w�YN���р6#���jg�\\T ��J>*~e��t�v���h�^�{��3(������� yPk��1����~>@v�d��l�._�om=�5T�w{�j[�Ny����w�إ�zoq�Ku#7�9P��*���9���F�w�G��%=�C�e���=F�eM����-�p���ׯ��c��m-~_���\'V2��{�-�����u��e�vn���P,�bmL�0eV���~�k" �q��Oi��]' . "\0" . '̆pG���D�۔�r�h5�����k$�_�H!�~y��N�~��������sw�8:����iOx�Q�Da�D���Z��rc�4��~��adIz�*0���L�7������~��x�7ݐ����d�=��p��+�3��̞���ZWF3J.�}L|��<i�+�z��n��b�� �FMͮ�Z��\\�|�\'jBQ�Cc��T��p3X����Ja���;x��o���6�\'�l�W�-��"���$�&Fٰ�q��x3�J��6�����¨_�jz�l�0��w9]�&c��o�fcl����E�K�\\�t�e� ��b_�aC� @G' . "\0" . '~�m ٔ����� &*�5�I�n�T]�8���d\'�n6d戴� ��5ÿ�_�Ƃ%�US�Z�3}�T�G�[���F�T`�9[�fV��Sd���锳�b�4"a�����MS�"u�2���{�A \'q~��� ?X�sR�ݭH�pkI^`5,|�P����;~�N�K��GM�v`��<�p_�X���7�U�* ��6넀PfJ��=�Ol�)12 #���1\'��cw�D�T����g�C"&O�Mſ�{=�8�9"�m��)��|��ّ�O(2�&⹚���f��*df�s�u~�P�B0E\\:���1���J�ރ��8z���X�e�Ê���U�' . "\0" . '��|*���m3��Qi^B��p��L��j$S@�#Aq0�L�Í��pv�� v8g�&�[M��E�jK6�_"b#[��)i�6^3�*_��P�IwdMc�P�Y|�z`���攔��Y\\?&~��u7��5� ��r�_��C=' . "\0" . 's�.�E��1�� �h�a?@&�f�����M#z;q6(�c��v�Z�i��>%m��8 \'Q���ZOuN;�r��(�;���,������Ia������ܛ3�ԋ/EZ�N�_����ߓ�o1��Q��p��s��L��p��;5�O�]��%�Z)\'�Lj�0��m�����k���l��$+)�@ yd V�|�hŊ�`��K\\7�ﭭ3�Y�Z,!�X�1H�Z�nK ^��:u�!e�=�G�eW�Vw���ل��p#�dѹgB�He�/^��E�"֞����$�����\'�g�i"��8�c{.��T��GO��E����(p�����Uf1/����)ك;���t�A�-b��v�n\'�BGOat0o��I�l�Y陚B &��m����骑��T���b{R�}�1�GQ�u��+�F��`D*��-W0�������8���N�4�Y�(C��3Z��hy`�� �do1�����' . "\0" . ' �����~�:q�u�����I`#c�/���F�+ Ȟ' . "\0" . '���2�Ѯh���-r:U�?j�p���W�3�G�6Y\\���N��vܣ�C(���Uf�"R�y�g����S�}k�]��v�̑ll��R|�a�' . "\0" . '��ƨ$65Ņ�j�u�B�3}{v,��Q��`��0F_*��т}�ng9�S�ȶ����h�)�ыڇ�t�)�XX��.4���� �' . "\0" . 'Q�AY{�㨯}-�+��xK����M�2,�( �f�v�6/,��v�>7�S�z�z�����iap]vJ� \'��b%Bhn�W�D��x�%_C�&�m�p��#�|i(� �n�4��%}�|��~��5[%L��j˲T�yL��평�g�d�$#�p}m�B$' . "\0" . '=@y�~9?Ϝ�6l��������-��&W��JҴ�tN���Q��^4�j?�4� =�9��v/ ��L�0)#"�w�f��4po�22��T�����?�G��GDN4\'��k��7\\��o�c3wʮ�$[���F�Mw7����+x�V�)��z��W�����p ��)E�TIg�lI?(�7L�;(U�yT���x�*��m�f�u���A�D�����W��9��G��>Kw��k0���p�a' . "\0" . '79��˺�j���Ѥ����2h/��,�4����m��"l%�� ^��Ȭ�~����U�|+|l��v�>M�V��8\'sT�!�0|�� �e�hEm������w&DV��ϰa����bl���z���f�0eeu0&��=���û�-V�#�F).���a/UQ�F�A�|%�~��������)����f�I@�}�����l/��g�;x�i�sF_���l�X�A�p�]�\\�>4��H�Y�\'� �.�r��Z��D_Z��J��=��m��F��}C���Q��-5�g������4��6Gr��x���c�����4S]0��2T�*Y��A[1�+�' . "\0" . ' ���zpZM:ϗB�~�����و�`�ۃ�ZL�a�}�yD��@�b_����b��]�[�6��v/�:j[�4�`���$@� ]o�~4�2���H��p�:��?ڡ����2�%�H ���;�;�=Ʀ���Y���"�����z^���{�0Р!���"���2�>N��*�f^h"�"\'���~���JQ�' . "\0" . '�IH��O(y���t��ou�qu��$����3�A��������op"�h�����[d=��t�U��h��b�ylSq12�M�\'�dPxv��Kq��R����a�����2�NC�\\IP�w�u�j�=*"y��H��u� 8�|g�a���7{[�' . "\0" . '[%s(-�~� ���ӗ�d>������)kW@����������o��Q�\'&G��z�H-�7�Z;������=�;�S�A�^�竛5�ޥ:���f�IA�o�Y��Ԑ�Sd��4$��F�%qD��V���pݐt4�]0D�B���*�!��6s��ϧ�-�p�&&8b����Q_��=:"ic��}��' . "\0" . '�<e}��N��V���w�<�.������*���f� ( ���g���|{����!�2|�nU���z�_���t%��k��C����^vI�֮���.�"�<e�r�IݍO�}�7�,\'�/���("I�V�J��>�ai�#����P��Od(ш��� ��|.��' . "\0" . '�d�&��F�u���)�����X�*�l�HV' . "\0" . '��9L�b�' . "\0" . '���tl0�t��[xqx���}XC���ư���m1���a�; ښk�İ��6p��E�B��59�Ѷ����脅�3oH~��(Tr�oB�#��Y��K˷�V�e���ߜ�1����d�2��u3ߔ)��{��Y���F�v&Ȳ�#\\�Y�r��X�0��U��TG�����ϋR��x�R�F���u�0km"=�Դ� s�ό���Ƞ�S��Y"�6C�����L��C�h�r����,�)��?!�}�' . "\0" . '� OXQoI*���} ��H ����P�m6��{�K�x�\\Z�x�}Ip������U��^da�^MN��P��V��~���+��]���g�}��ă�q�p���' . "\0" . '����?j0��u�qw�&h��Qi�W]��a�\'�c�\'2�h%�[���4��D�&�T�z�zFd4��K ;j��/��)`L;����0�#�w�Zc�>Sx���L��$���#�|M*WY�����V(^sU���_U��î�1��8�b�שҫ���ߎ]�Pćr�?�A^�=Z�"�Q���o�:ll�y�s �7X��2��h�X���/��\\��ԉ�aɹ�_&�=����)�����Ww�oR@��䮞Hb�Ɔ7��=u?�P��<�u��o}T=�1��I��C��=�)Y)��Q*e' . "\0" . '�݃kq����ţ�c�I]"��� ��u /zʏ�j�z35C�LVx�51E�#9ƙ���6K��"�*o�e=��?�� ��4��+���ǩ��d�ލb{���9V3�_77��1���G�F���xk+�z���..L�i[�� {�k^BQj�ƍv�]��Ri:�!�H�8��x�9N���i.^�X-c3&q��v�v�x�I�B�7z~�,�ZAK�]x�Y��y3��GZ/������4�\'' . "\0" . '�]�A�' . "\0" . '�������jI�A���\\�u�79�ޘ��ds�' . "\0" . '�g����5��`IV������5]�Q2�Yɻ#�]y�w0�d�i����X;�N�:GǕ˵و��U��Grg��nj8�~)&sH���at�3�뀊SMV�q��#�ҧ��<X��e�U,7' . "\0" . '��U�EU~5�8eG=�K��>��5���⡝=�P' . "\0" . 'vJ��@�5�i���Xr��� x�`ֱ4+�X �do\\�' . "\0" . '�{\'��IǫU����[KWD�r��3���syN�o�Y샅��{�G|�����[�{j�7�,@B��b�e��?�/>��-NF��i��BZ���' . "\0" . '���98}�Y���Mb�vmj9��:E2�K+�s�M���6C����p.��o��I/]����+D�_�e���,���pt�`�YD��^Tev��5�=�"�R�y��d����1sP7��CH?F��ME1Nx�J(��XE�SfpA�N_R��H�ƻ����r4s��l�@4�~�G+J��\\�M�8Inݵ�ݭ�a�7����< ��5�`E_����0�?�\\1Z�\'l�t ��fS�VW!���o�p�N���\'K�Y��j�H��~~^NyܺFw��Zs/=[A' . "\0" . 'F���&ƍ́� ��<��Z��ǔ?��e�ژ!@��� @! m�j�M��\'����#��n�v\\ҴI��/ �t��M�"םR����|]8��4}��f��XY��5/��ֿ��>����R\'�����9����X6�rԔ�̓�`9�Д<�D+;B�!=�:��7�����\'/��|e`F�c�c�z�l0;8l6�AAM�L�5���ȹ��p�|N?������Yv��ښ`����i�F��n�5��ؙb������3K��C�:I���e��s&o��u4�AO�E��58{��lj�n�z���(���a(ʞu`d!�0��>�7�WI&��yB��w�cKW3@����u��G|��l2\'��3�&��PG�<�a���ۀ��F��S}v���Z~' . "\0" . '�ĩ�O.���PWu�g������>���ճ��B� �+�]V�c�C��#���}B덌A5�� �3�%,o0$rC��#��];��>�@�$f����7(c(n��~�����_���ZS�s�+��' . "\0" . '�ޣ�-6�=�Q�D����aI���K��T�_x^)�H���Uu�n��i�)��ⓑL ?vV��H~��K}-�,�#�$�CNt�jՓE���UNˏ��3' . "\0" . '|�r�h���?������֡�>�l��r����2g���rB&-a��&��i/����^�n�ŏ�8tٍ�~�7��N j��=�q��V�<�{i�% w_;㺏���`\'�ϩ���Sp \'�R�6bk���h��D����b���ы7��b~' . "\0" . '�*�ȼ%��prw4e�� R��yn���͍��5烞 (%]*\\X:[D�j�0�øȫl��S��;K�2�gE�+�X&�b���U=�%�"U_��GH�P�$%��� K����MA/τ8Ǥt/)D[��M����\'f�㿮m7�X���p��No���q7����없��' . "\0" . '�������Yc�>ֿ��٧l���w����7ۢ�~�no�6��l ܃AP �Ys`��K;�g�sri�����Y1ٖ��!~*W����b1' . "\0" . 'G���DR�|�7�J��w�.�;c��,�� Y��*#�:��I�i�����~Է�yߧP�aw�,�<��4r��g�[G�s����.�z%�*P�`����ܴ���\\Z�).���8�(1{�4��1E�s>�y3²Xٱ�)c�°s^X�G�r�ԫ���J�7�x�O�|�-�RAHqC靴�H�Ġm�j>�ob���M��Vf$$�Q@^�3&�K ӂ���&uQj��*gF���@9�d���j-eQG)�[��ބ� ��wOV��E�T��C뛿%Z��ٱ����E�vy��1�=l����x��Ø\\��i&�xc�B�n�O��_R���QAVG_�JDТ3Y' . "\0" . '3�%hG �ě�Oy8+�?ߨFX��%ha���l����8�Dak��{��:���SVn��m/ �;��dz���l��俲�%�� a�nR����^�/����`<^�<�(燐<é�|��z̮l?5�ͼ��4���^������gX:�O@1G�d�\\�s�s�n)�<��*���Fx6a��&z(5�?�2/.�"<$��)�ْ(�0���A/Kf������dk~,�0j�Һ����o�`���^��\\��;� ���5���*Ш|M������4�a��neh�6������' . "\0" . '0��HHaT����̘ m)� (5g�W��r�:��g�A��}a9b��D1Dғ�w!��H�u�9^��KKW3��� I���|V�γh-D��@J@���EzT' . "\0" . '=�u�ι��a��~>��X�J�����̡[�������g-c�3M*~�5�' . "\0" . 'q�h R�BY%4�6�|���f��/25Q�P�Wv�{�f��r��{[m�E�GW#q���v黷\\��r�\\��R����l��m� b��akKHFf (�B=���� �Z����� �����R�I!cYf�[BcD))O,�aD�#�3ZvAjV�J�����J�����8�&��L<]R����$�8���c�.m2��U�����XN��o�SmT��ur�"��)��������9N���O��aa���I��JD.Ш��6��+u2���Q/��O����)7WHE?|=B!l���)�Ak�_���<��2@N�Q3���?�ڱ�' . "\0" . '0M��"�r��n�DO�1Z=�oAf�50/s�!�U�(p�۔���M�]�^�6̷Df7j�J�Aȟ�2�;@�.+���jNpb�ۉ���XiΉ\\�Ж ���G/�䣛<�SC7Ð�=A����v��A���&�۸�XQ1����u��M$a(+BX��;�R�CK-;���1�L����w' . "\0" . '���}��s�U�ѣ[�ӰT��*���y=��/���=��{��S������A��x7?��>�O���%,[�Z�^���y�ʠ������a��6w��zo�g̼��U�ۈ��l"O&�K"T.w��\\7�\\�r�ڶ�> ����H�/�y ғ�[a�4��: �����r� ҹ��D����{�V���l�Ĩi�G *�/��^���t� �@�%RV��\'Y$�7�R��J4��~=.�֡�ݕ�LbX��X<E��`�r�(�L��/�HoYEs�W���:k"~C!���ik��+,2Ƒ5��wFoE�ks���`w�~S�"@�����\'"�F8�Aq���1���D~�CNq %�� w�p��N�3SD�h�;�f���X5�$ҳνUԡ�*�J�TF�W�)1Sy��ffҐGz��Gj���\'�d3~���G�/(��M�����5�l����!��]Xf���E?�5���B�c1�˨�|����"0������' . "\0" . '�Z��k�b�������~K �P�}|ݺ\\�컉��8��^�ʩ�}b� ��$�DB�����b�-�U�Ε;��ܴ"�O�$K��aQ��I��� rK���4?El��>��������O������n�-L�ˬV4�m�ߜw���f ���O"?���k�tͳ' . "\0" . '��r ����[�' . "\0" . '̡��' . "\0" . '' . "\0" . '') (vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php:121) at Liip\ImagineBundle\Imagine\Filter\FilterManager->applyFilters(object(Binary), array('quality' => 100, 'jpeg_quality' => null, 'png_compression_level' => null, 'png_compression_filter' => null, 'format' => null, 'animated' => false, 'cache' => 'aws_s3', 'data_loader' => null, 'default_image' => null, 'filters' => array('thumbnail' => array('size' => array(384, 216), 'mode' => 'outbound')), 'post_processors' => array('jpegoptim' => array('strip_all' => true, 'max' => 90, 'progressive' => true)))) (vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php:107) at Liip\ImagineBundle\Imagine\Filter\FilterManager->apply(object(Binary), array('quality' => 100, 'jpeg_quality' => null, 'png_compression_level' => null, 'png_compression_filter' => null, 'format' => null, 'animated' => false, 'cache' => 'aws_s3', 'data_loader' => null, 'default_image' => null, 'filters' => array('thumbnail' => array('size' => array(384, 216), 'mode' => 'outbound')), 'post_processors' => array('jpegoptim' => array('strip_all' => true, 'max' => 90, 'progressive' => true)))) (vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php:154) at Liip\ImagineBundle\Imagine\Filter\FilterManager->applyFilter(object(Binary), 'new_item') (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/AliasGenerator.php:160) at eZ\Bundle\EzPublishCoreBundle\Imagine\AliasGenerator->applyFilter(object(Binary), 'new_item') (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/AliasGenerator.php:103) at eZ\Bundle\EzPublishCoreBundle\Imagine\AliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item', array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/PlaceholderAliasGenerator.php:78) at eZ\Bundle\EzPublishCoreBundle\Imagine\PlaceholderAliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item', array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/Variation/ImagineAwareAliasGenerator.php:70) at eZ\Bundle\EzPublishCoreBundle\Imagine\Variation\ImagineAwareAliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item', array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/Cache/AliasGeneratorDecorator.php:61) at eZ\Bundle\EzPublishCoreBundle\Imagine\Cache\AliasGeneratorDecorator->getVariation(object(Field), object(VersionInfo), 'new_item', array()) (var/cache/dev/ContainerXos7vnb/AliasGeneratorDecorator_02cce63.php:27) at AliasGeneratorDecorator_02cce63->getVariation(object(Field), object(VersionInfo), 'new_item', array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/ImageAsset/AliasGenerator.php:67) at eZ\Bundle\EzPublishCoreBundle\Imagine\ImageAsset\AliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item') (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/ImageExtension.php:66) at eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ImageExtension->getImageVariation(object(Field), object(VersionInfo), 'new_item') (var/cache/dev/twig/18/18730097ee98a9a9afbf65fef2241f403e7fbac8fa4152909dad03da1f7d6edc.php:118) at __TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b->block_ezimage_field(array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'image_alt' => ''), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field'))) (vendor/twig/twig/src/Template.php:182) at Twig\Template->displayBlock('ezimage_field', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field')), true) (vendor/twig/twig/src/Template.php:254) at Twig\Template->renderBlock('ezimage_field', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field'))) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php:180) at eZ\Publish\Core\MVC\Symfony\Templating\Twig\FieldBlockRenderer->renderContentField(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()), 1) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php:138) at eZ\Publish\Core\MVC\Symfony\Templating\Twig\FieldBlockRenderer->renderContentFieldView(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array())) (var/cache/dev/ContainerXos7vnb/FieldBlockRenderer_47ffb65.php:76) at FieldBlockRenderer_47ffb65->renderContentFieldView(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array())) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php:117) at eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\FieldRenderingExtension->renderField(object(Content), 'internal_critica_image', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array())) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php:64) at eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\FieldRenderingExtension->eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\{closure}(object(Environment), object(Content), 'internal_critica_image', array('parameters' => array('alias' => 'new_item'))) (var/cache/dev/twig/37/377fdef822346967881da50e54ecc82112164a2ca0da703ce2a46cb5abecb2f0.php:53) at __TwigTemplate_1534be0da88ae89691be3cda29e5ac6046a90c6e84fee76a30dbc16074c1d737->doDisplay(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array()) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array()) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/twig/twig/src/Template.php:390) at Twig\Template->render(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50) at Symfony\Bridge\Twig\TwigEngine->render('@ezdesign/block/internal_critica.html.twig', array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php:57) at eZ\Publish\Core\MVC\Symfony\View\Renderer\TemplateRenderer->render(object(ContentView)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php:41) at eZ\Bundle\EzPublishCoreBundle\EventListener\ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214) at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:156) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68) at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:102) at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:80) at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3Dez_content%253AviewAction', object(Request), array('ignore_errors' => false)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php:60) at eZ\Bundle\EzPublishCoreBundle\Fragment\InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:87) at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:77) at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array()) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php:46) at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference)) (var/cache/dev/twig/1a/1acbb35a6a41755bbff4097e96ed38f1b7be7c1e193711887546891d0bfed0a8.php:114) at __TwigTemplate_f996e8b6487cfc63eeee09c84b4a7b4b1fcb73e307f644494d69e62ec774b508->doDisplay(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, '_parent' => array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), '_seq' => array(10205, 10315, 10316, 10317, 10331, 10332, 10333, 10337, 11974, 11975, 11976, 11977), '_key' => 6), array()) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array()) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/twig/twig/src/Template.php:390) at Twig\Template->render(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50) at Symfony\Bridge\Twig\TwigEngine->render('@ezdesign/block/m10_block.html.twig', array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php:57) at eZ\Publish\Core\MVC\Symfony\View\Renderer\TemplateRenderer->render(object(ContentView)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php:41) at eZ\Bundle\EzPublishCoreBundle\EventListener\ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214) at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:156) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68) at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:102) at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:80) at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3Dez_content%253AviewAction', object(Request), array('ignore_errors' => false)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php:60) at eZ\Bundle\EzPublishCoreBundle\Fragment\InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:87) at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:77) at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array()) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php:46) at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference)) (var/cache/dev/twig/73/73bed3736419c90420def4a62fa10fd3ed40a024f2988b7aa7bf00958cc83f3d.php:48) at __TwigTemplate_e876aff36fbc0317dac683ae04f4eeda07d04cfbcf85d9a5ddb29e1807efd35f->doDisplay(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, '_parent' => array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), '_seq' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'module' => object(Content), '_key' => 7), array()) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array()) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894), array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894)) (vendor/twig/twig/src/Template.php:390) at Twig\Template->render(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894)) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50) at Symfony\Bridge\Twig\TwigEngine->render('@ezdesign/block/list.html.twig', array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894)) (vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:286) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ezdesign/block/list.html.twig', array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894)) (src/AppBundle/Controller/BlockController.php:63) at AppBundle\Controller\BlockController->renderBlocksAction(11894, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68) at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:102) at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:80) at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3DAppBundle%253ABlock%253ArenderBlocks', object(Request), array('ignore_errors' => false)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php:60) at eZ\Bundle\EzPublishCoreBundle\Fragment\InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:87) at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:77) at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array()) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php:46) at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference)) (var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php:154) at __TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->block_modules(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:182) at Twig\Template->displayBlock('modules', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php:134) at __TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->block_content(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:182) at Twig\Template->displayBlock('content', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (var/cache/dev/twig/67/670fb4391b1450c823eeb89aacf4b8b91378527d61d24d489c7531f8b1b48a92.php:167) at __TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273->doDisplay(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php:50) at __TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->doDisplay(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/twig/twig/src/Template.php:390) at Twig\Template->render(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50) at Symfony\Bridge\Twig\TwigEngine->render('@ezdesign/full/main.html.twig', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php:57) at eZ\Publish\Core\MVC\Symfony\View\Renderer\TemplateRenderer->render(object(ContentView)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php:41) at eZ\Bundle\EzPublishCoreBundle\EventListener\ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214) at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:156) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68) at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200) at Symfony\Component\HttpKernel\Kernel->handle(object(Request)) (web/app.php:71) |
[1/3] ImagickException |
---|
ImagickException: no decode delegate for this image format `WEBP' @ error/blob.c/BlobToImage/353 at vendor/imagine/imagine/src/Imagick/Imagine.php:135 at Imagick->readImageBlob('RIFFU' . "\0" . '' . "\0" . 'WEBPVP8 U' . "\0" . '' . "\0" . 'А' . "\0" . '�*�p>�L�M��#" �i ��gleu����c�s���W���S������!�w����2�%���������ޒ�}2��y��?6_�؍*����0�C�>[w��pƸg���ߓ>I>;i���\'�������6o���ȿ�t����۟�O�?b�?�$>)��\\�������1�4�;�;�O㧵������[���?�ܿ������k�ws���^�zM�=4-. �쯨�0_��r�E���|P?����7KV�����d���+���;���Z�.�����7�3�6�Q������ @�O��N����12�?8W�M"6�|���?��a��舴�P�$�[D�<��-� ��%q�Wg��B�b"k�:�8WG�9��A����ʽNA��-�V����<���ՃW5��_) ��JMB?�������=���� BÃ�X������!C��m�0�?k~�� ���"V�3�|[C���?��tq"�e�C���Kmi\'����`�ȲZ�>���{��8�2���}�go�6{,��"nٲN�G���pc{Q�,�' . "\0" . '8mdP�WH��aq�SE��?����b��m�+����1c�%D�6G�+��-�4!x��?}Q�#���C�O�Ř��4f��w��-O�,�.���o��A�ۄ<S%}��@B�:���� �o����m��ݟ��œ�⤩=���ʪ ���?/����$���H�L�եC�C��(T�-d���QA!������Y��2�|m�o-�7�^��D��9o�}R�{��RH9�4}*�%��+��J��?���Q4���z��w��̘3���j�̶<���[�+�zל�����g�K&WL{6���6ݸ��,�c0��M>���Z#&E�a' . "\0" . '.1��R�Mkr kCh�0Z����C�B�\\%��ć����?��,M��#C�3�g9�FF|�����[T��";Ś@����Z�U�u?���#5�1���/�o7O�N���%Ț�ك����0~I� ���[�_���I���g������wl!��{A��$�i' . "\0" . 'K[ ���4�o�rVmH�-˼��j�"^�WC�e;�LV8�I`MH=*�O���!� ' . "\0" . '' . "\0" . '������\'h]' . "\0" . '�F���������Jbd������E�f?��n�}�-���۵��w��e�l�!�h�pS�k�c�M a7��V�8#��G��>ܤ��CmE��)orG���}<w���N�apM�:�Z�Y��6�{����u�Dz�.i�' . "\0" . '�{�J@�ye�@4 ������=�]�����f>ĴJ#�w?!�G�6 ��3�[N�Ӳ�L1_�D�"�G4d�Ō,�D�9f�O��s;�(�;<nǡ��6��)_9�Jя`�TO��|��:y�Ғ�H��R�t���m�*��g��j�d��"��=�߸���ը��m�/G����υ�Vs��}@���+�YT��y����L�9��N����:o6�N1oZ�c�F��m?��="��F��D�F)�|5F����˒�a�TG��[��o�:GT��r��>@����1�~|��O�,aE���H y�m2���E�(U�O���G���fju���n&�2�\'��u�{V:��X�V;xt-����V �~4f�� �3��4��#Ɓ��L4�g�c��+��:�=���Z]������x�1�S)jlv[A^�k�b�b�ˁs5O��,[(��+>|�yN.��Koo�zE7m,Ƈ��,0���dR�T��M�;紹~/jA��ʠ����=QӚU���~hH݅⒎��"�%��qz�QO��KZi�A�s=����6���� _���+�z�D��~�\'��Rb��P6�{���&��Ȃ\\�0�W��q^��j�;j4���l�o�F?�J�� /@�#�W②;�����w�Am1&Ѕ)Q�I�6�0_���q��D�>v_w8�TÛ��5�Y|EL�(ޏ"X8È2���5���e6�,��:�yW��wZ�/R3݃h�^��Ip9�<�]O{�4�K��n�ZD ��\'�e�k` w�pD�s��~��گ�5����xZZla�"�FW������Bm3M��=�y8��A�ЪӒ�~\\��z/���' . "\0" . 'L�븀��x�' . "\0" . '��������{����nM�|�A�6h$���16���vHy�m�L��\\��Rxh��_)y�(! �_"�]C"�[����^���q;�2���z���;������H�`$�k �8@`ʜhF��Q����?��v��h��t>L�)C�' . "\0" . 'E{pI� �}�?"��6�* Jѝ��W�z�>�c�T��o���Hs�\'*}�Z�!}��T0��)u��U���)7�n�����̠P�h���@��46]6I�;\\ �D,i�&�� X��)۰ #�8��ŏ�#Fp�C�gNp�~�������aU9𧓣9�.L#�`�&�y�������T��u�[ �cj�G��\'M�Ԛ�-p̵z}��E1%�"f�PC��T�~�H�����CL|��#j*��/q��w����Z���O�ݏ��QhO�iL�j�$�.��b��=, b���GV2���x�tؕ�ٶ��d�r�`o 5�|' . "\0" . 'd�P;5W��\\�rNRG_���YX���Y�x+�p̍�yv+�[>�^�e�t�r���z��JET�e�v�r�[�m�lI�>r�2}�pV���DǩEY��' . "\0" . '&��i��(�O)=-�,��|�m[ƿ�kH�J�}\'�/p�+B� ӿ�ňk�Y[���ltˠ�z;���P<1�j��s����6a��y��yqsׁ�CEK���\\��Zhx�\\���k���i}D$�Tn!��3<А�`wI�4����N\';�%?�\\S�Ǔ#b��AE���S�g幪RDI_�G(,�7B\\z�f�з\\s�T����� ����vbv�����d^�s(�<�y@Q��' . "\0" . '��f�o]t�G�^�wP7�$$X!vnl-9�H�e����U{9x� NH��c ķ���Z�\\���J~Pj�p�d�{���LQ�z46��a�Vw�|�ώ���&�jnY�����?-N�2����IP����X!�x�"1b$N�~���>�t.���͋��' . "\0" . '����!U�X4b�v��g�)�㷟�\\��ݗ5\\��/�5Z;�-�B���A' . "\0" . '�722m�B��|�;���|24r��h�' . "\0" . '����U���P��,���cՋ��ϐZw�8N�&�S;z �A��4g����=l ٽ���]+E%�����u��v���Quz�^���m!z8$���^��0�X<<����:X����' . "\0" . '��u~A�!/�C+��;��[$�֑T����n�2)`I�Lw�,E�J�xCژ���&ܞlFO3�kF����y=t��v#��d�5?��֖Օ�[�dwO0�m��0���c"�P�P�mLb�ϰ�Nd�!G+���t�Z���]�\\�B@�T��W$RG�&����MQ�TBzQ��[:,H ����؞s�en��OX�?&��_�%DZ�^@�x�!������;�' . "\0" . '���Y��N6Th�o�M U�ޣ��n�S���O�G����R`�%��NJ�k��H�Ӥ�U�.46E���0��:�E�d�.qM�UL�X�����N`[�zPӈ0w�[fEx��)�ه������$�M+�¸���iԽ��2����h���EO���d=���<��Di�bi�-=�X���v�l�}����WN�����v7 �ެ�2�ʏ�i>f}�\'qO�^è��^���zV�V�}> �kI9o�Z&r��_S���j�7�$�wpU�g� ��\\�P��W���K!z���C�-mo�v' . "\0" . '�:Xچධ��é�dJ����X/v;�����>�H� ���Z�V ��Ig-�"��diJ�JdS2۞G[��91s��8y��ބ��_�����@,�C�˸C: G�`zޥ���djM��=\\k4�93�3�OMqA"u֙E� ���� 5|x��mz�N7��@XF�����I�=�F����]��h,%@�{���O���_\\�q�?rHs�q��٤��@r' . "\0" . '���>8��0���{�5#k�����~EY�r6DX/F��E!�A��-^���r��L )��Bߦ2�3�+鿌&��$�s�;O�c�|6�䕫<��`oxY�c���AV.�k�q�~��K;�ދ:˧�@O6+�^�k�.�,WTdU�Sp������z�_�?�q�l|��� ��J�R�1��������1�f�Ծ˚:LO/�ڐf�A����?1��8~�ч4~�5~�=�$f�oe�D��q˽~oC����|�@�|�J}eM�?�`�?b� ó��J|z`�֫s+N��D\\��kӟ"�a��<Z�7�3��UV�fB~����e��8�v���!�"&�D��:?I�F�l�y��Bvd?4!+|�͇8v�u Y6g�Ub%?�L8a N�2�)3���^}8�>����56���ز�ڭ2����+D:�r\\B72�`����ھ�mĹf��,��Z����.����S۪�a�H�c��e�6��$�6��#�Xj�v�碡���d,.����' . "\0" . '}��Q�9ۅH�~��9"�ZP�;}��Wxm��z9}�gR^#\\�wS3�Z��5��.�NV��U���=�?��R>������~1�:wɲ��)�� ��+��(:y��m{v�g�yޅ���IW� E��?�f8����*R�Q!E��7��y�?1m�xꧼyu�N��^;�}���=�6����.)}�*�O�\']~�*"�숖��v�#�v��pM\'>&O�V�j?�m��8�qbg���(�"�q���4k��h' . "\0" . 'W�H0Ͻ���DF�i� �ypå�ROl�%�U�7٢�v(چI�so\'0�=��/�L��خo�������K\\��^�%��b���uqK�?�c+k�M��fG��-5cp{������QM�O@*U������g�*Jp�p�����;��Ybԧ�7AH`~Y��jly]�R��~h1i��Jf7md�T<�hf%X���l�D�S� H�/��@�8��s�눈N�0B�$f�Y%۩��W�i�X11E0�=p(���[%�P/�����Wn0��0��uR ���xRM��A0n�gm��x9�w_��_n�w��xO��$C�e�Ғ��r���EL��/�*�Dv,��5�!3��G��)��!ܣ��>8��g�B�VĎ���$*��b��dU��a����擇:\\1n����07P��;i�^c�9�>&���HN��JBV�Di��$��K�rb5�WQCΐ�9M���A(�������0�Ϋ��K�m9�#���!~w;]Gb}�#96ms}l=��|�~o��4�n�6���Ym�v��%�LK@Kq��seC' . "\0" . '�YE\\˯Y�ͧw ��vf�s=�N�P��ڢ^4�Q���(m��&GtY��:��D��h)L��t��?8�|_�k�a%1M��~�և<UK=-m��o' . "\0" . '�0<�*5�ֈ��t�AUx��RbYV�R8K�n�zb�q�TB�KU�ܼ����L8�3Ibl���k���K��-��e�v� �H�V��"����/��O�7H��(ks��S�-4����7��c"rH���m�$�z��v�^�on�C(������XË[���$ֶ*#�?E� ���A��<8x�i,�s ���w��ssAi��*�Q�*&�?JP�1��S/ԅ�l���ڤf�\\W�|=c)}��\\`I �' . "\0" . '��H���\'cqR�q��pz俤�*4�c��a�\'"�Y9v+�;��q~y}�?8"�=$v��(�J���YJtx�_7�G��ǁ��I���<��3��Ie�E��0�&ߩ�z���t���z ��B���>p�~W=����9)8nA�<�����E�w�G�w��&j�����]�F�H���|���t��m�8�EN�W3֓I��L��l���W+u�^�n<h�~��EiO�#t, 3�ռT���a^u�����ݠn����k�K�or��0�f�`LP#Xb2�V>��d_I��ڪ"����W��/��yd�DL"����ʇp/S���ݍc���V�E�<�mw�q�}���L,+�^��H�UI�@l䤋OrN>�m�����w��;���S��@y�cO�f�E��^E�k�r�S�j͓|��9.��8]�c��t�ĝ��C�b�`p�`�Irc����}�9y����x6���i�HŤ)�N��N��̛A�vM�a�ꛋI�;8��3�]��T���;fD��F�}�T�qށ��\\����Xh�&h���®B��y �Ky����Υ�� �*�h���w���fo�Lŝ6��h�r3��dTS�G�D;�����{Z_��m�M��%����,���j»Q�=��k���y�<��_��\'��[������6�̭\'~(��bk�p3����A3��UO�P��>�J��{C���@D=��^�A�P)X�ʮƘ�8��H�j�.��U �G g� �䶂#�#�b�S� \\MK8b�[K0�֪%�~���2-�j�<S]��z��xlU��:�:�³u���$�T��G�[Vu�cԃW���ʪ L��aa�-%ނ��l���y6h�&X��������zU�Ͽ�^�Q�O1Q�9�҃j����[S�Y���h���t������C�^i���>W���1Z9��Z����a���9�̨mX�u�Ί_������,7��l�66T�' . "\0" . '��w��2��$ ������7����&L��L+��d&�j���q������� qZ�8S^x��lsڽ-�~jЂ��t�>A����݂��>Ӯ9�dM?Q�AE[��?+L' . "\0" . ';#43�������3W{�qKEo�em}�<�m�z�zhU�yb��Fn�9C�6�SH^2��3�\'U�N�ҵ_t�N�!�H"^ag� I��{�[�<K�!Z' . "\0" . 'j:��P�*8闛�"�оπ���M���̡�m��.��A���܃i��k��hP' . "\0" . '��B�h�N�' . "\0" . 'A�r%��1_r]����p�)]���h�N>S�d����7��;�72ܪ�kY\\?��8 �8Q�P�6����h1��"L�m±�J���Hg�$�*o����D-��(� �5֔eCO,ozw��1��W��X�1����@ՉA����䪮�3ư�pz�8=�' . "\0" . 'S| �IJK�m��1��^�7v����Nb���C,�p���t>�=K���~�tx�xS&|%K����:�F}�4��}/|zO������1���9#h���h� ������Q���K�v>UF4�T+a_3 +N�Rs���*�;Y-1��Wy}t��C���u%�f��4 �k]>��(ó׆]i��\'-d9�W�&tk��5j##?(��o/��pL��a�ۦ4f�����v ��n��1�<`Z3��SF7xѽ�"��^ ' . "\0" . '�X2wK�!oSnEgu� �r&��Y�� 4Xe�X�ť����ښ��%�!��UK�����v\'�T�:��������&9�����y�8�WW�NV���v����TB�#�N���� �.ʁě���N�x��>It�k�)1B�.�r٣�;�F|F&�3}\\/30s������ �s|��)��ӓ�h1�' . "\0" . ' �t���\'���ђ��6��N�/O�IY@��S�0���� �i�!@�W�' . "\0" . '�C��Q�K��B\'�_]a���y>x{�ߘ �F��,t[� ���A2�**�|K��H��e2S�k��S��M���p�ԫ��a�[���̮���y@��>��Y��Qޥ\\���X��udE�7���U����"�g*bR�u �~� �L)Bs��KPJ�#g�jPTRt��I�D��4��-T~.�b3x��`>��zx���p���<];1%�U��X�}O�7jf$���x� �`G4�d�Q]rē��J�N%Σ�*�pЂ���5�s���-S��A�@6�\\͞�������i����A�P��g�hcY�~�b�J�?��7z��z3���\'H�A2�,o~~�st���ZQ����5�qX}�T�]�V���(�,�m`ֽt�{؛j�Wg-��|7��5��za�����M"���P���U2���YtK-�7�dmfuc���WI��;��Ʈ�Q�vb����]�K��)v�b�?��a2�]`�9½b|50��D�攢"d���7y��x�水�m�dRI�D\'S[Q��8j�:8\')���8���hX�\'\\�lKgO�F�u���pE�fc�V�s�$�V�<�C�(���Nδ��E$�a2�78ydί��}6���h���࿅����@' . "\0" . 'پa[_s��8!1־���K�$]��û�U�k�Y_�������.�8ǹ�ɸU�8��_�/�Ot��z�{A�v�_�A�h���/�]�]ִ��� Wu#�ph��G�i���+���b:!��L��x�&���0������(q��a3p�����F��w��1�^B�c��n�>�e��:I����θ�n�Ea��/<<:� �n ��^q�-�3/ꑷx\\1�x� iIz+��.��\'���X��@��j�\\�[I;�>%���\'�DIn5�Ø�:1��YCgI��P��. ���N���S[����}���]C�O��c�*�p���w$����*D��ג�+��O�����Ѽ��&�X3)�`7O����|�~ɞ�8�q���\'[?�����:����xP �!�f��_���2gg���D�^s���a1ܶ]��t�؆琉�=�[*�W�mV��2%sn �NX�:>!Sz�f��݅w��C�Z���Bm���H���IBVٽ��d憗ODd��U�Ưz]������Y�ػ�66���� �?�wYqϝY��f�����N�������O6e�K�.t��#��(5�=���3Ț#�� � +ph���s=�7�:�e.z�������r��o�?������,�F�c�����X�=����2j�5j� �@>켤���?u� ��/�>�%��+�a8x�բ�����cy���耥���E}@��iLZ����{M�0��/V���EW�|k)�qi���xS�¢�B)���N2b�F2��]��$��@ (��V�ˮ��ܝܯ�>y��I�39I����b�[4l^����ve� �v��dXx�Q\\T}��_.Z%A����&�6[A^�`���� ��kmY.j;� �{�UunF�����d�f��aX�?��-���R�A7�L��c�E��g��ޟE�d��:�.����䲝�!�~�&t��P�� ���b���R)!�#' . "\0" . '�\'ŋE�)#]�-��,����O�?���ف�8V�:��Ћ�U\\���`GR�' . "\0" . '��ə�h�Ϲ�b�����J�P����f���+��>䨲�e�#o�� ��D�S�5��h\'������������c�VK�C��b�������EziG/S�Z��XUs�}H���#���Cz�>�Wh���SG��sbl��臖J�9-¹ʶ�k��C��.�O���=g�_�"�8����u�T�[��Ȣ�b A�)�� G�na�/rp5�i ��N�J,�+ L�g@x��QE��1��1�x�0��>�\' ������x�f.A�gL�̽g�1��岗�u� bР������t���ђ�}3��j��)�K��g��ȟO�ċ������g�?pJ�����R�e�0=F=���W�l������ڻ�Y<�`#:5�F��݉@�DHTV�w$>�P�Ӥ��S' . "\0" . '��2��S�=' . "\0" . '�j��=�If5�X�D C!�Z�m��뷭:��sk|X��\'<� D��~8GXC���,�w�G���*�c�C�M2����w8W�u�i' . "\0" . '���j��s�Bb˸g2 U�)�ǰ5U��o��e�%fAM�xМ�͓(���3�Ʈ��ʐ8��un�gq�T��� 1`��vx\'�S���4�l�t� ��\\3�:�d�e��6�y��R�"q!�^Eޭ�WY���r�,�l>��u��)���n���e��n��o�Y9�?��!��d2����?�u5��0���W�؞���}�+1����y�E5��V2����hdS�!)�q���|��I�2����}��!�i���?Q�uޏv>��鮪�iQ�iR��Sl���`u�9���J5�������[;��A O\'4L;=�Z8�Y6(�sM�M!x�S��u�m{+�"Bi��!B8#NE;a}�ݖ٢�@�6��{w�(�e���*����O���馇E�N���F�H�}--�M@�`���w���K��s�"�\\И|�L�(]R�iwB���t �5�������c�J}o�n�ڷ' . "\0" . 'St^?NC0�c�Ե��K�1�8B���[qn�w���BaoD�fc�)ϝ>��P��j�r[?�e���Хkة��c�V��J��&���৽�o?��y��ϭy0ݻ�Qq�ա���Ŵ�҇1��?9Cy��`���E\\�9���Uq9r%�R qV��z�|Fb��I�%cH�~���FQ��8�R9���[��4O�r�Ȣv�����EX���z��D�WR��4R��J?Tr�g�~�}O�W:�ѩf�R��^����I��A�&�6촘q R�@žgD��k�%촁�jJi���F&*�vh�q��_�K�[Z����s� �� �}��DXPE^��m���86cu\\=����5_��h��X��a� Kl`�.���|�U���ו�=c��\'kTS����W)a���:�"��i �I�ź��y��Ysh�ԫ�-i�$`]���rp�jr�n ۠�v`.N��9�ZśR^��������us��A�}]5�O�7�����o��nUN(��t@�f�]ǽe�Cr1�8̜�NH����94���Dj����š�q1���Bt��o�R�n��ض�Z�nB�0uZ��Y\'O�k�g�B��v�en�䊝�C��^F���A����l�8ESY�7��K�;��w��Ӏ���vD�&���W�!ԑ��ԝ5FK`�?DǤ��ubwnHYM��?�ka�)8� ��P����viGc-��i?�' . "\0" . 'X�#ަ0^���tF�i{ؖ@��X��w�nC_=����Wk���X� ��;:n�?�X#�1���m���?vml��M�09���� .���sz-䓄^���X*�x����3���B�Sք�{�������hяz{봧�K��Nk���tnX]ep��)�5]Y�5�u&�1R-���@0~E/Ý�|��)`��+r����Y������q�{��{w�)٧��UZ��c*�\\:1Q��;_�S���O"���/�ݕ���{�<zp��>O�n��y����� �b���C�OBy�=�mC����������i�t_� �3���{�3Ŧ�*s��}���*�{�@�j�L���;Z���"��5,��螨��ПO���4��y�ؑ�@q���.�\'#E+�P��>�rJZ�pF�C��,�Ur�����f�{,���ى��F��i$��' . "\0" . '�aK�`(���|��yF�Ӓ:i��{��c~��9-�K��a��31l0��"�w�i��s�*m��2�>lv��5��{�9�[I�~���M����\\O=��_Y��$�jΰ�x�K�' . "\0" . '9b��c�t��\'���1��7@�Y\\;��Y%HS;=��.]w����)j���9�w��><Z��R�$zȝ�� ��N�����џ\'�ӛzS�%��g�N~B���/�EJU���X�i?"�t6�]�Ƙ�ٱX�$�|�yz`��Z�K3(�|�`H��4�X/��kwi-4(k� l�!���4#�pɓ�F�$�r\\�n ��A ��/%V=��%�}�����I�L���t�����}�g��M:��~�"�_3t%)+�{��˭б����$`p�=!?��e�Md\'M"?�u�7���*�/��~��#�[��L@h~5�\'��l' . "\0" . '���&�5#�ŭ���?���nuo9.�#1��|pP}c0-�8�Fa�DM�Ǡ�v�4Ϋ���I+v[��*�����_��}� �y���O�SN�T�KnK��3�{���#ܝ�>J�V���v]6h\'w��S-���՜�|��*]_�u��y+\\{�~d���x�s�4�m,����O����{����A�[B' . "\0" . '��{��DOg;�U�-N~����:+b ��W�*�O���\'|P[���8�\\�-5�W�D����>LXV6cӱ��!U$�(�����4"N�.��%��4���� D�V�\'���c��:`܂X�w�qi2r��Ѳ|�g��v ��@�n�����詅��h�ǩ1�������w�X� �a��6H��Oo;�d9{M�' . "\0" . '�\\2lB������>v/LXF۲��F-��C���ev����6��Rdp=5�E+� ���I�(;%hA����6�F49p�=>�mb�!�qeG� W LW7���J7Bn��1\\J��O:6T�$�d���\\���x��PH-�WOUWX�����t��D��-���5@GL?n�h�EU�e(2Z�����1��t����F��| ]U^��!��-�;Ia���0j��Ab��E�15g��==z� ��_�C����R�R�d;��ȹ��C��x\'���Q����b�?@T����<?q�49��a���>%�\\�2j��7���3�&J�lE�w�I�@�1� ��6�g�N��O�ԭ#5�ӵ��ύ�-52VīB��J��%��o~����Zje�>��G�M�e7ev�:6�e�E���j�t�K��\\P��)�%1 _�a�����' . "\0" . '� �b��{�Q����' . "\0" . '�gJ�����Dۉ�����Qh�mK5&�⑮�kU����7�nFi^J�i:ZL�L�_Ԛ:�$i@�:l1��B ��cݜ8ue}�B�����&I\'G8�~�?��)Fe��Rim=����1���!4_АlPS;�$�C`f��� ���C��r�{����q�:q��r��ᐆi2�o�nDШY�d�+�"��TEr�C�&���ؿ�4w�n���K��)ޞ�uO ����vw��<�a����I�o�XQL����9˨gH��U�/ʜq�_B�ܮ�ݭ�XuXU�A��~�Ψ�?�w�YN���р6#���jg�\\T ��J>*~e��t�v���h�^�{��3(������� yPk��1����~>@v�d��l�._�om=�5T�w{�j[�Ny����w�إ�zoq�Ku#7�9P��*���9���F�w�G��%=�C�e���=F�eM����-�p���ׯ��c��m-~_���\'V2��{�-�����u��e�vn���P,�bmL�0eV���~�k" �q��Oi��]' . "\0" . '̆pG���D�۔�r�h5�����k$�_�H!�~y��N�~��������sw�8:����iOx�Q�Da�D���Z��rc�4��~��adIz�*0���L�7������~��x�7ݐ����d�=��p��+�3��̞���ZWF3J.�}L|��<i�+�z��n��b�� �FMͮ�Z��\\�|�\'jBQ�Cc��T��p3X����Ja���;x��o���6�\'�l�W�-��"���$�&Fٰ�q��x3�J��6�����¨_�jz�l�0��w9]�&c��o�fcl����E�K�\\�t�e� ��b_�aC� @G' . "\0" . '~�m ٔ����� &*�5�I�n�T]�8���d\'�n6d戴� ��5ÿ�_�Ƃ%�US�Z�3}�T�G�[���F�T`�9[�fV��Sd���锳�b�4"a�����MS�"u�2���{�A \'q~��� ?X�sR�ݭH�pkI^`5,|�P����;~�N�K��GM�v`��<�p_�X���7�U�* ��6넀PfJ��=�Ol�)12 #���1\'��cw�D�T����g�C"&O�Mſ�{=�8�9"�m��)��|��ّ�O(2�&⹚���f��*df�s�u~�P�B0E\\:���1���J�ރ��8z���X�e�Ê���U�' . "\0" . '��|*���m3��Qi^B��p��L��j$S@�#Aq0�L�Í��pv�� v8g�&�[M��E�jK6�_"b#[��)i�6^3�*_��P�IwdMc�P�Y|�z`���攔��Y\\?&~��u7��5� ��r�_��C=' . "\0" . 's�.�E��1�� �h�a?@&�f�����M#z;q6(�c��v�Z�i��>%m��8 \'Q���ZOuN;�r��(�;���,������Ia������ܛ3�ԋ/EZ�N�_����ߓ�o1��Q��p��s��L��p��;5�O�]��%�Z)\'�Lj�0��m�����k���l��$+)�@ yd V�|�hŊ�`��K\\7�ﭭ3�Y�Z,!�X�1H�Z�nK ^��:u�!e�=�G�eW�Vw���ل��p#�dѹgB�He�/^��E�"֞����$�����\'�g�i"��8�c{.��T��GO��E����(p�����Uf1/����)ك;���t�A�-b��v�n\'�BGOat0o��I�l�Y陚B &��m����骑��T���b{R�}�1�GQ�u��+�F��`D*��-W0�������8���N�4�Y�(C��3Z��hy`�� �do1�����' . "\0" . ' �����~�:q�u�����I`#c�/���F�+ Ȟ' . "\0" . '���2�Ѯh���-r:U�?j�p���W�3�G�6Y\\���N��vܣ�C(���Uf�"R�y�g����S�}k�]��v�̑ll��R|�a�' . "\0" . '��ƨ$65Ņ�j�u�B�3}{v,��Q��`��0F_*��т}�ng9�S�ȶ����h�)�ыڇ�t�)�XX��.4���� �' . "\0" . 'Q�AY{�㨯}-�+��xK����M�2,�( �f�v�6/,��v�>7�S�z�z�����iap]vJ� \'��b%Bhn�W�D��x�%_C�&�m�p��#�|i(� �n�4��%}�|��~��5[%L��j˲T�yL��평�g�d�$#�p}m�B$' . "\0" . '=@y�~9?Ϝ�6l��������-��&W��JҴ�tN���Q��^4�j?�4� =�9��v/ ��L�0)#"�w�f��4po�22��T�����?�G��GDN4\'��k��7\\��o�c3wʮ�$[���F�Mw7����+x�V�)��z��W�����p ��)E�TIg�lI?(�7L�;(U�yT���x�*��m�f�u���A�D�����W��9��G��>Kw��k0���p�a' . "\0" . '79��˺�j���Ѥ����2h/��,�4����m��"l%�� ^��Ȭ�~����U�|+|l��v�>M�V��8\'sT�!�0|�� �e�hEm������w&DV��ϰa����bl���z���f�0eeu0&��=���û�-V�#�F).���a/UQ�F�A�|%�~��������)����f�I@�}�����l/��g�;x�i�sF_���l�X�A�p�]�\\�>4��H�Y�\'� �.�r��Z��D_Z��J��=��m��F��}C���Q��-5�g������4��6Gr��x���c�����4S]0��2T�*Y��A[1�+�' . "\0" . ' ���zpZM:ϗB�~�����و�`�ۃ�ZL�a�}�yD��@�b_����b��]�[�6��v/�:j[�4�`���$@� ]o�~4�2���H��p�:��?ڡ����2�%�H ���;�;�=Ʀ���Y���"�����z^���{�0Р!���"���2�>N��*�f^h"�"\'���~���JQ�' . "\0" . '�IH��O(y���t��ou�qu��$����3�A��������op"�h�����[d=��t�U��h��b�ylSq12�M�\'�dPxv��Kq��R����a�����2�NC�\\IP�w�u�j�=*"y��H��u� 8�|g�a���7{[�' . "\0" . '[%s(-�~� ���ӗ�d>������)kW@����������o��Q�\'&G��z�H-�7�Z;������=�;�S�A�^�竛5�ޥ:���f�IA�o�Y��Ԑ�Sd��4$��F�%qD��V���pݐt4�]0D�B���*�!��6s��ϧ�-�p�&&8b����Q_��=:"ic��}��' . "\0" . '�<e}��N��V���w�<�.������*���f� ( ���g���|{����!�2|�nU���z�_���t%��k��C����^vI�֮���.�"�<e�r�IݍO�}�7�,\'�/���("I�V�J��>�ai�#����P��Od(ш��� ��|.��' . "\0" . '�d�&��F�u���)�����X�*�l�HV' . "\0" . '��9L�b�' . "\0" . '���tl0�t��[xqx���}XC���ư���m1���a�; ښk�İ��6p��E�B��59�Ѷ����脅�3oH~��(Tr�oB�#��Y��K˷�V�e���ߜ�1����d�2��u3ߔ)��{��Y���F�v&Ȳ�#\\�Y�r��X�0��U��TG�����ϋR��x�R�F���u�0km"=�Դ� s�ό���Ƞ�S��Y"�6C�����L��C�h�r����,�)��?!�}�' . "\0" . '� OXQoI*���} ��H ����P�m6��{�K�x�\\Z�x�}Ip������U��^da�^MN��P��V��~���+��]���g�}��ă�q�p���' . "\0" . '����?j0��u�qw�&h��Qi�W]��a�\'�c�\'2�h%�[���4��D�&�T�z�zFd4��K ;j��/��)`L;����0�#�w�Zc�>Sx���L��$���#�|M*WY�����V(^sU���_U��î�1��8�b�שҫ���ߎ]�Pćr�?�A^�=Z�"�Q���o�:ll�y�s �7X��2��h�X���/��\\��ԉ�aɹ�_&�=����)�����Ww�oR@��䮞Hb�Ɔ7��=u?�P��<�u��o}T=�1��I��C��=�)Y)��Q*e' . "\0" . '�݃kq����ţ�c�I]"��� ��u /zʏ�j�z35C�LVx�51E�#9ƙ���6K��"�*o�e=��?�� ��4��+���ǩ��d�ލb{���9V3�_77��1���G�F���xk+�z���..L�i[�� {�k^BQj�ƍv�]��Ri:�!�H�8��x�9N���i.^�X-c3&q��v�v�x�I�B�7z~�,�ZAK�]x�Y��y3��GZ/������4�\'' . "\0" . '�]�A�' . "\0" . '�������jI�A���\\�u�79�ޘ��ds�' . "\0" . '�g����5��`IV������5]�Q2�Yɻ#�]y�w0�d�i����X;�N�:GǕ˵و��U��Grg��nj8�~)&sH���at�3�뀊SMV�q��#�ҧ��<X��e�U,7' . "\0" . '��U�EU~5�8eG=�K��>��5���⡝=�P' . "\0" . 'vJ��@�5�i���Xr��� x�`ֱ4+�X �do\\�' . "\0" . '�{\'��IǫU����[KWD�r��3���syN�o�Y샅��{�G|�����[�{j�7�,@B��b�e��?�/>��-NF��i��BZ���' . "\0" . '���98}�Y���Mb�vmj9��:E2�K+�s�M���6C����p.��o��I/]����+D�_�e���,���pt�`�YD��^Tev��5�=�"�R�y��d����1sP7��CH?F��ME1Nx�J(��XE�SfpA�N_R��H�ƻ����r4s��l�@4�~�G+J��\\�M�8Inݵ�ݭ�a�7����< ��5�`E_����0�?�\\1Z�\'l�t ��fS�VW!���o�p�N���\'K�Y��j�H��~~^NyܺFw��Zs/=[A' . "\0" . 'F���&ƍ́� ��<��Z��ǔ?��e�ژ!@��� @! m�j�M��\'����#��n�v\\ҴI��/ �t��M�"םR����|]8��4}��f��XY��5/��ֿ��>����R\'�����9����X6�rԔ�̓�`9�Д<�D+;B�!=�:��7�����\'/��|e`F�c�c�z�l0;8l6�AAM�L�5���ȹ��p�|N?������Yv��ښ`����i�F��n�5��ؙb������3K��C�:I���e��s&o��u4�AO�E��58{��lj�n�z���(���a(ʞu`d!�0��>�7�WI&��yB��w�cKW3@����u��G|��l2\'��3�&��PG�<�a���ۀ��F��S}v���Z~' . "\0" . '�ĩ�O.���PWu�g������>���ճ��B� �+�]V�c�C��#���}B덌A5�� �3�%,o0$rC��#��];��>�@�$f����7(c(n��~�����_���ZS�s�+��' . "\0" . '�ޣ�-6�=�Q�D����aI���K��T�_x^)�H���Uu�n��i�)��ⓑL ?vV��H~��K}-�,�#�$�CNt�jՓE���UNˏ��3' . "\0" . '|�r�h���?������֡�>�l��r����2g���rB&-a��&��i/����^�n�ŏ�8tٍ�~�7��N j��=�q��V�<�{i�% w_;㺏���`\'�ϩ���Sp \'�R�6bk���h��D����b���ы7��b~' . "\0" . '�*�ȼ%��prw4e�� R��yn���͍��5烞 (%]*\\X:[D�j�0�øȫl��S��;K�2�gE�+�X&�b���U=�%�"U_��GH�P�$%��� K����MA/τ8Ǥt/)D[��M����\'f�㿮m7�X���p��No���q7����없��' . "\0" . '�������Yc�>ֿ��٧l���w����7ۢ�~�no�6��l ܃AP �Ys`��K;�g�sri�����Y1ٖ��!~*W����b1' . "\0" . 'G���DR�|�7�J��w�.�;c��,�� Y��*#�:��I�i�����~Է�yߧP�aw�,�<��4r��g�[G�s����.�z%�*P�`����ܴ���\\Z�).���8�(1{�4��1E�s>�y3²Xٱ�)c�°s^X�G�r�ԫ���J�7�x�O�|�-�RAHqC靴�H�Ġm�j>�ob���M��Vf$$�Q@^�3&�K ӂ���&uQj��*gF���@9�d���j-eQG)�[��ބ� ��wOV��E�T��C뛿%Z��ٱ����E�vy��1�=l����x��Ø\\��i&�xc�B�n�O��_R���QAVG_�JDТ3Y' . "\0" . '3�%hG �ě�Oy8+�?ߨFX��%ha���l����8�Dak��{��:���SVn��m/ �;��dz���l��俲�%�� a�nR����^�/����`<^�<�(燐<é�|��z̮l?5�ͼ��4���^������gX:�O@1G�d�\\�s�s�n)�<��*���Fx6a��&z(5�?�2/.�"<$��)�ْ(�0���A/Kf������dk~,�0j�Һ����o�`���^��\\��;� ���5���*Ш|M������4�a��neh�6������' . "\0" . '0��HHaT����̘ m)� (5g�W��r�:��g�A��}a9b��D1Dғ�w!��H�u�9^��KKW3��� I���|V�γh-D��@J@���EzT' . "\0" . '=�u�ι��a��~>��X�J�����̡[�������g-c�3M*~�5�' . "\0" . 'q�h R�BY%4�6�|���f��/25Q�P�Wv�{�f��r��{[m�E�GW#q���v黷\\��r�\\��R����l��m� b��akKHFf (�B=���� �Z����� �����R�I!cYf�[BcD))O,�aD�#�3ZvAjV�J�����J�����8�&��L<]R����$�8���c�.m2��U�����XN��o�SmT��ur�"��)��������9N���O��aa���I��JD.Ш��6��+u2���Q/��O����)7WHE?|=B!l���)�Ak�_���<��2@N�Q3���?�ڱ�' . "\0" . '0M��"�r��n�DO�1Z=�oAf�50/s�!�U�(p�۔���M�]�^�6̷Df7j�J�Aȟ�2�;@�.+���jNpb�ۉ���XiΉ\\�Ж ���G/�䣛<�SC7Ð�=A����v��A���&�۸�XQ1����u��M$a(+BX��;�R�CK-;���1�L����w' . "\0" . '���}��s�U�ѣ[�ӰT��*���y=��/���=��{��S������A��x7?��>�O���%,[�Z�^���y�ʠ������a��6w��zo�g̼��U�ۈ��l"O&�K"T.w��\\7�\\�r�ڶ�> ����H�/�y ғ�[a�4��: �����r� ҹ��D����{�V���l�Ĩi�G *�/��^���t� �@�%RV��\'Y$�7�R��J4��~=.�֡�ݕ�LbX��X<E��`�r�(�L��/�HoYEs�W���:k"~C!���ik��+,2Ƒ5��wFoE�ks���`w�~S�"@�����\'"�F8�Aq���1���D~�CNq %�� w�p��N�3SD�h�;�f���X5�$ҳνUԡ�*�J�TF�W�)1Sy��ffҐGz��Gj���\'�d3~���G�/(��M�����5�l����!��]Xf���E?�5���B�c1�˨�|����"0������' . "\0" . '�Z��k�b�������~K �P�}|ݺ\\�컉��8��^�ʩ�}b� ��$�DB�����b�-�U�Ε;��ܴ"�O�$K��aQ��I��� rK���4?El��>��������O������n�-L�ˬV4�m�ߜw���f ���O"?���k�tͳ' . "\0" . '��r ����[�' . "\0" . '̡��' . "\0" . '' . "\0" . '') (vendor/imagine/imagine/src/Imagick/Imagine.php:135) at Imagine\Imagick\Imagine->load('RIFFU' . "\0" . '' . "\0" . 'WEBPVP8 U' . "\0" . '' . "\0" . 'А' . "\0" . '�*�p>�L�M��#" �i ��gleu����c�s���W���S������!�w����2�%���������ޒ�}2��y��?6_�؍*����0�C�>[w��pƸg���ߓ>I>;i���\'�������6o���ȿ�t����۟�O�?b�?�$>)��\\�������1�4�;�;�O㧵������[���?�ܿ������k�ws���^�zM�=4-. �쯨�0_��r�E���|P?����7KV�����d���+���;���Z�.�����7�3�6�Q������ @�O��N����12�?8W�M"6�|���?��a��舴�P�$�[D�<��-� ��%q�Wg��B�b"k�:�8WG�9��A����ʽNA��-�V����<���ՃW5��_) ��JMB?�������=���� BÃ�X������!C��m�0�?k~�� ���"V�3�|[C���?��tq"�e�C���Kmi\'����`�ȲZ�>���{��8�2���}�go�6{,��"nٲN�G���pc{Q�,�' . "\0" . '8mdP�WH��aq�SE��?����b��m�+����1c�%D�6G�+��-�4!x��?}Q�#���C�O�Ř��4f��w��-O�,�.���o��A�ۄ<S%}��@B�:���� �o����m��ݟ��œ�⤩=���ʪ ���?/����$���H�L�եC�C��(T�-d���QA!������Y��2�|m�o-�7�^��D��9o�}R�{��RH9�4}*�%��+��J��?���Q4���z��w��̘3���j�̶<���[�+�zל�����g�K&WL{6���6ݸ��,�c0��M>���Z#&E�a' . "\0" . '.1��R�Mkr kCh�0Z����C�B�\\%��ć����?��,M��#C�3�g9�FF|�����[T��";Ś@����Z�U�u?���#5�1���/�o7O�N���%Ț�ك����0~I� ���[�_���I���g������wl!��{A��$�i' . "\0" . 'K[ ���4�o�rVmH�-˼��j�"^�WC�e;�LV8�I`MH=*�O���!� ' . "\0" . '' . "\0" . '������\'h]' . "\0" . '�F���������Jbd������E�f?��n�}�-���۵��w��e�l�!�h�pS�k�c�M a7��V�8#��G��>ܤ��CmE��)orG���}<w���N�apM�:�Z�Y��6�{����u�Dz�.i�' . "\0" . '�{�J@�ye�@4 ������=�]�����f>ĴJ#�w?!�G�6 ��3�[N�Ӳ�L1_�D�"�G4d�Ō,�D�9f�O��s;�(�;<nǡ��6��)_9�Jя`�TO��|��:y�Ғ�H��R�t���m�*��g��j�d��"��=�߸���ը��m�/G����υ�Vs��}@���+�YT��y����L�9��N����:o6�N1oZ�c�F��m?��="��F��D�F)�|5F����˒�a�TG��[��o�:GT��r��>@����1�~|��O�,aE���H y�m2���E�(U�O���G���fju���n&�2�\'��u�{V:��X�V;xt-����V �~4f�� �3��4��#Ɓ��L4�g�c��+��:�=���Z]������x�1�S)jlv[A^�k�b�b�ˁs5O��,[(��+>|�yN.��Koo�zE7m,Ƈ��,0���dR�T��M�;紹~/jA��ʠ����=QӚU���~hH݅⒎��"�%��qz�QO��KZi�A�s=����6���� _���+�z�D��~�\'��Rb��P6�{���&��Ȃ\\�0�W��q^��j�;j4���l�o�F?�J�� /@�#�W②;�����w�Am1&Ѕ)Q�I�6�0_���q��D�>v_w8�TÛ��5�Y|EL�(ޏ"X8È2���5���e6�,��:�yW��wZ�/R3݃h�^��Ip9�<�]O{�4�K��n�ZD ��\'�e�k` w�pD�s��~��گ�5����xZZla�"�FW������Bm3M��=�y8��A�ЪӒ�~\\��z/���' . "\0" . 'L�븀��x�' . "\0" . '��������{����nM�|�A�6h$���16���vHy�m�L��\\��Rxh��_)y�(! �_"�]C"�[����^���q;�2���z���;������H�`$�k �8@`ʜhF��Q����?��v��h��t>L�)C�' . "\0" . 'E{pI� �}�?"��6�* Jѝ��W�z�>�c�T��o���Hs�\'*}�Z�!}��T0��)u��U���)7�n�����̠P�h���@��46]6I�;\\ �D,i�&�� X��)۰ #�8��ŏ�#Fp�C�gNp�~�������aU9𧓣9�.L#�`�&�y�������T��u�[ �cj�G��\'M�Ԛ�-p̵z}��E1%�"f�PC��T�~�H�����CL|��#j*��/q��w����Z���O�ݏ��QhO�iL�j�$�.��b��=, b���GV2���x�tؕ�ٶ��d�r�`o 5�|' . "\0" . 'd�P;5W��\\�rNRG_���YX���Y�x+�p̍�yv+�[>�^�e�t�r���z��JET�e�v�r�[�m�lI�>r�2}�pV���DǩEY��' . "\0" . '&��i��(�O)=-�,��|�m[ƿ�kH�J�}\'�/p�+B� ӿ�ňk�Y[���ltˠ�z;���P<1�j��s����6a��y��yqsׁ�CEK���\\��Zhx�\\���k���i}D$�Tn!��3<А�`wI�4����N\';�%?�\\S�Ǔ#b��AE���S�g幪RDI_�G(,�7B\\z�f�з\\s�T����� ����vbv�����d^�s(�<�y@Q��' . "\0" . '��f�o]t�G�^�wP7�$$X!vnl-9�H�e����U{9x� NH��c ķ���Z�\\���J~Pj�p�d�{���LQ�z46��a�Vw�|�ώ���&�jnY�����?-N�2����IP����X!�x�"1b$N�~���>�t.���͋��' . "\0" . '����!U�X4b�v��g�)�㷟�\\��ݗ5\\��/�5Z;�-�B���A' . "\0" . '�722m�B��|�;���|24r��h�' . "\0" . '����U���P��,���cՋ��ϐZw�8N�&�S;z �A��4g����=l ٽ���]+E%�����u��v���Quz�^���m!z8$���^��0�X<<����:X����' . "\0" . '��u~A�!/�C+��;��[$�֑T����n�2)`I�Lw�,E�J�xCژ���&ܞlFO3�kF����y=t��v#��d�5?��֖Օ�[�dwO0�m��0���c"�P�P�mLb�ϰ�Nd�!G+���t�Z���]�\\�B@�T��W$RG�&����MQ�TBzQ��[:,H ����؞s�en��OX�?&��_�%DZ�^@�x�!������;�' . "\0" . '���Y��N6Th�o�M U�ޣ��n�S���O�G����R`�%��NJ�k��H�Ӥ�U�.46E���0��:�E�d�.qM�UL�X�����N`[�zPӈ0w�[fEx��)�ه������$�M+�¸���iԽ��2����h���EO���d=���<��Di�bi�-=�X���v�l�}����WN�����v7 �ެ�2�ʏ�i>f}�\'qO�^è��^���zV�V�}> �kI9o�Z&r��_S���j�7�$�wpU�g� ��\\�P��W���K!z���C�-mo�v' . "\0" . '�:Xچධ��é�dJ����X/v;�����>�H� ���Z�V ��Ig-�"��diJ�JdS2۞G[��91s��8y��ބ��_�����@,�C�˸C: G�`zޥ���djM��=\\k4�93�3�OMqA"u֙E� ���� 5|x��mz�N7��@XF�����I�=�F����]��h,%@�{���O���_\\�q�?rHs�q��٤��@r' . "\0" . '���>8��0���{�5#k�����~EY�r6DX/F��E!�A��-^���r��L )��Bߦ2�3�+鿌&��$�s�;O�c�|6�䕫<��`oxY�c���AV.�k�q�~��K;�ދ:˧�@O6+�^�k�.�,WTdU�Sp������z�_�?�q�l|��� ��J�R�1��������1�f�Ծ˚:LO/�ڐf�A����?1��8~�ч4~�5~�=�$f�oe�D��q˽~oC����|�@�|�J}eM�?�`�?b� ó��J|z`�֫s+N��D\\��kӟ"�a��<Z�7�3��UV�fB~����e��8�v���!�"&�D��:?I�F�l�y��Bvd?4!+|�͇8v�u Y6g�Ub%?�L8a N�2�)3���^}8�>����56���ز�ڭ2����+D:�r\\B72�`����ھ�mĹf��,��Z����.����S۪�a�H�c��e�6��$�6��#�Xj�v�碡���d,.����' . "\0" . '}��Q�9ۅH�~��9"�ZP�;}��Wxm��z9}�gR^#\\�wS3�Z��5��.�NV��U���=�?��R>������~1�:wɲ��)�� ��+��(:y��m{v�g�yޅ���IW� E��?�f8����*R�Q!E��7��y�?1m�xꧼyu�N��^;�}���=�6����.)}�*�O�\']~�*"�숖��v�#�v��pM\'>&O�V�j?�m��8�qbg���(�"�q���4k��h' . "\0" . 'W�H0Ͻ���DF�i� �ypå�ROl�%�U�7٢�v(چI�so\'0�=��/�L��خo�������K\\��^�%��b���uqK�?�c+k�M��fG��-5cp{������QM�O@*U������g�*Jp�p�����;��Ybԧ�7AH`~Y��jly]�R��~h1i��Jf7md�T<�hf%X���l�D�S� H�/��@�8��s�눈N�0B�$f�Y%۩��W�i�X11E0�=p(���[%�P/�����Wn0��0��uR ���xRM��A0n�gm��x9�w_��_n�w��xO��$C�e�Ғ��r���EL��/�*�Dv,��5�!3��G��)��!ܣ��>8��g�B�VĎ���$*��b��dU��a����擇:\\1n����07P��;i�^c�9�>&���HN��JBV�Di��$��K�rb5�WQCΐ�9M���A(�������0�Ϋ��K�m9�#���!~w;]Gb}�#96ms}l=��|�~o��4�n�6���Ym�v��%�LK@Kq��seC' . "\0" . '�YE\\˯Y�ͧw ��vf�s=�N�P��ڢ^4�Q���(m��&GtY��:��D��h)L��t��?8�|_�k�a%1M��~�և<UK=-m��o' . "\0" . '�0<�*5�ֈ��t�AUx��RbYV�R8K�n�zb�q�TB�KU�ܼ����L8�3Ibl���k���K��-��e�v� �H�V��"����/��O�7H��(ks��S�-4����7��c"rH���m�$�z��v�^�on�C(������XË[���$ֶ*#�?E� ���A��<8x�i,�s ���w��ssAi��*�Q�*&�?JP�1��S/ԅ�l���ڤf�\\W�|=c)}��\\`I �' . "\0" . '��H���\'cqR�q��pz俤�*4�c��a�\'"�Y9v+�;��q~y}�?8"�=$v��(�J���YJtx�_7�G��ǁ��I���<��3��Ie�E��0�&ߩ�z���t���z ��B���>p�~W=����9)8nA�<�����E�w�G�w��&j�����]�F�H���|���t��m�8�EN�W3֓I��L��l���W+u�^�n<h�~��EiO�#t, 3�ռT���a^u�����ݠn����k�K�or��0�f�`LP#Xb2�V>��d_I��ڪ"����W��/��yd�DL"����ʇp/S���ݍc���V�E�<�mw�q�}���L,+�^��H�UI�@l䤋OrN>�m�����w��;���S��@y�cO�f�E��^E�k�r�S�j͓|��9.��8]�c��t�ĝ��C�b�`p�`�Irc����}�9y����x6���i�HŤ)�N��N��̛A�vM�a�ꛋI�;8��3�]��T���;fD��F�}�T�qށ��\\����Xh�&h���®B��y �Ky����Υ�� �*�h���w���fo�Lŝ6��h�r3��dTS�G�D;�����{Z_��m�M��%����,���j»Q�=��k���y�<��_��\'��[������6�̭\'~(��bk�p3����A3��UO�P��>�J��{C���@D=��^�A�P)X�ʮƘ�8��H�j�.��U �G g� �䶂#�#�b�S� \\MK8b�[K0�֪%�~���2-�j�<S]��z��xlU��:�:�³u���$�T��G�[Vu�cԃW���ʪ L��aa�-%ނ��l���y6h�&X��������zU�Ͽ�^�Q�O1Q�9�҃j����[S�Y���h���t������C�^i���>W���1Z9��Z����a���9�̨mX�u�Ί_������,7��l�66T�' . "\0" . '��w��2��$ ������7����&L��L+��d&�j���q������� qZ�8S^x��lsڽ-�~jЂ��t�>A����݂��>Ӯ9�dM?Q�AE[��?+L' . "\0" . ';#43�������3W{�qKEo�em}�<�m�z�zhU�yb��Fn�9C�6�SH^2��3�\'U�N�ҵ_t�N�!�H"^ag� I��{�[�<K�!Z' . "\0" . 'j:��P�*8闛�"�оπ���M���̡�m��.��A���܃i��k��hP' . "\0" . '��B�h�N�' . "\0" . 'A�r%��1_r]����p�)]���h�N>S�d����7��;�72ܪ�kY\\?��8 �8Q�P�6����h1��"L�m±�J���Hg�$�*o����D-��(� �5֔eCO,ozw��1��W��X�1����@ՉA����䪮�3ư�pz�8=�' . "\0" . 'S| �IJK�m��1��^�7v����Nb���C,�p���t>�=K���~�tx�xS&|%K����:�F}�4��}/|zO������1���9#h���h� ������Q���K�v>UF4�T+a_3 +N�Rs���*�;Y-1��Wy}t��C���u%�f��4 �k]>��(ó׆]i��\'-d9�W�&tk��5j##?(��o/��pL��a�ۦ4f�����v ��n��1�<`Z3��SF7xѽ�"��^ ' . "\0" . '�X2wK�!oSnEgu� �r&��Y�� 4Xe�X�ť����ښ��%�!��UK�����v\'�T�:��������&9�����y�8�WW�NV���v����TB�#�N���� �.ʁě���N�x��>It�k�)1B�.�r٣�;�F|F&�3}\\/30s������ �s|��)��ӓ�h1�' . "\0" . ' �t���\'���ђ��6��N�/O�IY@��S�0���� �i�!@�W�' . "\0" . '�C��Q�K��B\'�_]a���y>x{�ߘ �F��,t[� ���A2�**�|K��H��e2S�k��S��M���p�ԫ��a�[���̮���y@��>��Y��Qޥ\\���X��udE�7���U����"�g*bR�u �~� �L)Bs��KPJ�#g�jPTRt��I�D��4��-T~.�b3x��`>��zx���p���<];1%�U��X�}O�7jf$���x� �`G4�d�Q]rē��J�N%Σ�*�pЂ���5�s���-S��A�@6�\\͞�������i����A�P��g�hcY�~�b�J�?��7z��z3���\'H�A2�,o~~�st���ZQ����5�qX}�T�]�V���(�,�m`ֽt�{؛j�Wg-��|7��5��za�����M"���P���U2���YtK-�7�dmfuc���WI��;��Ʈ�Q�vb����]�K��)v�b�?��a2�]`�9½b|50��D�攢"d���7y��x�水�m�dRI�D\'S[Q��8j�:8\')���8���hX�\'\\�lKgO�F�u���pE�fc�V�s�$�V�<�C�(���Nδ��E$�a2�78ydί��}6���h���࿅����@' . "\0" . 'پa[_s��8!1־���K�$]��û�U�k�Y_�������.�8ǹ�ɸU�8��_�/�Ot��z�{A�v�_�A�h���/�]�]ִ��� Wu#�ph��G�i���+���b:!��L��x�&���0������(q��a3p�����F��w��1�^B�c��n�>�e��:I����θ�n�Ea��/<<:� �n ��^q�-�3/ꑷx\\1�x� iIz+��.��\'���X��@��j�\\�[I;�>%���\'�DIn5�Ø�:1��YCgI��P��. ���N���S[����}���]C�O��c�*�p���w$����*D��ג�+��O�����Ѽ��&�X3)�`7O����|�~ɞ�8�q���\'[?�����:����xP �!�f��_���2gg���D�^s���a1ܶ]��t�؆琉�=�[*�W�mV��2%sn �NX�:>!Sz�f��݅w��C�Z���Bm���H���IBVٽ��d憗ODd��U�Ưz]������Y�ػ�66���� �?�wYqϝY��f�����N�������O6e�K�.t��#��(5�=���3Ț#�� � +ph���s=�7�:�e.z�������r��o�?������,�F�c�����X�=����2j�5j� �@>켤���?u� ��/�>�%��+�a8x�բ�����cy���耥���E}@��iLZ����{M�0��/V���EW�|k)�qi���xS�¢�B)���N2b�F2��]��$��@ (��V�ˮ��ܝܯ�>y��I�39I����b�[4l^����ve� �v��dXx�Q\\T}��_.Z%A����&�6[A^�`���� ��kmY.j;� �{�UunF�����d�f��aX�?��-���R�A7�L��c�E��g��ޟE�d��:�.����䲝�!�~�&t��P�� ���b���R)!�#' . "\0" . '�\'ŋE�)#]�-��,����O�?���ف�8V�:��Ћ�U\\���`GR�' . "\0" . '��ə�h�Ϲ�b�����J�P����f���+��>䨲�e�#o�� ��D�S�5��h\'������������c�VK�C��b�������EziG/S�Z��XUs�}H���#���Cz�>�Wh���SG��sbl��臖J�9-¹ʶ�k��C��.�O���=g�_�"�8����u�T�[��Ȣ�b A�)�� G�na�/rp5�i ��N�J,�+ L�g@x��QE��1��1�x�0��>�\' ������x�f.A�gL�̽g�1��岗�u� bР������t���ђ�}3��j��)�K��g��ȟO�ċ������g�?pJ�����R�e�0=F=���W�l������ڻ�Y<�`#:5�F��݉@�DHTV�w$>�P�Ӥ��S' . "\0" . '��2��S�=' . "\0" . '�j��=�If5�X�D C!�Z�m��뷭:��sk|X��\'<� D��~8GXC���,�w�G���*�c�C�M2����w8W�u�i' . "\0" . '���j��s�Bb˸g2 U�)�ǰ5U��o��e�%fAM�xМ�͓(���3�Ʈ��ʐ8��un�gq�T��� 1`��vx\'�S���4�l�t� ��\\3�:�d�e��6�y��R�"q!�^Eޭ�WY���r�,�l>��u��)���n���e��n��o�Y9�?��!��d2����?�u5��0���W�؞���}�+1����y�E5��V2����hdS�!)�q���|��I�2����}��!�i���?Q�uޏv>��鮪�iQ�iR��Sl���`u�9���J5�������[;��A O\'4L;=�Z8�Y6(�sM�M!x�S��u�m{+�"Bi��!B8#NE;a}�ݖ٢�@�6��{w�(�e���*����O���馇E�N���F�H�}--�M@�`���w���K��s�"�\\И|�L�(]R�iwB���t �5�������c�J}o�n�ڷ' . "\0" . 'St^?NC0�c�Ե��K�1�8B���[qn�w���BaoD�fc�)ϝ>��P��j�r[?�e���Хkة��c�V��J��&���৽�o?��y��ϭy0ݻ�Qq�ա���Ŵ�҇1��?9Cy��`���E\\�9���Uq9r%�R qV��z�|Fb��I�%cH�~���FQ��8�R9���[��4O�r�Ȣv�����EX���z��D�WR��4R��J?Tr�g�~�}O�W:�ѩf�R��^����I��A�&�6촘q R�@žgD��k�%촁�jJi���F&*�vh�q��_�K�[Z����s� �� �}��DXPE^��m���86cu\\=����5_��h��X��a� Kl`�.���|�U���ו�=c��\'kTS����W)a���:�"��i �I�ź��y��Ysh�ԫ�-i�$`]���rp�jr�n ۠�v`.N��9�ZśR^��������us��A�}]5�O�7�����o��nUN(��t@�f�]ǽe�Cr1�8̜�NH����94���Dj����š�q1���Bt��o�R�n��ض�Z�nB�0uZ��Y\'O�k�g�B��v�en�䊝�C��^F���A����l�8ESY�7��K�;��w��Ӏ���vD�&���W�!ԑ��ԝ5FK`�?DǤ��ubwnHYM��?�ka�)8� ��P����viGc-��i?�' . "\0" . 'X�#ަ0^���tF�i{ؖ@��X��w�nC_=����Wk���X� ��;:n�?�X#�1���m���?vml��M�09���� .���sz-䓄^���X*�x����3���B�Sք�{�������hяz{봧�K��Nk���tnX]ep��)�5]Y�5�u&�1R-���@0~E/Ý�|��)`��+r����Y������q�{��{w�)٧��UZ��c*�\\:1Q��;_�S���O"���/�ݕ���{�<zp��>O�n��y����� �b���C�OBy�=�mC����������i�t_� �3���{�3Ŧ�*s��}���*�{�@�j�L���;Z���"��5,��螨��ПO���4��y�ؑ�@q���.�\'#E+�P��>�rJZ�pF�C��,�Ur�����f�{,���ى��F��i$��' . "\0" . '�aK�`(���|��yF�Ӓ:i��{��c~��9-�K��a��31l0��"�w�i��s�*m��2�>lv��5��{�9�[I�~���M����\\O=��_Y��$�jΰ�x�K�' . "\0" . '9b��c�t��\'���1��7@�Y\\;��Y%HS;=��.]w����)j���9�w��><Z��R�$zȝ�� ��N�����џ\'�ӛzS�%��g�N~B���/�EJU���X�i?"�t6�]�Ƙ�ٱX�$�|�yz`��Z�K3(�|�`H��4�X/��kwi-4(k� l�!���4#�pɓ�F�$�r\\�n ��A ��/%V=��%�}�����I�L���t�����}�g��M:��~�"�_3t%)+�{��˭б����$`p�=!?��e�Md\'M"?�u�7���*�/��~��#�[��L@h~5�\'��l' . "\0" . '���&�5#�ŭ���?���nuo9.�#1��|pP}c0-�8�Fa�DM�Ǡ�v�4Ϋ���I+v[��*�����_��}� �y���O�SN�T�KnK��3�{���#ܝ�>J�V���v]6h\'w��S-���՜�|��*]_�u��y+\\{�~d���x�s�4�m,����O����{����A�[B' . "\0" . '��{��DOg;�U�-N~����:+b ��W�*�O���\'|P[���8�\\�-5�W�D����>LXV6cӱ��!U$�(�����4"N�.��%��4���� D�V�\'���c��:`܂X�w�qi2r��Ѳ|�g��v ��@�n�����詅��h�ǩ1�������w�X� �a��6H��Oo;�d9{M�' . "\0" . '�\\2lB������>v/LXF۲��F-��C���ev����6��Rdp=5�E+� ���I�(;%hA����6�F49p�=>�mb�!�qeG� W LW7���J7Bn��1\\J��O:6T�$�d���\\���x��PH-�WOUWX�����t��D��-���5@GL?n�h�EU�e(2Z�����1��t����F��| ]U^��!��-�;Ia���0j��Ab��E�15g��==z� ��_�C����R�R�d;��ȹ��C��x\'���Q����b�?@T����<?q�49��a���>%�\\�2j��7���3�&J�lE�w�I�@�1� ��6�g�N��O�ԭ#5�ӵ��ύ�-52VīB��J��%��o~����Zje�>��G�M�e7ev�:6�e�E���j�t�K��\\P��)�%1 _�a�����' . "\0" . '� �b��{�Q����' . "\0" . '�gJ�����Dۉ�����Qh�mK5&�⑮�kU����7�nFi^J�i:ZL�L�_Ԛ:�$i@�:l1��B ��cݜ8ue}�B�����&I\'G8�~�?��)Fe��Rim=����1���!4_АlPS;�$�C`f��� ���C��r�{����q�:q��r��ᐆi2�o�nDШY�d�+�"��TEr�C�&���ؿ�4w�n���K��)ޞ�uO ����vw��<�a����I�o�XQL����9˨gH��U�/ʜq�_B�ܮ�ݭ�XuXU�A��~�Ψ�?�w�YN���р6#���jg�\\T ��J>*~e��t�v���h�^�{��3(������� yPk��1����~>@v�d��l�._�om=�5T�w{�j[�Ny����w�إ�zoq�Ku#7�9P��*���9���F�w�G��%=�C�e���=F�eM����-�p���ׯ��c��m-~_���\'V2��{�-�����u��e�vn���P,�bmL�0eV���~�k" �q��Oi��]' . "\0" . '̆pG���D�۔�r�h5�����k$�_�H!�~y��N�~��������sw�8:����iOx�Q�Da�D���Z��rc�4��~��adIz�*0���L�7������~��x�7ݐ����d�=��p��+�3��̞���ZWF3J.�}L|��<i�+�z��n��b�� �FMͮ�Z��\\�|�\'jBQ�Cc��T��p3X����Ja���;x��o���6�\'�l�W�-��"���$�&Fٰ�q��x3�J��6�����¨_�jz�l�0��w9]�&c��o�fcl����E�K�\\�t�e� ��b_�aC� @G' . "\0" . '~�m ٔ����� &*�5�I�n�T]�8���d\'�n6d戴� ��5ÿ�_�Ƃ%�US�Z�3}�T�G�[���F�T`�9[�fV��Sd���锳�b�4"a�����MS�"u�2���{�A \'q~��� ?X�sR�ݭH�pkI^`5,|�P����;~�N�K��GM�v`��<�p_�X���7�U�* ��6넀PfJ��=�Ol�)12 #���1\'��cw�D�T����g�C"&O�Mſ�{=�8�9"�m��)��|��ّ�O(2�&⹚���f��*df�s�u~�P�B0E\\:���1���J�ރ��8z���X�e�Ê���U�' . "\0" . '��|*���m3��Qi^B��p��L��j$S@�#Aq0�L�Í��pv�� v8g�&�[M��E�jK6�_"b#[��)i�6^3�*_��P�IwdMc�P�Y|�z`���攔��Y\\?&~��u7��5� ��r�_��C=' . "\0" . 's�.�E��1�� �h�a?@&�f�����M#z;q6(�c��v�Z�i��>%m��8 \'Q���ZOuN;�r��(�;���,������Ia������ܛ3�ԋ/EZ�N�_����ߓ�o1��Q��p��s��L��p��;5�O�]��%�Z)\'�Lj�0��m�����k���l��$+)�@ yd V�|�hŊ�`��K\\7�ﭭ3�Y�Z,!�X�1H�Z�nK ^��:u�!e�=�G�eW�Vw���ل��p#�dѹgB�He�/^��E�"֞����$�����\'�g�i"��8�c{.��T��GO��E����(p�����Uf1/����)ك;���t�A�-b��v�n\'�BGOat0o��I�l�Y陚B &��m����骑��T���b{R�}�1�GQ�u��+�F��`D*��-W0�������8���N�4�Y�(C��3Z��hy`�� �do1�����' . "\0" . ' �����~�:q�u�����I`#c�/���F�+ Ȟ' . "\0" . '���2�Ѯh���-r:U�?j�p���W�3�G�6Y\\���N��vܣ�C(���Uf�"R�y�g����S�}k�]��v�̑ll��R|�a�' . "\0" . '��ƨ$65Ņ�j�u�B�3}{v,��Q��`��0F_*��т}�ng9�S�ȶ����h�)�ыڇ�t�)�XX��.4���� �' . "\0" . 'Q�AY{�㨯}-�+��xK����M�2,�( �f�v�6/,��v�>7�S�z�z�����iap]vJ� \'��b%Bhn�W�D��x�%_C�&�m�p��#�|i(� �n�4��%}�|��~��5[%L��j˲T�yL��평�g�d�$#�p}m�B$' . "\0" . '=@y�~9?Ϝ�6l��������-��&W��JҴ�tN���Q��^4�j?�4� =�9��v/ ��L�0)#"�w�f��4po�22��T�����?�G��GDN4\'��k��7\\��o�c3wʮ�$[���F�Mw7����+x�V�)��z��W�����p ��)E�TIg�lI?(�7L�;(U�yT���x�*��m�f�u���A�D�����W��9��G��>Kw��k0���p�a' . "\0" . '79��˺�j���Ѥ����2h/��,�4����m��"l%�� ^��Ȭ�~����U�|+|l��v�>M�V��8\'sT�!�0|�� �e�hEm������w&DV��ϰa����bl���z���f�0eeu0&��=���û�-V�#�F).���a/UQ�F�A�|%�~��������)����f�I@�}�����l/��g�;x�i�sF_���l�X�A�p�]�\\�>4��H�Y�\'� �.�r��Z��D_Z��J��=��m��F��}C���Q��-5�g������4��6Gr��x���c�����4S]0��2T�*Y��A[1�+�' . "\0" . ' ���zpZM:ϗB�~�����و�`�ۃ�ZL�a�}�yD��@�b_����b��]�[�6��v/�:j[�4�`���$@� ]o�~4�2���H��p�:��?ڡ����2�%�H ���;�;�=Ʀ���Y���"�����z^���{�0Р!���"���2�>N��*�f^h"�"\'���~���JQ�' . "\0" . '�IH��O(y���t��ou�qu��$����3�A��������op"�h�����[d=��t�U��h��b�ylSq12�M�\'�dPxv��Kq��R����a�����2�NC�\\IP�w�u�j�=*"y��H��u� 8�|g�a���7{[�' . "\0" . '[%s(-�~� ���ӗ�d>������)kW@����������o��Q�\'&G��z�H-�7�Z;������=�;�S�A�^�竛5�ޥ:���f�IA�o�Y��Ԑ�Sd��4$��F�%qD��V���pݐt4�]0D�B���*�!��6s��ϧ�-�p�&&8b����Q_��=:"ic��}��' . "\0" . '�<e}��N��V���w�<�.������*���f� ( ���g���|{����!�2|�nU���z�_���t%��k��C����^vI�֮���.�"�<e�r�IݍO�}�7�,\'�/���("I�V�J��>�ai�#����P��Od(ш��� ��|.��' . "\0" . '�d�&��F�u���)�����X�*�l�HV' . "\0" . '��9L�b�' . "\0" . '���tl0�t��[xqx���}XC���ư���m1���a�; ښk�İ��6p��E�B��59�Ѷ����脅�3oH~��(Tr�oB�#��Y��K˷�V�e���ߜ�1����d�2��u3ߔ)��{��Y���F�v&Ȳ�#\\�Y�r��X�0��U��TG�����ϋR��x�R�F���u�0km"=�Դ� s�ό���Ƞ�S��Y"�6C�����L��C�h�r����,�)��?!�}�' . "\0" . '� OXQoI*���} ��H ����P�m6��{�K�x�\\Z�x�}Ip������U��^da�^MN��P��V��~���+��]���g�}��ă�q�p���' . "\0" . '����?j0��u�qw�&h��Qi�W]��a�\'�c�\'2�h%�[���4��D�&�T�z�zFd4��K ;j��/��)`L;����0�#�w�Zc�>Sx���L��$���#�|M*WY�����V(^sU���_U��î�1��8�b�שҫ���ߎ]�Pćr�?�A^�=Z�"�Q���o�:ll�y�s �7X��2��h�X���/��\\��ԉ�aɹ�_&�=����)�����Ww�oR@��䮞Hb�Ɔ7��=u?�P��<�u��o}T=�1��I��C��=�)Y)��Q*e' . "\0" . '�݃kq����ţ�c�I]"��� ��u /zʏ�j�z35C�LVx�51E�#9ƙ���6K��"�*o�e=��?�� ��4��+���ǩ��d�ލb{���9V3�_77��1���G�F���xk+�z���..L�i[�� {�k^BQj�ƍv�]��Ri:�!�H�8��x�9N���i.^�X-c3&q��v�v�x�I�B�7z~�,�ZAK�]x�Y��y3��GZ/������4�\'' . "\0" . '�]�A�' . "\0" . '�������jI�A���\\�u�79�ޘ��ds�' . "\0" . '�g����5��`IV������5]�Q2�Yɻ#�]y�w0�d�i����X;�N�:GǕ˵و��U��Grg��nj8�~)&sH���at�3�뀊SMV�q��#�ҧ��<X��e�U,7' . "\0" . '��U�EU~5�8eG=�K��>��5���⡝=�P' . "\0" . 'vJ��@�5�i���Xr��� x�`ֱ4+�X �do\\�' . "\0" . '�{\'��IǫU����[KWD�r��3���syN�o�Y샅��{�G|�����[�{j�7�,@B��b�e��?�/>��-NF��i��BZ���' . "\0" . '���98}�Y���Mb�vmj9��:E2�K+�s�M���6C����p.��o��I/]����+D�_�e���,���pt�`�YD��^Tev��5�=�"�R�y��d����1sP7��CH?F��ME1Nx�J(��XE�SfpA�N_R��H�ƻ����r4s��l�@4�~�G+J��\\�M�8Inݵ�ݭ�a�7����< ��5�`E_����0�?�\\1Z�\'l�t ��fS�VW!���o�p�N���\'K�Y��j�H��~~^NyܺFw��Zs/=[A' . "\0" . 'F���&ƍ́� ��<��Z��ǔ?��e�ژ!@��� @! m�j�M��\'����#��n�v\\ҴI��/ �t��M�"םR����|]8��4}��f��XY��5/��ֿ��>����R\'�����9����X6�rԔ�̓�`9�Д<�D+;B�!=�:��7�����\'/��|e`F�c�c�z�l0;8l6�AAM�L�5���ȹ��p�|N?������Yv��ښ`����i�F��n�5��ؙb������3K��C�:I���e��s&o��u4�AO�E��58{��lj�n�z���(���a(ʞu`d!�0��>�7�WI&��yB��w�cKW3@����u��G|��l2\'��3�&��PG�<�a���ۀ��F��S}v���Z~' . "\0" . '�ĩ�O.���PWu�g������>���ճ��B� �+�]V�c�C��#���}B덌A5�� �3�%,o0$rC��#��];��>�@�$f����7(c(n��~�����_���ZS�s�+��' . "\0" . '�ޣ�-6�=�Q�D����aI���K��T�_x^)�H���Uu�n��i�)��ⓑL ?vV��H~��K}-�,�#�$�CNt�jՓE���UNˏ��3' . "\0" . '|�r�h���?������֡�>�l��r����2g���rB&-a��&��i/����^�n�ŏ�8tٍ�~�7��N j��=�q��V�<�{i�% w_;㺏���`\'�ϩ���Sp \'�R�6bk���h��D����b���ы7��b~' . "\0" . '�*�ȼ%��prw4e�� R��yn���͍��5烞 (%]*\\X:[D�j�0�øȫl��S��;K�2�gE�+�X&�b���U=�%�"U_��GH�P�$%��� K����MA/τ8Ǥt/)D[��M����\'f�㿮m7�X���p��No���q7����없��' . "\0" . '�������Yc�>ֿ��٧l���w����7ۢ�~�no�6��l ܃AP �Ys`��K;�g�sri�����Y1ٖ��!~*W����b1' . "\0" . 'G���DR�|�7�J��w�.�;c��,�� Y��*#�:��I�i�����~Է�yߧP�aw�,�<��4r��g�[G�s����.�z%�*P�`����ܴ���\\Z�).���8�(1{�4��1E�s>�y3²Xٱ�)c�°s^X�G�r�ԫ���J�7�x�O�|�-�RAHqC靴�H�Ġm�j>�ob���M��Vf$$�Q@^�3&�K ӂ���&uQj��*gF���@9�d���j-eQG)�[��ބ� ��wOV��E�T��C뛿%Z��ٱ����E�vy��1�=l����x��Ø\\��i&�xc�B�n�O��_R���QAVG_�JDТ3Y' . "\0" . '3�%hG �ě�Oy8+�?ߨFX��%ha���l����8�Dak��{��:���SVn��m/ �;��dz���l��俲�%�� a�nR����^�/����`<^�<�(燐<é�|��z̮l?5�ͼ��4���^������gX:�O@1G�d�\\�s�s�n)�<��*���Fx6a��&z(5�?�2/.�"<$��)�ْ(�0���A/Kf������dk~,�0j�Һ����o�`���^��\\��;� ���5���*Ш|M������4�a��neh�6������' . "\0" . '0��HHaT����̘ m)� (5g�W��r�:��g�A��}a9b��D1Dғ�w!��H�u�9^��KKW3��� I���|V�γh-D��@J@���EzT' . "\0" . '=�u�ι��a��~>��X�J�����̡[�������g-c�3M*~�5�' . "\0" . 'q�h R�BY%4�6�|���f��/25Q�P�Wv�{�f��r��{[m�E�GW#q���v黷\\��r�\\��R����l��m� b��akKHFf (�B=���� �Z����� �����R�I!cYf�[BcD))O,�aD�#�3ZvAjV�J�����J�����8�&��L<]R����$�8���c�.m2��U�����XN��o�SmT��ur�"��)��������9N���O��aa���I��JD.Ш��6��+u2���Q/��O����)7WHE?|=B!l���)�Ak�_���<��2@N�Q3���?�ڱ�' . "\0" . '0M��"�r��n�DO�1Z=�oAf�50/s�!�U�(p�۔���M�]�^�6̷Df7j�J�Aȟ�2�;@�.+���jNpb�ۉ���XiΉ\\�Ж ���G/�䣛<�SC7Ð�=A����v��A���&�۸�XQ1����u��M$a(+BX��;�R�CK-;���1�L����w' . "\0" . '���}��s�U�ѣ[�ӰT��*���y=��/���=��{��S������A��x7?��>�O���%,[�Z�^���y�ʠ������a��6w��zo�g̼��U�ۈ��l"O&�K"T.w��\\7�\\�r�ڶ�> ����H�/�y ғ�[a�4��: �����r� ҹ��D����{�V���l�Ĩi�G *�/��^���t� �@�%RV��\'Y$�7�R��J4��~=.�֡�ݕ�LbX��X<E��`�r�(�L��/�HoYEs�W���:k"~C!���ik��+,2Ƒ5��wFoE�ks���`w�~S�"@�����\'"�F8�Aq���1���D~�CNq %�� w�p��N�3SD�h�;�f���X5�$ҳνUԡ�*�J�TF�W�)1Sy��ffҐGz��Gj���\'�d3~���G�/(��M�����5�l����!��]Xf���E?�5���B�c1�˨�|����"0������' . "\0" . '�Z��k�b�������~K �P�}|ݺ\\�컉��8��^�ʩ�}b� ��$�DB�����b�-�U�Ε;��ܴ"�O�$K��aQ��I��� rK���4?El��>��������O������n�-L�ˬV4�m�ߜw���f ���O"?���k�tͳ' . "\0" . '��r ����[�' . "\0" . '̡��' . "\0" . '' . "\0" . '') (vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php:121) at Liip\ImagineBundle\Imagine\Filter\FilterManager->applyFilters(object(Binary), array('quality' => 100, 'jpeg_quality' => null, 'png_compression_level' => null, 'png_compression_filter' => null, 'format' => null, 'animated' => false, 'cache' => 'aws_s3', 'data_loader' => null, 'default_image' => null, 'filters' => array('thumbnail' => array('size' => array(384, 216), 'mode' => 'outbound')), 'post_processors' => array('jpegoptim' => array('strip_all' => true, 'max' => 90, 'progressive' => true)))) (vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php:107) at Liip\ImagineBundle\Imagine\Filter\FilterManager->apply(object(Binary), array('quality' => 100, 'jpeg_quality' => null, 'png_compression_level' => null, 'png_compression_filter' => null, 'format' => null, 'animated' => false, 'cache' => 'aws_s3', 'data_loader' => null, 'default_image' => null, 'filters' => array('thumbnail' => array('size' => array(384, 216), 'mode' => 'outbound')), 'post_processors' => array('jpegoptim' => array('strip_all' => true, 'max' => 90, 'progressive' => true)))) (vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php:154) at Liip\ImagineBundle\Imagine\Filter\FilterManager->applyFilter(object(Binary), 'new_item') (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/AliasGenerator.php:160) at eZ\Bundle\EzPublishCoreBundle\Imagine\AliasGenerator->applyFilter(object(Binary), 'new_item') (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/AliasGenerator.php:103) at eZ\Bundle\EzPublishCoreBundle\Imagine\AliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item', array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/PlaceholderAliasGenerator.php:78) at eZ\Bundle\EzPublishCoreBundle\Imagine\PlaceholderAliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item', array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/Variation/ImagineAwareAliasGenerator.php:70) at eZ\Bundle\EzPublishCoreBundle\Imagine\Variation\ImagineAwareAliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item', array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/Cache/AliasGeneratorDecorator.php:61) at eZ\Bundle\EzPublishCoreBundle\Imagine\Cache\AliasGeneratorDecorator->getVariation(object(Field), object(VersionInfo), 'new_item', array()) (var/cache/dev/ContainerXos7vnb/AliasGeneratorDecorator_02cce63.php:27) at AliasGeneratorDecorator_02cce63->getVariation(object(Field), object(VersionInfo), 'new_item', array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Imagine/ImageAsset/AliasGenerator.php:67) at eZ\Bundle\EzPublishCoreBundle\Imagine\ImageAsset\AliasGenerator->getVariation(object(Field), object(VersionInfo), 'new_item') (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/ImageExtension.php:66) at eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\ImageExtension->getImageVariation(object(Field), object(VersionInfo), 'new_item') (var/cache/dev/twig/18/18730097ee98a9a9afbf65fef2241f403e7fbac8fa4152909dad03da1f7d6edc.php:118) at __TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b->block_ezimage_field(array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'image_alt' => ''), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field'))) (vendor/twig/twig/src/Template.php:182) at Twig\Template->displayBlock('ezimage_field', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field')), true) (vendor/twig/twig/src/Template.php:254) at Twig\Template->renderBlock('ezimage_field', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array(), 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('ezimage_field' => array(object(__TwigTemplate_67eab17c5b2bed8d389b904b3258a039ab5965eb64026ef4b9aeaf303cb1886b), 'block_ezimage_field'))) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php:180) at eZ\Publish\Core\MVC\Symfony\Templating\Twig\FieldBlockRenderer->renderContentField(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array()), 1) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/FieldBlockRenderer.php:138) at eZ\Publish\Core\MVC\Symfony\Templating\Twig\FieldBlockRenderer->renderContentFieldView(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array())) (var/cache/dev/ContainerXos7vnb/FieldBlockRenderer_47ffb65.php:76) at FieldBlockRenderer_47ffb65->renderContentFieldView(object(Field), 'ezimage', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array())) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php:117) at eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\FieldRenderingExtension->renderField(object(Content), 'internal_critica_image', array('parameters' => array('alias' => 'new_item'), 'attr' => array('class' => 'ezimage-field'), 'field' => object(Field), 'content' => object(Content), 'contentInfo' => object(ContentInfo), 'versionInfo' => object(VersionInfo), 'fieldSettings' => array())) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FieldRenderingExtension.php:64) at eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\FieldRenderingExtension->eZ\Publish\Core\MVC\Symfony\Templating\Twig\Extension\{closure}(object(Environment), object(Content), 'internal_critica_image', array('parameters' => array('alias' => 'new_item'))) (var/cache/dev/twig/37/377fdef822346967881da50e54ecc82112164a2ca0da703ce2a46cb5abecb2f0.php:53) at __TwigTemplate_1534be0da88ae89691be3cda29e5ac6046a90c6e84fee76a30dbc16074c1d737->doDisplay(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array()) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array()) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/twig/twig/src/Template.php:390) at Twig\Template->render(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50) at Symfony\Bridge\Twig\TwigEngine->render('@ezdesign/block/internal_critica.html.twig', array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 10447, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php:57) at eZ\Publish\Core\MVC\Symfony\View\Renderer\TemplateRenderer->render(object(ContentView)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php:41) at eZ\Bundle\EzPublishCoreBundle\EventListener\ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214) at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:156) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68) at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:102) at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:80) at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3Dez_content%253AviewAction', object(Request), array('ignore_errors' => false)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php:60) at eZ\Bundle\EzPublishCoreBundle\Fragment\InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:87) at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:77) at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array()) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php:46) at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference)) (var/cache/dev/twig/1a/1acbb35a6a41755bbff4097e96ed38f1b7be7c1e193711887546891d0bfed0a8.php:114) at __TwigTemplate_f996e8b6487cfc63eeee09c84b4a7b4b1fcb73e307f644494d69e62ec774b508->doDisplay(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 10333, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, '_parent' => array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), '_seq' => array(10205, 10315, 10316, 10317, 10331, 10332, 10333, 10337, 11974, 11975, 11976, 11977), '_key' => 6), array()) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array()) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/twig/twig/src/Template.php:390) at Twig\Template->render(array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50) at Symfony\Bridge\Twig\TwigEngine->render('@ezdesign/block/m10_block.html.twig', array('content' => object(Content), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11925, 'contentId' => 11802, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php:57) at eZ\Publish\Core\MVC\Symfony\View\Renderer\TemplateRenderer->render(object(ContentView)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php:41) at eZ\Bundle\EzPublishCoreBundle\EventListener\ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214) at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:156) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68) at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:102) at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:80) at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3Dez_content%253AviewAction', object(Request), array('ignore_errors' => false)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php:60) at eZ\Bundle\EzPublishCoreBundle\Fragment\InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:87) at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:77) at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array()) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php:46) at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference)) (var/cache/dev/twig/73/73bed3736419c90420def4a62fa10fd3ed40a024f2988b7aa7bf00958cc83f3d.php:48) at __TwigTemplate_e876aff36fbc0317dac683ae04f4eeda07d04cfbcf85d9a5ddb29e1807efd35f->doDisplay(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, '_parent' => array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), '_seq' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'module' => object(Content), '_key' => 7), array()) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894, 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array()) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894), array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894)) (vendor/twig/twig/src/Template.php:390) at Twig\Template->render(array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894)) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50) at Symfony\Bridge\Twig\TwigEngine->render('@ezdesign/block/list.html.twig', array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894)) (vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php:286) at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ezdesign/block/list.html.twig', array('modules' => array(object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content), object(Content)), 'locationId' => 11894)) (src/AppBundle/Controller/BlockController.php:63) at AppBundle\Controller\BlockController->renderBlocksAction(11894, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68) at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php:102) at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php:80) at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Des%26_controller%3DAppBundle%253ABlock%253ArenderBlocks', object(Request), array('ignore_errors' => false)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/Fragment/InlineFragmentRenderer.php:60) at eZ\Bundle\EzPublishCoreBundle\Fragment\InlineFragmentRenderer->render(object(ControllerReference), object(Request), array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php:87) at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ControllerReference), 'inline', array('ignore_errors' => false)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php:77) at Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler->render(object(ControllerReference), 'inline', array()) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php:46) at Symfony\Bridge\Twig\Extension\HttpKernelRuntime->renderFragment(object(ControllerReference)) (var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php:154) at __TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->block_modules(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:182) at Twig\Template->displayBlock('modules', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php:134) at __TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->block_content(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:182) at Twig\Template->displayBlock('content', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (var/cache/dev/twig/67/670fb4391b1450c823eeb89aacf4b8b91378527d61d24d489c7531f8b1b48a92.php:167) at __TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273->doDisplay(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240, 'title' => ' Paraíso | Una serie original de Movistar +'), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('page_head' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_page_head'), 'canonical' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_canonical'), 'metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'footer' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_footer'), 'javascripts' => array(object(__TwigTemplate_abd41026665d8dbe4f402ed17d5ce0e8ba74b87641e4ab426ca858c9497de273), 'block_javascripts'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (var/cache/dev/twig/41/419dbc4f047058aa324b88b23aea253714e48698b864471dcd2f9d64fff52494.php:50) at __TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05->doDisplay(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:405) at Twig\Template->displayWithErrorHandling(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig', 'assetic' => array('debug' => true, 'vars' => object(ValueContainer), 'use_controller' => true), 'ezpublish' => object(GlobalHelper), 'admin_ui_config' => object(Generated1cf36d9a0a3b1ae749d07f287aba3862), 'ez_user_settings' => object(UserSettingArrayAccessor), 'app' => object(AppVariable), 'base_locationId' => 240), array('metatags' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_metatags'), 'content' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_content'), 'modules' => array(object(__TwigTemplate_746fbfe5601e934dbda2bb60678f0fc26b7d7a6585b6ffeccef38f66c1c2ef05), 'block_modules'))) (vendor/twig/twig/src/Template.php:378) at Twig\Template->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig'), array()) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php:30) at eZ\Bundle\EzPublishDebugBundle\Twig\DebugTemplate->display(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/twig/twig/src/Template.php:390) at Twig\Template->render(array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/symfony/symfony/src/Symfony/Bridge/Twig/TwigEngine.php:50) at Symfony\Bridge\Twig\TwigEngine->render('@ezdesign/full/main.html.twig', array('content' => object(ContentProxy), 'location' => object(Location), 'noLayout' => false, 'locationId' => 11894, 'contentId' => 11771, 'viewbaseLayout' => 'EzPublishCoreBundle::viewbase_layout.html.twig', 'pagelayout' => 'EzPublishCoreBundle::pagelayout.html.twig')) (vendor/ezsystems/ezpublish-kernel/eZ/Publish/Core/MVC/Symfony/View/Renderer/TemplateRenderer.php:57) at eZ\Publish\Core\MVC\Symfony\View\Renderer\TemplateRenderer->render(object(ContentView)) (vendor/ezsystems/ezpublish-kernel/eZ/Bundle/EzPublishCoreBundle/EventListener/ViewRendererListener.php:41) at eZ\Bundle\EzPublishCoreBundle\EventListener\ViewRendererListener->renderView(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php:115) at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(GetResponseForControllerResultEvent), 'kernel.view', object(TraceableEventDispatcher)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:214) at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php:44) at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php:143) at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.view', object(GetResponseForControllerResultEvent)) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:156) at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68) at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true) (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200) at Symfony\Component\HttpKernel\Kernel->handle(object(Request)) (web/app.php:71) |