DBALException {#1190
  #message: """
    An exception occured while establishing a connection to figure out your platform version.\n
    You can circumvent this by setting a 'server_version' configuration value\n
    \n
    For further information have a look at:\n
    https://github.com/doctrine/DoctrineBundle/issues/673
    """
  #code: 0
  #file: "/var/www/html/s-e/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 79
  -previous: DriverException {#1186
    -driverException: PDOException {#1189
      -errorCode: 2006
      -sqlState: "HY000"
      #message: "SQLSTATE[HY000] [2006] MySQL server has gone away"
      #code: 2006
      #file: "/var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
      #line: 31
      -previous: PDOException {#1188
        #message: "SQLSTATE[HY000] [2006] MySQL server has gone away"
        #code: 2006
        #file: "/var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 27
        -previous: PDOException {#1187
          #message: "PDO::__construct(): MySQL server has gone away"
          #code: 0
          #file: "/var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
          #line: 27
          +errorInfo: null
          +"severity": 2
          trace: {
            /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27 {try {    parent::__construct($dsn, $user, $password, $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [PDOStatement::class, []]);
              arguments: { …4}
            }
            /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:22 {$conn = new PDOConnection(    $this->constructPdoDsn($params),    $username,
              arguments: { …4}
            }
            /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:356 {
              › 
              › $this->_conn       = $this->_driver->connect($this->params, $user, $password, $driverOptions);$this->isConnected = true;
              arguments: { …4}
            }
            /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:422 {try {    $this->connect();} catch (Throwable $originalException) {
            }
            /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:382 {{    $version = $this->getDatabasePlatformVersion();}
            /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:324 {if ($this->platform === null) {    $this->detectDatabasePlatform();}
            }
            /var/www/html/s-e/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:77 {try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
            }
            /var/www/html/s-e/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:50 {if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
              arguments: { …1}
            }
            /var/www/html/s-e/var/cache/prod/FrontContainer.php:2493 {{    return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : ($this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))) && false ?: '_'}->createConnection(['driver' => 'pdo_mysql', 'host' => '197.13.18.4', 'port' => '', 'dbname' => 'soukelkahina_db', 'user' => 's-e', 'password' => 's-e!++', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))'], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
              arguments: { …4}
            }
            /var/www/html/s-e/var/cache/prod/FrontContainer.php:2899 {{    return $this->services['product_comment_repository'] = new \PrestaShop\Module\ProductComment\Repository\ProductCommentRepository(${($_ = isset($this->services['doctrine.dbal.default_connection']) ? $this->services['doctrine.dbal.default_connection'] : $this->getDoctrine_Dbal_DefaultConnectionService()) && false ?: '_'}, 'sk_', ${($_ = isset($this->services['prestashop.adapter.legacy.configuration']) ? $this->services['prestashop.adapter.legacy.configuration'] : ($this->services['prestashop.adapter.legacy.configuration'] = new \PrestaShop\PrestaShop\Adapter\Configuration())) && false ?: '_'}->get("PRODUCT_COMMENTS_ALLOW_GUESTS"), ${($_ = isset($this->services['prestashop.adapter.legacy.configuration']) ? $this->services['prestashop.adapter.legacy.configuration'] : ($this->services['prestashop.adapter.legacy.configuration'] = new \PrestaShop\PrestaShop\Adapter\Configuration())) && false ?: '_'}->get("PRODUCT_COMMENTS_MINIMAL_TIME"));}
            }
            /var/www/html/s-e/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();} elseif (--$i && $id !== $normalizedId = $this->normalizeId($id)) {
            }
            /var/www/html/s-e/modules/productcomments/productcomments.php:996 {{    $productCommentRepository = $this->context->controller->getContainer()->get('product_comment_repository');    $averageGrade = $productCommentRepository->getAverageGrade($configuration['id_product'], Configuration::get('PRODUCT_COMMENTS_MODERATE'));
              arguments: { …1}
            }
            /var/www/html/s-e/modules/productcomments/productcomments.php:1016 {$idProduct = $product['id_product'];$variables = $this->getWidgetVariables($hookName, ['id_product' => $idProduct]);arguments: { …2}
            }
            /var/www/html/s-e/classes/Hook.php:1007 {
              › 
              ›     return $module->renderWidget($hook_name, $params);}
              arguments: { …2}
            }
            /var/www/html/s-e/classes/Hook.php:954 {
              › 
              › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
            }
            /var/www/html/s-e/config/smarty.config.inc.php:164 {
              › 
              ›     return Hook::exec($params['h'], $hook_params, $id_module);}
              arguments: { …3}
            }
            /var/www/html/s-e/classes/Smarty/SmartyLazyRegister.php:83 {
              › 
              ›     return call_user_func_array($item, $args);}
              arguments: { …2}
            }
            /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:198 {
              › 
              › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListReviews','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
              arguments: { …2}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
              arguments: { …2}
            }
            /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:409 {        <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_21285736636852a9d3113130_83538323', 'product_reviews', $this->tplIndex);?>
              arguments: { …4}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
              arguments: { …2}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
              arguments: { …2}
            }
            /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:26 {$_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_7865012376852a9d30166d4_84757243', 'product_miniature_item');?>
              arguments: { …3}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
            }
            /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/ba/6e/50ba6e5da15026f9db340f811d79a1c257b47405_2.file.products.tpl.php:64 {      <div class="item-product col-xs-12 col-sm-6 col-md-4 col-lg-4 col-xl-4">        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value), 0, true);?>
              arguments: { …8}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
              arguments: { …2}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
              arguments: { …2}
            }
            /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/ba/6e/50ba6e5da15026f9db340f811d79a1c257b47405_2.file.products.tpl.php:38 {      <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_2465104616852a9d2f06d59_67080509', 'product_miniature');?>
              arguments: { …3}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
            }
            /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:83 {
              › 
              ›             <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('listing'=>$_smarty_tpl->tpl_vars['listing']->value), 0, false);?>
              arguments: { …8}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
              arguments: { …2}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
              arguments: { …2}
            }
            /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:157 {          <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_5055018246852a9d1cc4cb0_55879279', 'product_list', $this->tplIndex);?>
              arguments: { …4}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
              arguments: { …2}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {} else {    $this->process($tpl, $block->child, $block);}
              arguments: { …3}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
              arguments: { …2}
            }
            /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/2e/6a/b3/2e6ab3677063abd572d9c50236ca063334751364_2.file.layout-left-column.tpl.php:84 {    <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_6441632136852a9d1d18445_72836108', 'content', $this->tplIndex);?>
              arguments: { …4}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
              arguments: { …2}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {} else {    $this->process($tpl, $block->child, $block);}
              arguments: { …3}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
              arguments: { …2}
            }
            /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/7b/05/d5/7b05d5f9057a45e36c6ec24fe6ab76bef95ca6b0_2.file.layout-both-columns.tpl.php:129 {          <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_10738151046852a9d1dabf26_51245981', "content_wrapper");?>
              arguments: { …3}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
              arguments: { …10}
            }
            /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/2e/6a/b3/2e6ab3677063abd572d9c50236ca063334751364_2.file.layout-left-column.tpl.php:38 {
              › 
              › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
              arguments: { …2}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
              arguments: { …10}
            }
            /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:37 {
              › 
              › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
              arguments: { …2}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
              arguments: { …10}
            }
            /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/df/fd/6f/dffd6f75a1cdd037e26d0acfe9c14ac6f3eb6317_2.file.category.tpl.php:33 {
              › 
              › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
              arguments: { …2}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
              arguments: { …1}
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {
               …3
            }
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 { …4}
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 { …4}
            /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 { …4}
            /var/www/html/s-e/classes/Smarty/SmartyCustom.php:112 { …4}
            /var/www/html/s-e/classes/controller/FrontController.php:727 { …4}
            /var/www/html/s-e/classes/controller/FrontController.php:709 { …4}
            /var/www/html/s-e/classes/controller/Controller.php:326 { …3}
            /var/www/html/s-e/classes/Dispatcher.php:518 { …3}
            /var/www/html/s-e/index.php:29 { …3}
          }
        }
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 2006
          2 => "MySQL server has gone away"
        ]
        trace: {
          /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27 {try {    parent::__construct($dsn, $user, $password, $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [PDOStatement::class, []]);
            arguments: { …4}
          }
          /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:22 {$conn = new PDOConnection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:356 {
            › 
            › $this->_conn       = $this->_driver->connect($this->params, $user, $password, $driverOptions);$this->isConnected = true;
            arguments: { …4}
          }
          /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:422 {try {    $this->connect();} catch (Throwable $originalException) {
          }
          /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:382 {{    $version = $this->getDatabasePlatformVersion();}
          /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:324 {if ($this->platform === null) {    $this->detectDatabasePlatform();}
          }
          /var/www/html/s-e/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:77 {try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /var/www/html/s-e/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:50 {if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /var/www/html/s-e/var/cache/prod/FrontContainer.php:2493 {{    return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : ($this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))) && false ?: '_'}->createConnection(['driver' => 'pdo_mysql', 'host' => '197.13.18.4', 'port' => '', 'dbname' => 'soukelkahina_db', 'user' => 's-e', 'password' => 's-e!++', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))'], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /var/www/html/s-e/var/cache/prod/FrontContainer.php:2899 {{    return $this->services['product_comment_repository'] = new \PrestaShop\Module\ProductComment\Repository\ProductCommentRepository(${($_ = isset($this->services['doctrine.dbal.default_connection']) ? $this->services['doctrine.dbal.default_connection'] : $this->getDoctrine_Dbal_DefaultConnectionService()) && false ?: '_'}, 'sk_', ${($_ = isset($this->services['prestashop.adapter.legacy.configuration']) ? $this->services['prestashop.adapter.legacy.configuration'] : ($this->services['prestashop.adapter.legacy.configuration'] = new \PrestaShop\PrestaShop\Adapter\Configuration())) && false ?: '_'}->get("PRODUCT_COMMENTS_ALLOW_GUESTS"), ${($_ = isset($this->services['prestashop.adapter.legacy.configuration']) ? $this->services['prestashop.adapter.legacy.configuration'] : ($this->services['prestashop.adapter.legacy.configuration'] = new \PrestaShop\PrestaShop\Adapter\Configuration())) && false ?: '_'}->get("PRODUCT_COMMENTS_MINIMAL_TIME"));}
          }
          /var/www/html/s-e/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();} elseif (--$i && $id !== $normalizedId = $this->normalizeId($id)) {
          }
          /var/www/html/s-e/modules/productcomments/productcomments.php:996 {{    $productCommentRepository = $this->context->controller->getContainer()->get('product_comment_repository');    $averageGrade = $productCommentRepository->getAverageGrade($configuration['id_product'], Configuration::get('PRODUCT_COMMENTS_MODERATE'));
            arguments: { …1}
          }
          /var/www/html/s-e/modules/productcomments/productcomments.php:1016 {$idProduct = $product['id_product'];$variables = $this->getWidgetVariables($hookName, ['id_product' => $idProduct]);arguments: { …2}
          }
          /var/www/html/s-e/classes/Hook.php:1007 {
            › 
            ›     return $module->renderWidget($hook_name, $params);}
            arguments: { …2}
          }
          /var/www/html/s-e/classes/Hook.php:954 {
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /var/www/html/s-e/config/smarty.config.inc.php:164 {
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /var/www/html/s-e/classes/Smarty/SmartyLazyRegister.php:83 {
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:198 {
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListReviews','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:409 {        <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_21285736636852a9d3113130_83538323', 'product_reviews', $this->tplIndex);?>
            arguments: { …4}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:26 {$_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_7865012376852a9d30166d4_84757243', 'product_miniature_item');?>
            arguments: { …3}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
          }
          /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/ba/6e/50ba6e5da15026f9db340f811d79a1c257b47405_2.file.products.tpl.php:64 {      <div class="item-product col-xs-12 col-sm-6 col-md-4 col-lg-4 col-xl-4">        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value), 0, true);?>
            arguments: { …8}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/ba/6e/50ba6e5da15026f9db340f811d79a1c257b47405_2.file.products.tpl.php:38 {      <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_2465104616852a9d2f06d59_67080509', 'product_miniature');?>
            arguments: { …3}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
          }
          /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:83 {
            › 
            ›             <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('listing'=>$_smarty_tpl->tpl_vars['listing']->value), 0, false);?>
            arguments: { …8}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:157 {          <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_5055018246852a9d1cc4cb0_55879279', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {} else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/2e/6a/b3/2e6ab3677063abd572d9c50236ca063334751364_2.file.layout-left-column.tpl.php:84 {    <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_6441632136852a9d1d18445_72836108', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {} else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/7b/05/d5/7b05d5f9057a45e36c6ec24fe6ab76bef95ca6b0_2.file.layout-both-columns.tpl.php:129 {          <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_10738151046852a9d1dabf26_51245981', "content_wrapper");?>
            arguments: { …3}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/2e/6a/b3/2e6ab3677063abd572d9c50236ca063334751364_2.file.layout-left-column.tpl.php:38 {
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:37 {
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/df/fd/6f/dffd6f75a1cdd037e26d0acfe9c14ac6f3eb6317_2.file.category.tpl.php:33 {
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 {}$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {{    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /var/www/html/s-e/classes/Smarty/SmartyCustom.php:112 {
            › 
            ›     return parent::fetch($template, $cache_id, $compile_id, $parent, $display, $merge_tpl_vars, $no_output_filter);}
            arguments: { …5}
          }
          /var/www/html/s-e/classes/controller/FrontController.php:727 {} else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /var/www/html/s-e/classes/controller/FrontController.php:709 {
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /var/www/html/s-e/classes/controller/Controller.php:326 {} else {    $this->display();}
          }
          /var/www/html/s-e/classes/Dispatcher.php:518 {// Running controller$controller->run();}
          /var/www/html/s-e/index.php:29 {\trequire dirname(__FILE__).'/config/config.inc.php';\r\tDispatcher::getInstance()->dispatch();\r}catch(\Exception $e){\r
          }
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 2006
        2 => "MySQL server has gone away"
      ]
      trace: {
        /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31 {} catch (\PDOException $exception) {    throw new PDOException($exception);}
        }
        /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:22 {$conn = new PDOConnection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=197.13.18.4;port=;dbname=soukelkahina_db;charset=utf8mb4;"
            $user: "s-e"
            $password: "s-e!++"
            $options: array:1 [ …1]
          }
        }
        /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:356 {
          › 
          › $this->_conn       = $this->_driver->connect($this->params, $user, $password, $driverOptions);$this->isConnected = true;
          arguments: {
            $params: array:9 [ …9]
            $username: "s-e"
            $password: "s-e!++"
            $driverOptions: array:1 [ …1]
          }
        }
        /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:422 {try {    $this->connect();} catch (Throwable $originalException) {
        }
        /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:382 {{    $version = $this->getDatabasePlatformVersion();}
        /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:324 {if ($this->platform === null) {    $this->detectDatabasePlatform();}
        }
        /var/www/html/s-e/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:77 {try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /var/www/html/s-e/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:50 {if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Connection {#1184 …}
          }
        }
        /var/www/html/s-e/var/cache/prod/FrontContainer.php:2493 {{    return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : ($this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))) && false ?: '_'}->createConnection(['driver' => 'pdo_mysql', 'host' => '197.13.18.4', 'port' => '', 'dbname' => 'soukelkahina_db', 'user' => 's-e', 'password' => 's-e!++', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))'], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Configuration {#1182 …}
            $eventManager: ContainerAwareEventManager {#1181 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /var/www/html/s-e/var/cache/prod/FrontContainer.php:2899 {{    return $this->services['product_comment_repository'] = new \PrestaShop\Module\ProductComment\Repository\ProductCommentRepository(${($_ = isset($this->services['doctrine.dbal.default_connection']) ? $this->services['doctrine.dbal.default_connection'] : $this->getDoctrine_Dbal_DefaultConnectionService()) && false ?: '_'}, 'sk_', ${($_ = isset($this->services['prestashop.adapter.legacy.configuration']) ? $this->services['prestashop.adapter.legacy.configuration'] : ($this->services['prestashop.adapter.legacy.configuration'] = new \PrestaShop\PrestaShop\Adapter\Configuration())) && false ?: '_'}->get("PRODUCT_COMMENTS_ALLOW_GUESTS"), ${($_ = isset($this->services['prestashop.adapter.legacy.configuration']) ? $this->services['prestashop.adapter.legacy.configuration'] : ($this->services['prestashop.adapter.legacy.configuration'] = new \PrestaShop\PrestaShop\Adapter\Configuration())) && false ?: '_'}->get("PRODUCT_COMMENTS_MINIMAL_TIME"));}
        }
        /var/www/html/s-e/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();} elseif (--$i && $id !== $normalizedId = $this->normalizeId($id)) {
        }
        /var/www/html/s-e/modules/productcomments/productcomments.php:996 {{    $productCommentRepository = $this->context->controller->getContainer()->get('product_comment_repository');    $averageGrade = $productCommentRepository->getAverageGrade($configuration['id_product'], Configuration::get('PRODUCT_COMMENTS_MODERATE'));
          arguments: {
            $id: "product_comment_repository"
          }
        }
        /var/www/html/s-e/modules/productcomments/productcomments.php:1016 {$idProduct = $product['id_product'];$variables = $this->getWidgetVariables($hookName, ['id_product' => $idProduct]);arguments: {
            $hookName: "displayProductListReviews"
            $configuration: array:1 [ …1]
          }
        }
        /var/www/html/s-e/classes/Hook.php:1007 {
          › 
          ›     return $module->renderWidget($hook_name, $params);}
          arguments: {
            $hookName: "displayProductListReviews"
            $configuration: array:4 [ …4]
          }
        }
        /var/www/html/s-e/classes/Hook.php:954 {
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
            $module: ProductComments {#832 …}
            $hook_name: "displayProductListReviews"
            $params: array:4 [ …4]
          }
        }
        /var/www/html/s-e/config/smarty.config.inc.php:164 {
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: {
            $hook_name: "displayProductListReviews"
            $hook_args: array:4 [ …4]
            $id_module: null
          }
        }
        /var/www/html/s-e/classes/Smarty/SmartyLazyRegister.php:83 {
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: {
            $params: array:2 [ …2]
            &$smarty: SmartyCustomTemplate {#1169 …}
          }
        }
        /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:198 {
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListReviews','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
            $name: "smartyHook"
            $arguments: array:2 [ …2]
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: {
            $_smarty_tpl: SmartyCustomTemplate {#991 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: {
            $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
            $tpl: SmartyCustomTemplate {#991 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
          arguments: {
            $tpl: SmartyCustomTemplate {#991 …}
            $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
          }
        }
        /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:409 {        <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_21285736636852a9d3113130_83538323', 'product_reviews', $this->tplIndex);?>
          arguments: {
            $tpl: SmartyCustomTemplate {#1169 …}
            $className: "Block_21285736636852a9d3113130_83538323"
            $name: "product_reviews"
            $tplIndex: 10
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: {
            $_smarty_tpl: SmartyCustomTemplate {#991 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: {
            $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
            $tpl: SmartyCustomTemplate {#991 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
          arguments: {
            $tpl: SmartyCustomTemplate {#991 …}
            $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
          }
        }
        /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:26 {$_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_7865012376852a9d30166d4_84757243', 'product_miniature_item');?>
          arguments: {
            $tpl: SmartyCustomTemplate {#1169 …}
            $className: "Block_7865012376852a9d30166d4_84757243"
            $name: "product_miniature_item"
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: {
            $_smarty_tpl: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
          arguments: {
            $_template: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
          arguments: {
            $_template: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
        }
        /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/ba/6e/50ba6e5da15026f9db340f811d79a1c257b47405_2.file.products.tpl.php:64 {      <div class="item-product col-xs-12 col-sm-6 col-md-4 col-lg-4 col-xl-4">        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value), 0, true);?>
          arguments: {
            $template: "file:catalog/_partials/miniatures/product.tpl"
            $cache_id: null
            $compile_id: "freshgolayouts/layout-left-column.tpl"
            $caching: 0
            $cache_lifetime: 3600
            $data: array:1 [ …1]
            $scope: 0
            $forceTplCache: true
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: {
            $_smarty_tpl: SmartyCustomTemplate {#991 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: {
            $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
            $tpl: SmartyCustomTemplate {#991 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
          arguments: {
            $tpl: SmartyCustomTemplate {#991 …}
            $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
          }
        }
        /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/ba/6e/50ba6e5da15026f9db340f811d79a1c257b47405_2.file.products.tpl.php:38 {      <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_2465104616852a9d2f06d59_67080509', 'product_miniature');?>
          arguments: {
            $tpl: SmartyCustomTemplate {#1159 …}
            $className: "Block_2465104616852a9d2f06d59_67080509"
            $name: "product_miniature"
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: {
            $_smarty_tpl: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
          arguments: {
            $_template: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
          arguments: {
            $_template: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
        }
        /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:83 {
          › 
          ›             <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('listing'=>$_smarty_tpl->tpl_vars['listing']->value), 0, false);?>
          arguments: {
            $template: "file:catalog/_partials/products.tpl"
            $cache_id: null
            $compile_id: "freshgolayouts/layout-left-column.tpl"
            $caching: 0
            $cache_lifetime: 3600
            $data: array:1 [ …1]
            $scope: 0
            $forceTplCache: false
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: {
            $_smarty_tpl: SmartyCustomTemplate {#991 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: {
            $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
            $tpl: SmartyCustomTemplate {#991 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
          arguments: {
            $tpl: SmartyCustomTemplate {#991 …}
            $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
          }
        }
        /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:157 {          <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_5055018246852a9d1cc4cb0_55879279', 'product_list', $this->tplIndex);?>
          arguments: {
            $tpl: SmartyCustomTemplate {#991 …}
            $className: "Block_5055018246852a9d1cc4cb0_55879279"
            $name: "product_list"
            $tplIndex: 1
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: {
            $_smarty_tpl: SmartyCustomTemplate {#991 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: {
            $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
            $tpl: SmartyCustomTemplate {#991 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {} else {    $this->process($tpl, $block->child, $block);}
          arguments: {
            $tpl: SmartyCustomTemplate {#991 …}
            $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
            $parent: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
          arguments: {
            $tpl: SmartyCustomTemplate {#991 …}
            $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
          }
        }
        /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/2e/6a/b3/2e6ab3677063abd572d9c50236ca063334751364_2.file.layout-left-column.tpl.php:84 {    <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_6441632136852a9d1d18445_72836108', 'content', $this->tplIndex);?>
          arguments: {
            $tpl: SmartyCustomTemplate {#991 …}
            $className: "Block_6441632136852a9d1d18445_72836108"
            $name: "content"
            $tplIndex: 2
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: {
            $_smarty_tpl: SmartyCustomTemplate {#991 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: {
            $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
            $tpl: SmartyCustomTemplate {#991 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {} else {    $this->process($tpl, $block->child, $block);}
          arguments: {
            $tpl: SmartyCustomTemplate {#991 …}
            $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
            $parent: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
          arguments: {
            $tpl: SmartyCustomTemplate {#991 …}
            $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
          }
        }
        /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/7b/05/d5/7b05d5f9057a45e36c6ec24fe6ab76bef95ca6b0_2.file.layout-both-columns.tpl.php:129 {          <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_10738151046852a9d1dabf26_51245981', "content_wrapper");?>
          arguments: {
            $tpl: SmartyCustomTemplate {#991 …}
            $className: "Block_10738151046852a9d1dabf26_51245981"
            $name: "content_wrapper"
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: {
            $_smarty_tpl: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
          arguments: {
            $_template: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
          arguments: {
            $_template: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: {
            $template: "catalog/listing/product-list.tpl"
            $cache_id: null
            $compile_id: "freshgolayouts/layout-left-column.tpl"
            $caching: 0
            $cache_lifetime: 3600
            $data: []
            $scope: 2
            $forceTplCache: false
            $uid: null
            $content_func: null
          }
        }
        /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/2e/6a/b3/2e6ab3677063abd572d9c50236ca063334751364_2.file.layout-left-column.tpl.php:38 {
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: {
            $tpl: SmartyCustomTemplate {#934 …}
            $template: "layouts/layout-both-columns.tpl"
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: {
            $_smarty_tpl: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
          arguments: {
            $_template: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
          arguments: {
            $_template: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: {
            $template: "catalog/listing/product-list.tpl"
            $cache_id: null
            $compile_id: "freshgolayouts/layout-left-column.tpl"
            $caching: 0
            $cache_lifetime: 3600
            $data: []
            $scope: 2
            $forceTplCache: false
            $uid: null
            $content_func: null
          }
        }
        /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:37 {
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: {
            $tpl: SmartyCustomTemplate {#984 …}
            $template: "layouts/layout-left-column.tpl"
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: {
            $_smarty_tpl: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
          arguments: {
            $_template: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
          arguments: {
            $_template: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: {
            $template: "catalog/listing/product-list.tpl"
            $cache_id: null
            $compile_id: "freshgolayouts/layout-left-column.tpl"
            $caching: 0
            $cache_lifetime: 3600
            $data: []
            $scope: 2
            $forceTplCache: false
            $uid: null
            $content_func: null
          }
        }
        /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/df/fd/6f/dffd6f75a1cdd037e26d0acfe9c14ac6f3eb6317_2.file.category.tpl.php:33 {
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: {
            $tpl: SmartyCustomTemplate {#910 …}
            $template: "catalog/listing/product-list.tpl"
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: {
            $_smarty_tpl: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
          arguments: {
            $_template: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
          arguments: {
            $_template: SmartyCustomTemplate {#910 …}
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 {}$result = $template->render(false, $function);$template->_cleanUp();
          arguments: {
            $no_output_filter: false
            $display: 0
          }
        }
        /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {{    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: {
            $template: SmartyCustomTemplate {#910 …}
            $cache_id: null
            $compile_id: "freshgolayouts/layout-left-column.tpl"
            $parent: null
            $function: 0
          }
        }
        /var/www/html/s-e/classes/Smarty/SmartyCustom.php:112 {
          › 
          ›     return parent::fetch($template, $cache_id, $compile_id, $parent, $display, $merge_tpl_vars, $no_output_filter);}
          arguments: {
            $template: "catalog/listing/category.tpl"
            $cache_id: null
            $compile_id: "freshgolayouts/layout-left-column.tpl"
            $parent: null
            ...: { …3}
          }
        }
        /var/www/html/s-e/classes/controller/FrontController.php:727 {} else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: {
            $template: "catalog/listing/category.tpl"
            $cache_id: null
            $compile_id: "freshgolayouts/layout-left-column.tpl"
          }
        }
        /var/www/html/s-e/classes/controller/FrontController.php:709 {
          › 
          › $this->smartyOutputContent($this->template);arguments: {
            $content: "catalog/listing/category.tpl"
          }
        }
        /var/www/html/s-e/classes/controller/Controller.php:326 {} else {    $this->display();}
        }
        /var/www/html/s-e/classes/Dispatcher.php:518 {// Running controller$controller->run();}
        /var/www/html/s-e/index.php:29 {\trequire dirname(__FILE__).'/config/config.inc.php';\r\tDispatcher::getInstance()->dispatch();\r}catch(\Exception $e){\r
        }
      }
    }
    #message: "An exception occurred in driver: SQLSTATE[HY000] [2006] MySQL server has gone away"
    #code: 0
    #file: "/var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 106
    -previous: PDOException {#1189}
    trace: {
      /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:106 {
        › 
        ›     return new Exception\DriverException($message, $exception);}
      }
      /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DriverExceptionInterface) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [2006] MySQL server has gone away"
          $exception: PDOException {#1189}
        }
      }
      /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:155 {{    return static::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Driver {#1183 …}
          $driverEx: PDOException {#1189}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [2006] MySQL server has gone away"
        }
      }
      /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:28 {} catch (PDOException $e) {    throw DBALException::driverException($this, $e);}
        arguments: {
          $driver: Driver {#1183 …}
          $driverEx: PDOException {#1189}
        }
      }
      /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:356 {
        › 
        › $this->_conn       = $this->_driver->connect($this->params, $user, $password, $driverOptions);$this->isConnected = true;
        arguments: {
          $params: array:9 [ …9]
          $username: "s-e"
          $password: "s-e!++"
          $driverOptions: array:1 [ …1]
        }
      }
      /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:422 {try {    $this->connect();} catch (Throwable $originalException) {
      }
      /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:382 {{    $version = $this->getDatabasePlatformVersion();}
      /var/www/html/s-e/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:324 {if ($this->platform === null) {    $this->detectDatabasePlatform();}
      }
      /var/www/html/s-e/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:77 {try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /var/www/html/s-e/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:50 {if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Connection {#1184 …}
        }
      }
      /var/www/html/s-e/var/cache/prod/FrontContainer.php:2493 {{    return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : ($this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))) && false ?: '_'}->createConnection(['driver' => 'pdo_mysql', 'host' => '197.13.18.4', 'port' => '', 'dbname' => 'soukelkahina_db', 'user' => 's-e', 'password' => 's-e!++', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))'], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Configuration {#1182 …}
          $eventManager: ContainerAwareEventManager {#1181 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /var/www/html/s-e/var/cache/prod/FrontContainer.php:2899 {{    return $this->services['product_comment_repository'] = new \PrestaShop\Module\ProductComment\Repository\ProductCommentRepository(${($_ = isset($this->services['doctrine.dbal.default_connection']) ? $this->services['doctrine.dbal.default_connection'] : $this->getDoctrine_Dbal_DefaultConnectionService()) && false ?: '_'}, 'sk_', ${($_ = isset($this->services['prestashop.adapter.legacy.configuration']) ? $this->services['prestashop.adapter.legacy.configuration'] : ($this->services['prestashop.adapter.legacy.configuration'] = new \PrestaShop\PrestaShop\Adapter\Configuration())) && false ?: '_'}->get("PRODUCT_COMMENTS_ALLOW_GUESTS"), ${($_ = isset($this->services['prestashop.adapter.legacy.configuration']) ? $this->services['prestashop.adapter.legacy.configuration'] : ($this->services['prestashop.adapter.legacy.configuration'] = new \PrestaShop\PrestaShop\Adapter\Configuration())) && false ?: '_'}->get("PRODUCT_COMMENTS_MINIMAL_TIME"));}
      }
      /var/www/html/s-e/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();} elseif (--$i && $id !== $normalizedId = $this->normalizeId($id)) {
      }
      /var/www/html/s-e/modules/productcomments/productcomments.php:996 {{    $productCommentRepository = $this->context->controller->getContainer()->get('product_comment_repository');    $averageGrade = $productCommentRepository->getAverageGrade($configuration['id_product'], Configuration::get('PRODUCT_COMMENTS_MODERATE'));
        arguments: {
          $id: "product_comment_repository"
        }
      }
      /var/www/html/s-e/modules/productcomments/productcomments.php:1016 {$idProduct = $product['id_product'];$variables = $this->getWidgetVariables($hookName, ['id_product' => $idProduct]);arguments: {
          $hookName: "displayProductListReviews"
          $configuration: array:1 [ …1]
        }
      }
      /var/www/html/s-e/classes/Hook.php:1007 {
        › 
        ›     return $module->renderWidget($hook_name, $params);}
        arguments: {
          $hookName: "displayProductListReviews"
          $configuration: array:4 [ …4]
        }
      }
      /var/www/html/s-e/classes/Hook.php:954 {
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: ProductComments {#832 …}
          $hook_name: "displayProductListReviews"
          $params: array:4 [ …4]
        }
      }
      /var/www/html/s-e/config/smarty.config.inc.php:164 {
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListReviews"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /var/www/html/s-e/classes/Smarty/SmartyLazyRegister.php:83 {
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: SmartyCustomTemplate {#1169 …}
        }
      }
      /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:198 {
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListReviews','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: SmartyCustomTemplate {#991 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
          $tpl: SmartyCustomTemplate {#991 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
        arguments: {
          $tpl: SmartyCustomTemplate {#991 …}
          $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
        }
      }
      /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:409 {        <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_21285736636852a9d3113130_83538323', 'product_reviews', $this->tplIndex);?>
        arguments: {
          $tpl: SmartyCustomTemplate {#1169 …}
          $className: "Block_21285736636852a9d3113130_83538323"
          $name: "product_reviews"
          $tplIndex: 10
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: SmartyCustomTemplate {#991 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
          $tpl: SmartyCustomTemplate {#991 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
        arguments: {
          $tpl: SmartyCustomTemplate {#991 …}
          $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
        }
      }
      /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:26 {$_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_7865012376852a9d30166d4_84757243', 'product_miniature_item');?>
        arguments: {
          $tpl: SmartyCustomTemplate {#1169 …}
          $className: "Block_7865012376852a9d30166d4_84757243"
          $name: "product_miniature_item"
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
        arguments: {
          $_template: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
      }
      /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/ba/6e/50ba6e5da15026f9db340f811d79a1c257b47405_2.file.products.tpl.php:64 {      <div class="item-product col-xs-12 col-sm-6 col-md-4 col-lg-4 col-xl-4">        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "freshgolayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 3600
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: true
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: SmartyCustomTemplate {#991 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
          $tpl: SmartyCustomTemplate {#991 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
        arguments: {
          $tpl: SmartyCustomTemplate {#991 …}
          $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
        }
      }
      /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/ba/6e/50ba6e5da15026f9db340f811d79a1c257b47405_2.file.products.tpl.php:38 {      <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_2465104616852a9d2f06d59_67080509', 'product_miniature');?>
        arguments: {
          $tpl: SmartyCustomTemplate {#1159 …}
          $className: "Block_2465104616852a9d2f06d59_67080509"
          $name: "product_miniature"
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
        arguments: {
          $_template: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
      }
      /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:83 {
        › 
        ›             <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('listing'=>$_smarty_tpl->tpl_vars['listing']->value), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/products.tpl"
          $cache_id: null
          $compile_id: "freshgolayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 3600
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: SmartyCustomTemplate {#991 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
          $tpl: SmartyCustomTemplate {#991 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
        arguments: {
          $tpl: SmartyCustomTemplate {#991 …}
          $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
        }
      }
      /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:157 {          <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_5055018246852a9d1cc4cb0_55879279', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: SmartyCustomTemplate {#991 …}
          $className: "Block_5055018246852a9d1cc4cb0_55879279"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: SmartyCustomTemplate {#991 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
          $tpl: SmartyCustomTemplate {#991 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {} else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: SmartyCustomTemplate {#991 …}
          $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
          $parent: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
        arguments: {
          $tpl: SmartyCustomTemplate {#991 …}
          $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
        }
      }
      /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/2e/6a/b3/2e6ab3677063abd572d9c50236ca063334751364_2.file.layout-left-column.tpl.php:84 {    <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_6441632136852a9d1d18445_72836108', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: SmartyCustomTemplate {#991 …}
          $className: "Block_6441632136852a9d1d18445_72836108"
          $name: "content"
          $tplIndex: 2
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: SmartyCustomTemplate {#991 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
          $tpl: SmartyCustomTemplate {#991 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {} else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: SmartyCustomTemplate {#991 …}
          $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
          $parent: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
        arguments: {
          $tpl: SmartyCustomTemplate {#991 …}
          $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
        }
      }
      /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/7b/05/d5/7b05d5f9057a45e36c6ec24fe6ab76bef95ca6b0_2.file.layout-both-columns.tpl.php:129 {          <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_10738151046852a9d1dabf26_51245981', "content_wrapper");?>
        arguments: {
          $tpl: SmartyCustomTemplate {#991 …}
          $className: "Block_10738151046852a9d1dabf26_51245981"
          $name: "content_wrapper"
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
        arguments: {
          $_template: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "freshgolayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 3600
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/2e/6a/b3/2e6ab3677063abd572d9c50236ca063334751364_2.file.layout-left-column.tpl.php:38 {
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: SmartyCustomTemplate {#934 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
        arguments: {
          $_template: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "freshgolayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 3600
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:37 {
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: SmartyCustomTemplate {#984 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
        arguments: {
          $_template: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "freshgolayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 3600
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/df/fd/6f/dffd6f75a1cdd037e26d0acfe9c14ac6f3eb6317_2.file.category.tpl.php:33 {
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: SmartyCustomTemplate {#910 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
        arguments: {
          $_template: SmartyCustomTemplate {#910 …}
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 {}$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {{    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: SmartyCustomTemplate {#910 …}
          $cache_id: null
          $compile_id: "freshgolayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /var/www/html/s-e/classes/Smarty/SmartyCustom.php:112 {
        › 
        ›     return parent::fetch($template, $cache_id, $compile_id, $parent, $display, $merge_tpl_vars, $no_output_filter);}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "freshgolayouts/layout-left-column.tpl"
          $parent: null
          ...: {
            false
            true
            false
          }
        }
      }
      /var/www/html/s-e/classes/controller/FrontController.php:727 {} else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "freshgolayouts/layout-left-column.tpl"
        }
      }
      /var/www/html/s-e/classes/controller/FrontController.php:709 {
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /var/www/html/s-e/classes/controller/Controller.php:326 {} else {    $this->display();}
      }
      /var/www/html/s-e/classes/Dispatcher.php:518 {// Running controller$controller->run();}
      /var/www/html/s-e/index.php:29 {\trequire dirname(__FILE__).'/config/config.inc.php';\r\tDispatcher::getInstance()->dispatch();\r}catch(\Exception $e){\r
      }
    }
  }
  trace: {
    /var/www/html/s-e/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:79 {} catch (DriverException $driverException) {    throw new DBALException(        'An exception occured while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /var/www/html/s-e/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:50 {if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Connection {#1184 …}
      }
    }
    /var/www/html/s-e/var/cache/prod/FrontContainer.php:2493 {{    return $this->services['doctrine.dbal.default_connection'] = ${($_ = isset($this->services['doctrine.dbal.connection_factory']) ? $this->services['doctrine.dbal.connection_factory'] : ($this->services['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))) && false ?: '_'}->createConnection(['driver' => 'pdo_mysql', 'host' => '197.13.18.4', 'port' => '', 'dbname' => 'soukelkahina_db', 'user' => 's-e', 'password' => 's-e!++', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))'], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Configuration {#1182 …}
        $eventManager: ContainerAwareEventManager {#1181 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /var/www/html/s-e/var/cache/prod/FrontContainer.php:2899 {{    return $this->services['product_comment_repository'] = new \PrestaShop\Module\ProductComment\Repository\ProductCommentRepository(${($_ = isset($this->services['doctrine.dbal.default_connection']) ? $this->services['doctrine.dbal.default_connection'] : $this->getDoctrine_Dbal_DefaultConnectionService()) && false ?: '_'}, 'sk_', ${($_ = isset($this->services['prestashop.adapter.legacy.configuration']) ? $this->services['prestashop.adapter.legacy.configuration'] : ($this->services['prestashop.adapter.legacy.configuration'] = new \PrestaShop\PrestaShop\Adapter\Configuration())) && false ?: '_'}->get("PRODUCT_COMMENTS_ALLOW_GUESTS"), ${($_ = isset($this->services['prestashop.adapter.legacy.configuration']) ? $this->services['prestashop.adapter.legacy.configuration'] : ($this->services['prestashop.adapter.legacy.configuration'] = new \PrestaShop\PrestaShop\Adapter\Configuration())) && false ?: '_'}->get("PRODUCT_COMMENTS_MINIMAL_TIME"));}
    }
    /var/www/html/s-e/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306 {} elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();} elseif (--$i && $id !== $normalizedId = $this->normalizeId($id)) {
    }
    /var/www/html/s-e/modules/productcomments/productcomments.php:996 {{    $productCommentRepository = $this->context->controller->getContainer()->get('product_comment_repository');    $averageGrade = $productCommentRepository->getAverageGrade($configuration['id_product'], Configuration::get('PRODUCT_COMMENTS_MODERATE'));
      arguments: {
        $id: "product_comment_repository"
      }
    }
    /var/www/html/s-e/modules/productcomments/productcomments.php:1016 {$idProduct = $product['id_product'];$variables = $this->getWidgetVariables($hookName, ['id_product' => $idProduct]);arguments: {
        $hookName: "displayProductListReviews"
        $configuration: array:1 [ …1]
      }
    }
    /var/www/html/s-e/classes/Hook.php:1007 {
      › 
      ›     return $module->renderWidget($hook_name, $params);}
      arguments: {
        $hookName: "displayProductListReviews"
        $configuration: array:4 [ …4]
      }
    }
    /var/www/html/s-e/classes/Hook.php:954 {
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: ProductComments {#832 …}
        $hook_name: "displayProductListReviews"
        $params: array:4 [ …4]
      }
    }
    /var/www/html/s-e/config/smarty.config.inc.php:164 {
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListReviews"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /var/www/html/s-e/classes/Smarty/SmartyLazyRegister.php:83 {
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: SmartyCustomTemplate {#1169 …}
      }
    }
    /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:198 {
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListReviews','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: SmartyCustomTemplate {#991 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
        $tpl: SmartyCustomTemplate {#991 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
      arguments: {
        $tpl: SmartyCustomTemplate {#991 …}
        $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
      }
    }
    /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:409 {        <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_21285736636852a9d3113130_83538323', 'product_reviews', $this->tplIndex);?>
      arguments: {
        $tpl: SmartyCustomTemplate {#1169 …}
        $className: "Block_21285736636852a9d3113130_83538323"
        $name: "product_reviews"
        $tplIndex: 10
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: SmartyCustomTemplate {#991 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
        $tpl: SmartyCustomTemplate {#991 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
      arguments: {
        $tpl: SmartyCustomTemplate {#991 …}
        $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
      }
    }
    /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/c4/ca/50c4cafe85e13cd24c51ac88f28c1b38c0e3ed26_2.file.product.tpl.php:26 {$_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_7865012376852a9d30166d4_84757243', 'product_miniature_item');?>
      arguments: {
        $tpl: SmartyCustomTemplate {#1169 …}
        $className: "Block_7865012376852a9d30166d4_84757243"
        $name: "product_miniature_item"
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
      arguments: {
        $_template: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
    }
    /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/ba/6e/50ba6e5da15026f9db340f811d79a1c257b47405_2.file.products.tpl.php:64 {      <div class="item-product col-xs-12 col-sm-6 col-md-4 col-lg-4 col-xl-4">        <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/product.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('product'=>$_smarty_tpl->tpl_vars['product']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "freshgolayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 3600
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: true
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: SmartyCustomTemplate {#991 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
        $tpl: SmartyCustomTemplate {#991 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
      arguments: {
        $tpl: SmartyCustomTemplate {#991 …}
        $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
      }
    }
    /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/50/ba/6e/50ba6e5da15026f9db340f811d79a1c257b47405_2.file.products.tpl.php:38 {      <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_2465104616852a9d2f06d59_67080509', 'product_miniature');?>
      arguments: {
        $tpl: SmartyCustomTemplate {#1159 …}
        $className: "Block_2465104616852a9d2f06d59_67080509"
        $name: "product_miniature"
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
      arguments: {
        $_template: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
    }
    /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:83 {
      › 
      ›             <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/products.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array('listing'=>$_smarty_tpl->tpl_vars['listing']->value), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/products.tpl"
        $cache_id: null
        $compile_id: "freshgolayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 3600
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: SmartyCustomTemplate {#991 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
        $tpl: SmartyCustomTemplate {#991 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
      arguments: {
        $tpl: SmartyCustomTemplate {#991 …}
        $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
      }
    }
    /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:157 {          <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_5055018246852a9d1cc4cb0_55879279', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: SmartyCustomTemplate {#991 …}
        $className: "Block_5055018246852a9d1cc4cb0_55879279"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: SmartyCustomTemplate {#991 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
        $tpl: SmartyCustomTemplate {#991 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {} else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: SmartyCustomTemplate {#991 …}
        $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
        $parent: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
      arguments: {
        $tpl: SmartyCustomTemplate {#991 …}
        $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
      }
    }
    /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/2e/6a/b3/2e6ab3677063abd572d9c50236ca063334751364_2.file.layout-left-column.tpl.php:84 {    <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_6441632136852a9d1d18445_72836108', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: SmartyCustomTemplate {#991 …}
        $className: "Block_6441632136852a9d1d18445_72836108"
        $name: "content"
        $tplIndex: 2
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {$tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: SmartyCustomTemplate {#991 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
        $tpl: SmartyCustomTemplate {#991 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {} else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: SmartyCustomTemplate {#991 …}
        $block: Block_6852782276852a9d1d17737_26028201 {#990 …}
        $parent: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {    }    $this->process($tpl, $block);}
      arguments: {
        $tpl: SmartyCustomTemplate {#991 …}
        $block: Block_10738151046852a9d1dabf26_51245981 {#1165 …}
      }
    }
    /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/7b/05/d5/7b05d5f9057a45e36c6ec24fe6ab76bef95ca6b0_2.file.layout-both-columns.tpl.php:129 {          <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_10738151046852a9d1dabf26_51245981', "content_wrapper");?>
      arguments: {
        $tpl: SmartyCustomTemplate {#991 …}
        $className: "Block_10738151046852a9d1dabf26_51245981"
        $name: "content_wrapper"
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
      arguments: {
        $_template: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "freshgolayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 3600
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/2e/6a/b3/2e6ab3677063abd572d9c50236ca063334751364_2.file.layout-left-column.tpl.php:38 {
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: SmartyCustomTemplate {#934 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
      arguments: {
        $_template: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "freshgolayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 3600
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/16/98/43/169843944a299947941a19c41f78a0e63152fb67_2.file.product-list.tpl.php:37 {
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: SmartyCustomTemplate {#984 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
      arguments: {
        $_template: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 {} else {    $tpl->render();}
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {$tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "freshgolayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 3600
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /var/www/html/s-e/var/cache/prod/smarty/compile/freshgolayouts_layout_left_column_tpl/df/fd/6f/dffd6f75a1cdd037e26d0acfe9c14ac6f3eb6317_2.file.category.tpl.php:33 {
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: SmartyCustomTemplate {#910 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {}$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {} else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 {    }    $this->compiled->render($this);}
      arguments: {
        $_template: SmartyCustomTemplate {#910 …}
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 {}$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /var/www/html/s-e/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {{    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: SmartyCustomTemplate {#910 …}
        $cache_id: null
        $compile_id: "freshgolayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /var/www/html/s-e/classes/Smarty/SmartyCustom.php:112 {
      › 
      ›     return parent::fetch($template, $cache_id, $compile_id, $parent, $display, $merge_tpl_vars, $no_output_filter);}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "freshgolayouts/layout-left-column.tpl"
        $parent: null
        ...: {
          false
          true
          false
        }
      }
    }
    /var/www/html/s-e/classes/controller/FrontController.php:727 {} else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "freshgolayouts/layout-left-column.tpl"
      }
    }
    /var/www/html/s-e/classes/controller/FrontController.php:709 {
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /var/www/html/s-e/classes/controller/Controller.php:326 {} else {    $this->display();}
    }
    /var/www/html/s-e/classes/Dispatcher.php:518 {// Running controller$controller->run();}
    /var/www/html/s-e/index.php:29 {\trequire dirname(__FILE__).'/config/config.inc.php';\r\tDispatcher::getInstance()->dispatch();\r}catch(\Exception $e){\r
    }
  }
}