Exceptions
Exceptions 2
Propel\Runtime\ActiveQuery\QueryExecutor\ QueryExecutionException
in
vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/AbstractQueryExecutor.php
(line 136)
$publicMessage = "Unable to execute statement [$sql]";if ($isDebugMode) {$publicMessage .= PHP_EOL . "Reason: [$internalMessage]";}throw new QueryExecutionException($publicMessage, 0, $e);}/*** Check if the current connection has debug mode enabled*
in
vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/AbstractQueryExecutor.php
->
handleStatementException
(line 105)
if ($params) {$this->adapter->bindValues($stmt, $params, $this->dbMap);}$stmt->execute();} catch (Throwable $e) {$this->handleStatementException($e, $sql, $stmt);}return $stmt;}
in
vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/SelectQueryExecutor.php
->
executeStatement
(line 49)
*/protected function runSelect(): DataFetcherInterface{$params = [];$preparedStatementDto = SelectQuerySqlBuilder::createSelectSql($this->criteria, $params);$stmt = $this->executeStatement($preparedStatementDto);return $this->con->getDataFetcher($stmt);}}
in
vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/SelectQueryExecutor.php
->
runSelect
(line 37)
*/public static function execute(Criteria $criteria, ?ConnectionInterface $con = null): DataFetcherInterface{$executor = new self($criteria, $con);return $executor->runSelect();}/*** Builds, binds and executes a SELECT query based on the current object.*
in
vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/Criteria.php
::
execute
(line 2436)
** @return \Propel\Runtime\DataFetcher\DataFetcherInterface A dataFetcher using the connection, ready to be fetched*/public function doSelect(?ConnectionInterface $con = null){return SelectQueryExecutor::execute($this, $con);}// Fluid operators/**
in
vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php
->
doSelect
(line 2249)
{$this->configureSelectColumns();$this->addSelfSelectColumns();return parent::doSelect($con);}/*** {@inheritDoc}*
in
vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php
->
doSelect
(line 1281)
$con = Propel::getServiceContainer()->getReadConnection($this->getDbName());}$this->basePreSelect($con);$criteria = $this->isKeepQuery() ? clone $this : $this;$dataFetcher = $criteria->doSelect($con);return $criteria->getFormatter()->init($criteria)->format($dataFetcher);}
in
vendor/thelia/core/lib/Thelia/Core/Template/Element/BaseLoop.php
->
find
(line 450)
$search->limit($limit);}$search->offset((int) $this->getArgValue('offset'));return $search->find();}/*** @param PropelModelPager|null $pagination*
in
vendor/thelia/core/lib/Thelia/Core/Template/Element/BaseLoop.php
->
searchWithOffset
(line 377)
if ($this->getArgValue('page') !== null) {return $this->searchWithPagination($search, $pagination);}return $this->searchWithOffset($search);}protected function setupSearchContext(ModelCriteria $search): void{if ($this instanceof SearchLoopInterface) {
in
vendor/thelia/core/lib/Thelia/Core/Template/Element/BaseLoop.php
->
search
(line 530)
if ($this instanceof PropelSearchLoopInterface) {$searchModelCriteria = $this->extendsBuildModelCriteria($this->buildModelCriteria());if (null !== $searchModelCriteria) {$results = $this->search($searchModelCriteria,$pagination);}} elseif ($this instanceof ArraySearchLoopInterface) {
self::$pagination[$name] = null;// We have to clone the result, as exec() returns a cached LoopResult object, which may cause side effects// if loops with the same argument set are nested (see https://github.com/thelia/thelia/issues/2213)$loopResults = clone $loop->exec(self::$pagination[$name]);$loopResults->rewind();} catch (ElementNotFoundException $ex) {// If loop is not found, when in development mode, rethrow the exception to make it visible// if ($this->isDebugActive) {
in
var/cache/dev/smarty/compile/1619f605b74f5f20a2a4784de43176956cd66534_0.file.product.html.php
->
theliaLoop
(line 972)
if (!is_callable(array($_block_plugin33, 'theliaLoop'))) {throw new SmartyException('block tag \'loop\' not callable or registered');}$_smarty_tpl->smarty->_cache['_tag_stack'][] = array('loop', array('name'=>"feature_value_info",'type'=>"feature_value",'feature'=>$_prefixVariable30,'product'=>$_smarty_tpl->tpl_vars['product_id']->value));$_block_repeat=true;echo $_block_plugin33->theliaLoop(array('name'=>"feature_value_info",'type'=>"feature_value",'feature'=>$_prefixVariable30,'product'=>$_smarty_tpl->tpl_vars['product_id']->value), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) {ob_start();if ($_smarty_tpl->tpl_vars['LOOP_COUNT']->value > 1) {?>, <?php } else { ?> <?php }?><span><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?></span><?php $_block_repeat=false;echo $_block_plugin33->theliaLoop(array('name'=>"feature_value_info",'type'=>"feature_value",'feature'=>$_prefixVariable30,'product'=>$_smarty_tpl->tpl_vars['product_id']->value), ob_get_clean(), $_smarty_tpl, $_block_repeat);
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
->
callBlock
(line 248)
*/public function callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl){$this->sourceStack[] = $tpl->source;$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);}}
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
->
callBlock
(line 184)
$block->parent = $parent;if ($block->append && !$block->prepend && isset($parent)) {$this->callParent($tpl, $block, '\'{block append}\'');}if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {$this->callBlock($block, $tpl);} else {$this->process($tpl, $block->child, $block);}if ($block->prepend && isset($parent)) {$this->callParent($tpl, $block, '{block prepend}');
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
->
process
(line 186)
$this->callParent($tpl, $block, '\'{block append}\'');}if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {$this->callBlock($block, $tpl);} else {$this->process($tpl, $block->child, $block);}if ($block->prepend && isset($parent)) {$this->callParent($tpl, $block, '{block prepend}');if ($block->append) {if ($block->callsChild || !isset($block->child)
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
->
process
(line 156)
}// make sure we got child block of child template of current blockwhile ($block->child && $block->child->child && $block->tplIndex <= $block->child->tplIndex) {$block->child = $block->child->child;}$this->process($tpl, $block);}/*** Goto child block or render this*
in
var/cache/dev/smarty/compile/f8b704233fc3e9af985cfbb7a25e35af95cb706a_0.file.layout.tpl.php
->
instanceBlock
(line 350)
<?php$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1799842295666c4ae4883931_18252255', "breadcrumb");?><div id="content"><?php$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_2093276931666c4ae4884b90_28334379', "main-content");?></div><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('name'=>"main.content-bottom"),$_smarty_tpl ) );?></div><!-- /.container -->
in
vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
content_666c4ae489c033_14623115
(line 123)
if ($_template->startRenderCallbacks) {foreach ($_template->startRenderCallbacks as $callback) {call_user_func($callback, $_template);}}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {call_user_func($callback, $_template);}$_template->isRenderingCache = false;} catch (Exception $e) {
in
vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
->
getRenderedTemplateCode
(line 114)
array_merge($_template->cached->file_dependency, $this->file_dependency);}if ($_template->source->handler->uncompiled) {$_template->source->handler->renderUncompiled($_template->source, $_template);} else {$this->getRenderedTemplateCode($_template);}if ($_template->caching && $this->has_nocache_code) {$_template->cached->hashes[ $this->nocache_hash ] = true;}if ($_template->smarty->debugging) {
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
->
render
(line 216)
$this->cached->render($this, $no_output_filter);} else {if (!isset($this->compiled) || $this->compiled->compile_id !== $this->compile_id) {$this->loadCompiled(true);}$this->compiled->render($this);}// display or fetchif ($display) {if ($this->caching && $this->smarty->cache_modified_check) {$this->smarty->ext->_cacheModify->cacheModifiedCheck(
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
->
render
(line 385)
}} else {if (isset($tpl->compiled)) {$tpl->compiled->render($tpl);} else {$tpl->render();}}}/**
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
->
_subTemplateRender
(line 115)
$this->state = 2;}if (isset($template) && (($tpl->parent->_isTplObj() && $tpl->parent->source->type !== 'extends')|| $tpl->smarty->extends_recursion)) {$tpl->_subTemplateRender($template,$tpl->cache_id,$tpl->compile_id,$tpl->caching ? 9999 : 0,$tpl->cache_lifetime,
in
var/cache/dev/smarty/compile/1619f605b74f5f20a2a4784de43176956cd66534_0.file.product.html.php
->
endChild
(line 75)
<?php$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1128550952666c4aece7d4a1_62513853', "javascript-initialization");?><?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, "layout.tpl");}/* {block "init"} */class Block_357335056666c4aece04d43_50209950 extends Smarty_Internal_Block{public $subBlocks = array (
in
vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
content_666c4aece7e069_11471585
(line 123)
if ($_template->startRenderCallbacks) {foreach ($_template->startRenderCallbacks as $callback) {call_user_func($callback, $_template);}}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {call_user_func($callback, $_template);}$_template->isRenderingCache = false;} catch (Exception $e) {
in
vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
->
getRenderedTemplateCode
(line 114)
array_merge($_template->cached->file_dependency, $this->file_dependency);}if ($_template->source->handler->uncompiled) {$_template->source->handler->renderUncompiled($_template->source, $_template);} else {$this->getRenderedTemplateCode($_template);}if ($_template->caching && $this->has_nocache_code) {$_template->cached->hashes[ $this->nocache_hash ] = true;}if ($_template->smarty->debugging) {
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
->
render
(line 216)
$this->cached->render($this, $no_output_filter);} else {if (!isset($this->compiled) || $this->compiled->compile_id !== $this->compile_id) {$this->loadCompiled(true);}$this->compiled->render($this);}// display or fetchif ($display) {if ($this->caching && $this->smarty->cache_modified_check) {$this->smarty->ext->_cacheModify->cacheModifiedCheck(
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
->
render
(line 238)
ob_start();$template->_mergeVars();if (!empty(Smarty::$global_tpl_vars)) {$template->tpl_vars = array_merge(Smarty::$global_tpl_vars, $template->tpl_vars);}$result = $template->render(false, $function);$template->_cleanUp();if ($saveVars) {$template->tpl_vars = $savedTplVars;$template->config_vars = $savedConfigVars;} else {
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
->
_execute
(line 116)
* @throws SmartyException* @return string rendered template output*/public function fetch($template = null, $cache_id = null, $compile_id = null, $parent = null){$result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);return $result === null ? ob_get_clean() : $result;}/*** displays a Smarty template
Smarty_Internal_TemplateBase->fetch()
in
local/modules/TheliaSmarty/Template/SmartyParser.php
(line 512)
if (ConfigQuery::read('smarty_mute_undefined_or_null', 0)) {$this->muteUndefinedOrNullWarnings();}$output = $this->fetch($resourceType.':'.$resourceContent);if (!$compressOutput) {$this->registerFilter('output', [$this, 'trimWhitespaces']);}
{if (false === $this->templateExists($realTemplateName) || false === $this->checkTemplate($realTemplateName)) {throw new ResourceNotFoundException(Translator::getInstance()->trans('Template file %file cannot be found.', ['%file' => $realTemplateName]));}return $this->internalRenderer('file', $realTemplateName, $parameters, $compressOutput);}private function checkTemplate($fileName){$templates = $this->getTemplateDir();
in
vendor/thelia/core/lib/Thelia/Core/EventListener/ViewListener.php
->
render
(line 90)
$viewId = $this->request->attributes->get($view.'_id');$this->eventDispatcher->dispatch(new ViewCheckEvent($view, $viewId), TheliaEvents::VIEW_CHECK);$content = $this->parser->render($view.'.html');if ($content instanceof Response) {$response = $content;} else {$response = new Response($content, $this->parser->getStatus() ?: 200);
in
vendor/symfony/event-dispatcher/Debug/WrappedListener.php
->
onKernelView
(line 116)
$this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);$e = $this->stopwatch->start($this->name, 'event_listener');try {($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {if ($e->isStarted()) {$e->stop();}}
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
__invoke
(line 220)
foreach ($listeners as $listener) {if ($stoppable && $event->isPropagationStopped()) {break;}$listener($event, $eventName, $this);}}/*** Sorts the internal list of listeners for the given event by priority.
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
callListeners
(line 56)
} else {$listeners = $this->getListeners($eventName);}if ($listeners) {$this->callListeners($listeners, $eventName, $event);}return $event;}
in
vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
->
dispatch
(line 139)
try {$this->beforeDispatch($eventName, $event);try {$e = $this->stopwatch->start($eventName, 'section');try {$this->dispatcher->dispatch($event, $eventName);} finally {if ($e->isStarted()) {$e->stop();}}
in
vendor/symfony/http-kernel/HttpKernel.php
->
dispatch
(line 186)
$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);if ($event->hasResponse()) {$response = $event->getResponse();} else {$msg = sprintf('The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned %s.', $this->varToString($response));
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php
->
handle
(line 72)
*/public function handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): \Symfony\Component\HttpFoundation\Response{$this->container->get('request.context')->fromRequest($request);$response = parent::handle($request, $type, $catch);return $response;}}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 197)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/thelia/core/lib/Thelia/Core/Thelia.php
->
handle
(line 437)
}}$this->boot();return parent::handle($request, $type, $catch);}/*** Load some configuration* Initialize all plugins.
Debug::enable();}$thelia = new App\Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $thelia->handle($request);$response->send();$thelia->terminate($request, $response);
PDOException
}$pdoException = null;$return = null;try {$return = $callback(...$args);} catch (PDOException $e) {$pdoException = $e;}// For profiling to work, $this->log() needs to be run after the query was executed
in
vendor/thelia/propel/src/Propel/Runtime/Connection/ConnectionWrapper.php
->
execute
(line 492)
}$pdoException = null;$return = null;try {$return = $callback(...$args);} catch (PDOException $e) {$pdoException = $e;}// For profiling to work, $this->log() needs to be run after the query was executed
in
vendor/thelia/propel/src/Propel/Runtime/Connection/StatementWrapper.php
->
callUserFunctionWithLogging
(line 212)
{if ($this->connection->useDebug) {$sql = $this->getExecutedQueryString($inputParameters);$args = ($inputParameters !== null) ? [$inputParameters] : [];return $this->connection->callUserFunctionWithLogging([$this->statement, 'execute'], $args, $sql);}return $this->statement->execute($inputParameters);}
in
vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/AbstractQueryExecutor.php
->
execute
(line 103)
try {$stmt = $this->con->prepare($sql);if ($params) {$this->adapter->bindValues($stmt, $params, $this->dbMap);}$stmt->execute();} catch (Throwable $e) {$this->handleStatementException($e, $sql, $stmt);}return $stmt;
in
vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/SelectQueryExecutor.php
->
executeStatement
(line 49)
*/protected function runSelect(): DataFetcherInterface{$params = [];$preparedStatementDto = SelectQuerySqlBuilder::createSelectSql($this->criteria, $params);$stmt = $this->executeStatement($preparedStatementDto);return $this->con->getDataFetcher($stmt);}}
in
vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/SelectQueryExecutor.php
->
runSelect
(line 37)
*/public static function execute(Criteria $criteria, ?ConnectionInterface $con = null): DataFetcherInterface{$executor = new self($criteria, $con);return $executor->runSelect();}/*** Builds, binds and executes a SELECT query based on the current object.*
in
vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/Criteria.php
::
execute
(line 2436)
** @return \Propel\Runtime\DataFetcher\DataFetcherInterface A dataFetcher using the connection, ready to be fetched*/public function doSelect(?ConnectionInterface $con = null){return SelectQueryExecutor::execute($this, $con);}// Fluid operators/**
in
vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php
->
doSelect
(line 2249)
{$this->configureSelectColumns();$this->addSelfSelectColumns();return parent::doSelect($con);}/*** {@inheritDoc}*
in
vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php
->
doSelect
(line 1281)
$con = Propel::getServiceContainer()->getReadConnection($this->getDbName());}$this->basePreSelect($con);$criteria = $this->isKeepQuery() ? clone $this : $this;$dataFetcher = $criteria->doSelect($con);return $criteria->getFormatter()->init($criteria)->format($dataFetcher);}
in
vendor/thelia/core/lib/Thelia/Core/Template/Element/BaseLoop.php
->
find
(line 450)
$search->limit($limit);}$search->offset((int) $this->getArgValue('offset'));return $search->find();}/*** @param PropelModelPager|null $pagination*
in
vendor/thelia/core/lib/Thelia/Core/Template/Element/BaseLoop.php
->
searchWithOffset
(line 377)
if ($this->getArgValue('page') !== null) {return $this->searchWithPagination($search, $pagination);}return $this->searchWithOffset($search);}protected function setupSearchContext(ModelCriteria $search): void{if ($this instanceof SearchLoopInterface) {
in
vendor/thelia/core/lib/Thelia/Core/Template/Element/BaseLoop.php
->
search
(line 530)
if ($this instanceof PropelSearchLoopInterface) {$searchModelCriteria = $this->extendsBuildModelCriteria($this->buildModelCriteria());if (null !== $searchModelCriteria) {$results = $this->search($searchModelCriteria,$pagination);}} elseif ($this instanceof ArraySearchLoopInterface) {
self::$pagination[$name] = null;// We have to clone the result, as exec() returns a cached LoopResult object, which may cause side effects// if loops with the same argument set are nested (see https://github.com/thelia/thelia/issues/2213)$loopResults = clone $loop->exec(self::$pagination[$name]);$loopResults->rewind();} catch (ElementNotFoundException $ex) {// If loop is not found, when in development mode, rethrow the exception to make it visible// if ($this->isDebugActive) {
in
var/cache/dev/smarty/compile/1619f605b74f5f20a2a4784de43176956cd66534_0.file.product.html.php
->
theliaLoop
(line 972)
if (!is_callable(array($_block_plugin33, 'theliaLoop'))) {throw new SmartyException('block tag \'loop\' not callable or registered');}$_smarty_tpl->smarty->_cache['_tag_stack'][] = array('loop', array('name'=>"feature_value_info",'type'=>"feature_value",'feature'=>$_prefixVariable30,'product'=>$_smarty_tpl->tpl_vars['product_id']->value));$_block_repeat=true;echo $_block_plugin33->theliaLoop(array('name'=>"feature_value_info",'type'=>"feature_value",'feature'=>$_prefixVariable30,'product'=>$_smarty_tpl->tpl_vars['product_id']->value), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) {ob_start();if ($_smarty_tpl->tpl_vars['LOOP_COUNT']->value > 1) {?>, <?php } else { ?> <?php }?><span><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?></span><?php $_block_repeat=false;echo $_block_plugin33->theliaLoop(array('name'=>"feature_value_info",'type'=>"feature_value",'feature'=>$_prefixVariable30,'product'=>$_smarty_tpl->tpl_vars['product_id']->value), ob_get_clean(), $_smarty_tpl, $_block_repeat);
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
->
callBlock
(line 248)
*/public function callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl){$this->sourceStack[] = $tpl->source;$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);}}
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
->
callBlock
(line 184)
$block->parent = $parent;if ($block->append && !$block->prepend && isset($parent)) {$this->callParent($tpl, $block, '\'{block append}\'');}if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {$this->callBlock($block, $tpl);} else {$this->process($tpl, $block->child, $block);}if ($block->prepend && isset($parent)) {$this->callParent($tpl, $block, '{block prepend}');
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
->
process
(line 186)
$this->callParent($tpl, $block, '\'{block append}\'');}if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {$this->callBlock($block, $tpl);} else {$this->process($tpl, $block->child, $block);}if ($block->prepend && isset($parent)) {$this->callParent($tpl, $block, '{block prepend}');if ($block->append) {if ($block->callsChild || !isset($block->child)
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
->
process
(line 156)
}// make sure we got child block of child template of current blockwhile ($block->child && $block->child->child && $block->tplIndex <= $block->child->tplIndex) {$block->child = $block->child->child;}$this->process($tpl, $block);}/*** Goto child block or render this*
in
var/cache/dev/smarty/compile/f8b704233fc3e9af985cfbb7a25e35af95cb706a_0.file.layout.tpl.php
->
instanceBlock
(line 350)
<?php$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1799842295666c4ae4883931_18252255', "breadcrumb");?><div id="content"><?php$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_2093276931666c4ae4884b90_28334379', "main-content");?></div><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('name'=>"main.content-bottom"),$_smarty_tpl ) );?></div><!-- /.container -->
in
vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
content_666c4ae489c033_14623115
(line 123)
if ($_template->startRenderCallbacks) {foreach ($_template->startRenderCallbacks as $callback) {call_user_func($callback, $_template);}}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {call_user_func($callback, $_template);}$_template->isRenderingCache = false;} catch (Exception $e) {
in
vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
->
getRenderedTemplateCode
(line 114)
array_merge($_template->cached->file_dependency, $this->file_dependency);}if ($_template->source->handler->uncompiled) {$_template->source->handler->renderUncompiled($_template->source, $_template);} else {$this->getRenderedTemplateCode($_template);}if ($_template->caching && $this->has_nocache_code) {$_template->cached->hashes[ $this->nocache_hash ] = true;}if ($_template->smarty->debugging) {
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
->
render
(line 216)
$this->cached->render($this, $no_output_filter);} else {if (!isset($this->compiled) || $this->compiled->compile_id !== $this->compile_id) {$this->loadCompiled(true);}$this->compiled->render($this);}// display or fetchif ($display) {if ($this->caching && $this->smarty->cache_modified_check) {$this->smarty->ext->_cacheModify->cacheModifiedCheck(
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
->
render
(line 385)
}} else {if (isset($tpl->compiled)) {$tpl->compiled->render($tpl);} else {$tpl->render();}}}/**
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
->
_subTemplateRender
(line 115)
$this->state = 2;}if (isset($template) && (($tpl->parent->_isTplObj() && $tpl->parent->source->type !== 'extends')|| $tpl->smarty->extends_recursion)) {$tpl->_subTemplateRender($template,$tpl->cache_id,$tpl->compile_id,$tpl->caching ? 9999 : 0,$tpl->cache_lifetime,
in
var/cache/dev/smarty/compile/1619f605b74f5f20a2a4784de43176956cd66534_0.file.product.html.php
->
endChild
(line 75)
<?php$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1128550952666c4aece7d4a1_62513853', "javascript-initialization");?><?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, "layout.tpl");}/* {block "init"} */class Block_357335056666c4aece04d43_50209950 extends Smarty_Internal_Block{public $subBlocks = array (
in
vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
content_666c4aece7e069_11471585
(line 123)
if ($_template->startRenderCallbacks) {foreach ($_template->startRenderCallbacks as $callback) {call_user_func($callback, $_template);}}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {call_user_func($callback, $_template);}$_template->isRenderingCache = false;} catch (Exception $e) {
in
vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
->
getRenderedTemplateCode
(line 114)
array_merge($_template->cached->file_dependency, $this->file_dependency);}if ($_template->source->handler->uncompiled) {$_template->source->handler->renderUncompiled($_template->source, $_template);} else {$this->getRenderedTemplateCode($_template);}if ($_template->caching && $this->has_nocache_code) {$_template->cached->hashes[ $this->nocache_hash ] = true;}if ($_template->smarty->debugging) {
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
->
render
(line 216)
$this->cached->render($this, $no_output_filter);} else {if (!isset($this->compiled) || $this->compiled->compile_id !== $this->compile_id) {$this->loadCompiled(true);}$this->compiled->render($this);}// display or fetchif ($display) {if ($this->caching && $this->smarty->cache_modified_check) {$this->smarty->ext->_cacheModify->cacheModifiedCheck(
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
->
render
(line 238)
ob_start();$template->_mergeVars();if (!empty(Smarty::$global_tpl_vars)) {$template->tpl_vars = array_merge(Smarty::$global_tpl_vars, $template->tpl_vars);}$result = $template->render(false, $function);$template->_cleanUp();if ($saveVars) {$template->tpl_vars = $savedTplVars;$template->config_vars = $savedConfigVars;} else {
in
vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
->
_execute
(line 116)
* @throws SmartyException* @return string rendered template output*/public function fetch($template = null, $cache_id = null, $compile_id = null, $parent = null){$result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);return $result === null ? ob_get_clean() : $result;}/*** displays a Smarty template
Smarty_Internal_TemplateBase->fetch()
in
local/modules/TheliaSmarty/Template/SmartyParser.php
(line 512)
if (ConfigQuery::read('smarty_mute_undefined_or_null', 0)) {$this->muteUndefinedOrNullWarnings();}$output = $this->fetch($resourceType.':'.$resourceContent);if (!$compressOutput) {$this->registerFilter('output', [$this, 'trimWhitespaces']);}
{if (false === $this->templateExists($realTemplateName) || false === $this->checkTemplate($realTemplateName)) {throw new ResourceNotFoundException(Translator::getInstance()->trans('Template file %file cannot be found.', ['%file' => $realTemplateName]));}return $this->internalRenderer('file', $realTemplateName, $parameters, $compressOutput);}private function checkTemplate($fileName){$templates = $this->getTemplateDir();
in
vendor/thelia/core/lib/Thelia/Core/EventListener/ViewListener.php
->
render
(line 90)
$viewId = $this->request->attributes->get($view.'_id');$this->eventDispatcher->dispatch(new ViewCheckEvent($view, $viewId), TheliaEvents::VIEW_CHECK);$content = $this->parser->render($view.'.html');if ($content instanceof Response) {$response = $content;} else {$response = new Response($content, $this->parser->getStatus() ?: 200);
in
vendor/symfony/event-dispatcher/Debug/WrappedListener.php
->
onKernelView
(line 116)
$this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);$e = $this->stopwatch->start($this->name, 'event_listener');try {($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {if ($e->isStarted()) {$e->stop();}}
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
__invoke
(line 220)
foreach ($listeners as $listener) {if ($stoppable && $event->isPropagationStopped()) {break;}$listener($event, $eventName, $this);}}/*** Sorts the internal list of listeners for the given event by priority.
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
callListeners
(line 56)
} else {$listeners = $this->getListeners($eventName);}if ($listeners) {$this->callListeners($listeners, $eventName, $event);}return $event;}
in
vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
->
dispatch
(line 139)
try {$this->beforeDispatch($eventName, $event);try {$e = $this->stopwatch->start($eventName, 'section');try {$this->dispatcher->dispatch($event, $eventName);} finally {if ($e->isStarted()) {$e->stop();}}
in
vendor/symfony/http-kernel/HttpKernel.php
->
dispatch
(line 186)
$response = $controller(...$arguments);// viewif (!$response instanceof Response) {$event = new ViewEvent($this, $request, $type, $response, $event);$this->dispatcher->dispatch($event, KernelEvents::VIEW);if ($event->hasResponse()) {$response = $event->getResponse();} else {$msg = sprintf('The controller must return a "Symfony\Component\HttpFoundation\Response" object but it returned %s.', $this->varToString($response));
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php
->
handle
(line 72)
*/public function handle(Request $request, $type = HttpKernelInterface::MAIN_REQUEST, $catch = true): \Symfony\Component\HttpFoundation\Response{$this->container->get('request.context')->fromRequest($request);$response = parent::handle($request, $type, $catch);return $response;}}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 197)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
in
vendor/thelia/core/lib/Thelia/Core/Thelia.php
->
handle
(line 437)
}}$this->boot();return parent::handle($request, $type, $catch);}/*** Load some configuration* Initialize all plugins.
Debug::enable();}$thelia = new App\Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $thelia->handle($request);$response->send();$thelia->terminate($request, $response);
Logs
| Level | Message |
|---|---|
| debug 01:50:16 |
Notified event "thelia_kernel.session" to listener "Thelia\Core\EventListener\SessionListener::testSession". {
"event": "thelia_kernel.session",
"listener": "Thelia\\Core\\EventListener\\SessionListener::testSession"
}
|
| debug 01:50:16 |
Notified event "thelia_kernel.session" to listener "Thelia\Core\EventListener\SessionListener::prodSession". {
"event": "thelia_kernel.session",
"listener": "Thelia\\Core\\EventListener\\SessionListener::prodSession"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\KernelListener::sessionInit". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\KernelListener::sessionInit"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\KernelListener::paramInit". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\KernelListener::paramInit"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::checkCurrency". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::checkCurrency"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::checkCurrency". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::checkCurrency"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::registerValidatorTranslator". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::registerValidatorTranslator"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::rememberMeLoader". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::rememberMeLoader"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::jsonBody". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::jsonBody"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::registerValidatorTranslator". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::registerValidatorTranslator"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::rememberMeLoader". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::rememberMeLoader"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::jsonBody". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::jsonBody"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| info 01:50:16 |
Deprecated: Creation of dynamic property Smarty_Internal_Extension_Handler::$registerFilter is deprecated {
"exception": {}
}
|
| info 01:50:16 |
Deprecated: Creation of dynamic property Smarty_Internal_Extension_Handler::$registerPlugin is deprecated {
"exception": {}
}
|
| debug 01:50:16 |
Notified event "kernel.controller" to listener "Thelia\Core\EventListener\ControllerListener::adminFirewall". {
"event": "kernel.controller",
"listener": "Thelia\\Core\\EventListener\\ControllerListener::adminFirewall"
}
|
| debug 01:50:16 |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| debug 01:50:16 |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| debug 01:50:16 |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| debug 01:50:16 |
Notified event "kernel.controller_arguments" to listener "Container716GM1G\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Container716GM1G\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| debug 01:50:16 |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\KernelListener::sessionInit". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\KernelListener::sessionInit"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\KernelListener::paramInit". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\KernelListener::paramInit"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::checkCurrency". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::checkCurrency"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::checkCurrency". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::checkCurrency"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::registerValidatorTranslator". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::registerValidatorTranslator"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::rememberMeLoader". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::rememberMeLoader"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::jsonBody". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::jsonBody"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::registerValidatorTranslator". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::registerValidatorTranslator"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::rememberMeLoader". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::rememberMeLoader"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::jsonBody". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::jsonBody"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.controller" to listener "Thelia\Core\EventListener\ControllerListener::adminFirewall". {
"event": "kernel.controller",
"listener": "Thelia\\Core\\EventListener\\ControllerListener::adminFirewall"
}
|
| debug 01:50:16 |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| debug 01:50:16 |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| debug 01:50:16 |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| debug 01:50:16 |
Notified event "kernel.controller_arguments" to listener "Container716GM1G\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Container716GM1G\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| debug 01:50:16 |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Thelia\Core\EventListener\RequestListener::registerPreviousUrl". {
"event": "kernel.response",
"listener": "Thelia\\Core\\EventListener\\RequestListener::registerPreviousUrl"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Thelia\Core\EventListener\ResponseListener::beforeResponse". {
"event": "kernel.response",
"listener": "Thelia\\Core\\EventListener\\ResponseListener::beforeResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Thelia\Core\EventListener\RequestListener::registerPreviousUrl". {
"event": "kernel.response",
"listener": "Thelia\\Core\\EventListener\\RequestListener::registerPreviousUrl"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets". {
"event": "kernel.finish_request",
"listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
|
| debug 01:50:16 |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\KernelListener::sessionInit". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\KernelListener::sessionInit"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\KernelListener::paramInit". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\KernelListener::paramInit"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::checkCurrency". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::checkCurrency"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::checkCurrency". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::checkCurrency"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::registerValidatorTranslator". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::registerValidatorTranslator"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::rememberMeLoader". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::rememberMeLoader"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::jsonBody". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::jsonBody"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::registerValidatorTranslator". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::registerValidatorTranslator"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::rememberMeLoader". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::rememberMeLoader"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::jsonBody". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::jsonBody"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.controller" to listener "Thelia\Core\EventListener\ControllerListener::adminFirewall". {
"event": "kernel.controller",
"listener": "Thelia\\Core\\EventListener\\ControllerListener::adminFirewall"
}
|
| debug 01:50:16 |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| debug 01:50:16 |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| debug 01:50:16 |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| debug 01:50:16 |
Notified event "kernel.controller_arguments" to listener "Container716GM1G\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Container716GM1G\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| debug 01:50:16 |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Thelia\Core\EventListener\RequestListener::registerPreviousUrl". {
"event": "kernel.response",
"listener": "Thelia\\Core\\EventListener\\RequestListener::registerPreviousUrl"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Thelia\Core\EventListener\ResponseListener::beforeResponse". {
"event": "kernel.response",
"listener": "Thelia\\Core\\EventListener\\ResponseListener::beforeResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Thelia\Core\EventListener\RequestListener::registerPreviousUrl". {
"event": "kernel.response",
"listener": "Thelia\\Core\\EventListener\\RequestListener::registerPreviousUrl"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| debug 01:50:16 |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets". {
"event": "kernel.finish_request",
"listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
|
| debug 01:50:16 |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\KernelListener::sessionInit". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\KernelListener::sessionInit"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\KernelListener::paramInit". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\KernelListener::paramInit"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::checkCurrency". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::checkCurrency"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::checkCurrency". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::checkCurrency"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::registerValidatorTranslator". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::registerValidatorTranslator"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::rememberMeLoader". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::rememberMeLoader"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::jsonBody". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::jsonBody"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::registerValidatorTranslator". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::registerValidatorTranslator"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::rememberMeLoader". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::rememberMeLoader"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Thelia\Core\EventListener\RequestListener::jsonBody". {
"event": "kernel.request",
"listener": "Thelia\\Core\\EventListener\\RequestListener::jsonBody"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| debug 01:50:16 |
Notified event "kernel.controller" to listener "Thelia\Core\EventListener\ControllerListener::adminFirewall". {
"event": "kernel.controller",
"listener": "Thelia\\Core\\EventListener\\ControllerListener::adminFirewall"
}
|
| debug 01:50:16 |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| debug 01:50:16 |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| debug 01:50:16 |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| debug 01:50:16 |
Notified event "kernel.controller_arguments" to listener "Container716GM1G\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Container716GM1G\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| debug 01:50:16 |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
Stack Traces 2
|
[2/2]
QueryExecutionException
|
|---|
Propel\Runtime\ActiveQuery\QueryExecutor\QueryExecutionException:
Unable to execute statement [SELECT `feature_product`.`id`, `feature_product`.`product_id`, `feature_product`.`feature_id`, `feature_product`.`feature_av_id`, `feature_product`.`free_text_value`, `feature_product`.`is_free_text`, `feature_product`.`position`, `feature_product`.`created_at`, `feature_product`.`updated_at`, NOT ISNULL(`feature_av_requested_locale_i18n`.`ID`) AS feature_av_IS_TRANSLATED, CASE WHEN NOT ISNULL(`feature_av_requested_locale_i18n`.`TITLE`) THEN `feature_av_requested_locale_i18n`.`TITLE` ELSE `feature_av_default_locale_i18n`.`TITLE` END AS feature_av_i18n_TITLE, CASE WHEN NOT ISNULL(`feature_av_requested_locale_i18n`.`CHAPO`) THEN `feature_av_requested_locale_i18n`.`CHAPO` ELSE `feature_av_default_locale_i18n`.`CHAPO` END AS feature_av_i18n_CHAPO, CASE WHEN NOT ISNULL(`feature_av_requested_locale_i18n`.`DESCRIPTION`) THEN `feature_av_requested_locale_i18n`.`DESCRIPTION` ELSE `feature_av_default_locale_i18n`.`DESCRIPTION` END AS feature_av_i18n_DESCRIPTION, CASE WHEN NOT ISNULL(`feature_av_requested_locale_i18n`.`POSTSCRIPTUM`) THEN `feature_av_requested_locale_i18n`.`POSTSCRIPTUM` ELSE `feature_av_default_locale_i18n`.`POSTSCRIPTUM` END AS feature_av_i18n_POSTSCRIPTUM, `feature_av`.`position` AS feature_av_position FROM `feature_product` LEFT JOIN `feature_av_i18n` `feature_av_default_locale_i18n` ON (`feature_product`.`feature_av_id`=`feature_av_default_locale_i18n`.`id` AND `feature_av_default_locale_i18n`.LOCALE = 'fr_FR') LEFT JOIN `feature_av_i18n` `feature_av_requested_locale_i18n` ON (`feature_product`.`feature_av_id`=`feature_av_requested_locale_i18n`.`id` AND `feature_av_requested_locale_i18n`.LOCALE = 'fr_FR') LEFT JOIN `feature_av` `feature_av` ON (`feature_product`.`feature_av_id`=`feature_av`.`id`) WHERE `feature_product`.`feature_id`='54' AND `feature_product`.`product_id`='875' ORDER BY feature_av_position ASC LIMIT 9223372036854775807]
Reason: [SQLSTATE[42S22]: Column not found: 1054 Unknown column 'feature_product.is_free_text' in 'SELECT']
at vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/AbstractQueryExecutor.php:136
at Propel\Runtime\ActiveQuery\QueryExecutor\AbstractQueryExecutor->handleStatementException()
(vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/AbstractQueryExecutor.php:105)
at Propel\Runtime\ActiveQuery\QueryExecutor\AbstractQueryExecutor->executeStatement()
(vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/SelectQueryExecutor.php:49)
at Propel\Runtime\ActiveQuery\QueryExecutor\SelectQueryExecutor->runSelect()
(vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/SelectQueryExecutor.php:37)
at Propel\Runtime\ActiveQuery\QueryExecutor\SelectQueryExecutor::execute()
(vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/Criteria.php:2436)
at Propel\Runtime\ActiveQuery\Criteria->doSelect()
(vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php:2249)
at Propel\Runtime\ActiveQuery\ModelCriteria->doSelect()
(vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php:1281)
at Propel\Runtime\ActiveQuery\ModelCriteria->find()
(vendor/thelia/core/lib/Thelia/Core/Template/Element/BaseLoop.php:450)
at Thelia\Core\Template\Element\BaseLoop->searchWithOffset()
(vendor/thelia/core/lib/Thelia/Core/Template/Element/BaseLoop.php:377)
at Thelia\Core\Template\Element\BaseLoop->search()
(vendor/thelia/core/lib/Thelia/Core/Template/Element/BaseLoop.php:530)
at Thelia\Core\Template\Element\BaseLoop->exec()
(local/modules/TheliaSmarty/Template/Plugins/TheliaLoop.php:195)
at TheliaSmarty\Template\Plugins\TheliaLoop->theliaLoop()
(var/cache/dev/smarty/compile/1619f605b74f5f20a2a4784de43176956cd66534_0.file.product.html.php:972)
at Block_1535089425666c4aece220c0_90814633->callBlock()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248)
at Smarty_Internal_Runtime_Inheritance->callBlock()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184)
at Smarty_Internal_Runtime_Inheritance->process()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186)
at Smarty_Internal_Runtime_Inheritance->process()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156)
at Smarty_Internal_Runtime_Inheritance->instanceBlock()
(var/cache/dev/smarty/compile/f8b704233fc3e9af985cfbb7a25e35af95cb706a_0.file.layout.tpl.php:350)
at content_666c4ae489c033_14623115()
(vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123)
at Smarty_Template_Resource_Base->getRenderedTemplateCode()
(vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114)
at Smarty_Template_Compiled->render()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216)
at Smarty_Internal_Template->render()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385)
at Smarty_Internal_Template->_subTemplateRender()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115)
at Smarty_Internal_Runtime_Inheritance->endChild()
(var/cache/dev/smarty/compile/1619f605b74f5f20a2a4784de43176956cd66534_0.file.product.html.php:75)
at content_666c4aece7e069_11471585()
(vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123)
at Smarty_Template_Resource_Base->getRenderedTemplateCode()
(vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114)
at Smarty_Template_Compiled->render()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216)
at Smarty_Internal_Template->render()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238)
at Smarty_Internal_TemplateBase->_execute()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116)
at Smarty_Internal_TemplateBase->fetch()
(local/modules/TheliaSmarty/Template/SmartyParser.php:512)
at TheliaSmarty\Template\SmartyParser->internalRenderer()
(local/modules/TheliaSmarty/Template/SmartyParser.php:540)
at TheliaSmarty\Template\SmartyParser->render()
(vendor/thelia/core/lib/Thelia/Core/EventListener/ViewListener.php:90)
at Thelia\Core\EventListener\ViewListener->onKernelView()
(vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
(vendor/symfony/event-dispatcher/EventDispatcher.php:220)
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
(vendor/symfony/event-dispatcher/EventDispatcher.php:56)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
(vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
(vendor/symfony/http-kernel/HttpKernel.php:186)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72)
at Thelia\Core\TheliaHttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:197)
at Symfony\Component\HttpKernel\Kernel->handle()
(vendor/thelia/core/lib/Thelia/Core/Thelia.php:437)
at Thelia\Core\Thelia->handle()
(web/index.php:32)
|
|
[1/2]
PDOException
|
|---|
PDOException:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'feature_product.is_free_text' in 'SELECT'
at vendor/thelia/propel/src/Propel/Runtime/Connection/ConnectionWrapper.php:492
at PDOStatement->execute()
(vendor/thelia/propel/src/Propel/Runtime/Connection/ConnectionWrapper.php:492)
at Propel\Runtime\Connection\ConnectionWrapper->callUserFunctionWithLogging()
(vendor/thelia/propel/src/Propel/Runtime/Connection/StatementWrapper.php:212)
at Propel\Runtime\Connection\StatementWrapper->execute()
(vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/AbstractQueryExecutor.php:103)
at Propel\Runtime\ActiveQuery\QueryExecutor\AbstractQueryExecutor->executeStatement()
(vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/SelectQueryExecutor.php:49)
at Propel\Runtime\ActiveQuery\QueryExecutor\SelectQueryExecutor->runSelect()
(vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/QueryExecutor/SelectQueryExecutor.php:37)
at Propel\Runtime\ActiveQuery\QueryExecutor\SelectQueryExecutor::execute()
(vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/Criteria.php:2436)
at Propel\Runtime\ActiveQuery\Criteria->doSelect()
(vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php:2249)
at Propel\Runtime\ActiveQuery\ModelCriteria->doSelect()
(vendor/thelia/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php:1281)
at Propel\Runtime\ActiveQuery\ModelCriteria->find()
(vendor/thelia/core/lib/Thelia/Core/Template/Element/BaseLoop.php:450)
at Thelia\Core\Template\Element\BaseLoop->searchWithOffset()
(vendor/thelia/core/lib/Thelia/Core/Template/Element/BaseLoop.php:377)
at Thelia\Core\Template\Element\BaseLoop->search()
(vendor/thelia/core/lib/Thelia/Core/Template/Element/BaseLoop.php:530)
at Thelia\Core\Template\Element\BaseLoop->exec()
(local/modules/TheliaSmarty/Template/Plugins/TheliaLoop.php:195)
at TheliaSmarty\Template\Plugins\TheliaLoop->theliaLoop()
(var/cache/dev/smarty/compile/1619f605b74f5f20a2a4784de43176956cd66534_0.file.product.html.php:972)
at Block_1535089425666c4aece220c0_90814633->callBlock()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248)
at Smarty_Internal_Runtime_Inheritance->callBlock()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184)
at Smarty_Internal_Runtime_Inheritance->process()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186)
at Smarty_Internal_Runtime_Inheritance->process()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156)
at Smarty_Internal_Runtime_Inheritance->instanceBlock()
(var/cache/dev/smarty/compile/f8b704233fc3e9af985cfbb7a25e35af95cb706a_0.file.layout.tpl.php:350)
at content_666c4ae489c033_14623115()
(vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123)
at Smarty_Template_Resource_Base->getRenderedTemplateCode()
(vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114)
at Smarty_Template_Compiled->render()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216)
at Smarty_Internal_Template->render()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385)
at Smarty_Internal_Template->_subTemplateRender()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115)
at Smarty_Internal_Runtime_Inheritance->endChild()
(var/cache/dev/smarty/compile/1619f605b74f5f20a2a4784de43176956cd66534_0.file.product.html.php:75)
at content_666c4aece7e069_11471585()
(vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123)
at Smarty_Template_Resource_Base->getRenderedTemplateCode()
(vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114)
at Smarty_Template_Compiled->render()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216)
at Smarty_Internal_Template->render()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238)
at Smarty_Internal_TemplateBase->_execute()
(vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116)
at Smarty_Internal_TemplateBase->fetch()
(local/modules/TheliaSmarty/Template/SmartyParser.php:512)
at TheliaSmarty\Template\SmartyParser->internalRenderer()
(local/modules/TheliaSmarty/Template/SmartyParser.php:540)
at TheliaSmarty\Template\SmartyParser->render()
(vendor/thelia/core/lib/Thelia/Core/EventListener/ViewListener.php:90)
at Thelia\Core\EventListener\ViewListener->onKernelView()
(vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
(vendor/symfony/event-dispatcher/EventDispatcher.php:220)
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
(vendor/symfony/event-dispatcher/EventDispatcher.php:56)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
(vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
(vendor/symfony/http-kernel/HttpKernel.php:186)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php:72)
at Thelia\Core\TheliaHttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:197)
at Symfony\Component\HttpKernel\Kernel->handle()
(vendor/thelia/core/lib/Thelia/Core/Thelia.php:437)
at Thelia\Core\Thelia->handle()
(web/index.php:32)
|