Tênis VEJA Infantil - VEJA - VERT (2)
54 produtos encontrados.
Kids

ESPLAR LACES LEATHER WHITE NAUTICO PEKIN

R$ 520,00 5x R$ 104,00
R$ 520,00
^ Doctrine\DBAL\Exception {#2542
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#2539
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#2541
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#2540
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = [])$conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
             …1
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 { …5}
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 { …5}
          /home/ps8prod/public_html/classes/controller/Controller.php:339 { …4}
          /home/ps8prod/public_html/classes/Dispatcher.php:510 { …4}
          /home/ps8prod/public_html/index.php:28 { …3}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self{    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)} catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = [])$conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: { …4}
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: { …1}
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#2541}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#2541}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#2536}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2541}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#2536}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2541}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#2537 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#2534 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2535 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#2459 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2459 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 14
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2459 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2453 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#2537 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#2534 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2535 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#2459 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2459 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 14
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2459 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2453 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

ESPLAR LACES LEATHER WHITE LEAF PEKIN

R$ 520,00 5x R$ 104,00
R$ 520,00
^ Doctrine\DBAL\Exception {#4876
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#4879
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#4877
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#4878
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#4878}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#4881 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4883 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3379 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#4877}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#4877}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#4882}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4877}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#4882}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4877}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#4881 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4883 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3379 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#4912 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4912 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 18
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4912 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#2539 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2539 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#2539 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#4881 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4883 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3379 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#4912 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4912 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 18
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4912 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#2539 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2539 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#2539 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

CANARY LIGHT ALVEOMESH NAUTICO OXFORD GREY

R$ 540,00 5x R$ 108,00
R$ 540,00
^ Doctrine\DBAL\Exception {#2807
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#2881
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#2848
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#3659
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#3659}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#2891 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#2527 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3144 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#2848}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#2848}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#2516}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2848}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#2516}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2848}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#2891 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#2527 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3144 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#4926 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4926 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 22
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4926 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4879 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4879 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4879 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#2891 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#2527 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3144 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#4926 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4926 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 22
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4926 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4879 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4879 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4879 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

CANARY LIGHT ALVEOMESH NATURAL LOTUS

R$ 540,00 5x R$ 108,00
R$ 540,00
^ Doctrine\DBAL\Exception {#3411
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#3691
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#3682
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#3646
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#3646}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#4359 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#2948 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4895 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#3682}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#3682}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3641}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3682}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3641}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3682}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#4359 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#2948 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4895 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#4947 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4947 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 26
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4947 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#2881 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2881 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#2881 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#4359 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#2948 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4895 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#4947 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4947 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 26
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4947 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#2881 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2881 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#2881 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

OLLIE CANVAS CANYON PIERRE

R$ 490,00 5x R$ 98,00
R$ 490,00
^ Doctrine\DBAL\Exception {#3629
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#4314
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#4344
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#3613
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#3613}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#4370 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4315 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3879 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#4344}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#4344}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#4325}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4344}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#4325}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4344}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#4370 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4315 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3879 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#4956 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4956 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 30
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4956 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3691 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#3691 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3691 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#4370 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4315 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3879 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#4956 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4956 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 30
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4956 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3691 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#3691 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3691 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

V-12 LEATHER SILVER LASSI

R$ 540,00 5x R$ 108,00
R$ 540,00
^ Doctrine\DBAL\Exception {#3758
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#3599
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#3698
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#3730
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#3730}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#4896 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4932 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3594 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#3698}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#3698}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#4405}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3698}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#4405}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3698}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#4896 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4932 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3594 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#4977 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4977 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 34
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4977 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4314 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4314 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4314 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#4896 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4932 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3594 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#4977 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4977 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 34
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4977 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4314 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4314 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4314 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

V-12 LEATHER WHITE MULTICO CLAY

R$ 540,00 5x R$ 108,00
R$ 540,00
^ Doctrine\DBAL\Exception {#2529
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#4303
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#3218
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#2614
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#2614}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#3607 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4305 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3693 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#3218}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#3218}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3768}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3218}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3768}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3218}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#3607 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4305 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3693 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#4987 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4987 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 38
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4987 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3599 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#3599 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3599 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#3607 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4305 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3693 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#4987 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4987 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 38
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4987 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3599 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#3599 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3599 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

V-12 LEATHER WHITE MULTICO PLATINE

R$ 540,00 5x R$ 108,00
R$ 540,00
^ Doctrine\DBAL\Exception {#4958
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#4258
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#3378
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#4976
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#4976}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#4928 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4966 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4973 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#3378}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#3378}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3663}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3378}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3663}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3378}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#4928 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4966 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4973 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#4997 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4997 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 42
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4997 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4303 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4303 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4303 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#4928 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4966 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4973 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#4997 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4997 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 42
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4997 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4303 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4303 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4303 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

V-10 LACES CWL WHITE COBALT PEKIN

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#4431
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#4689
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#4228
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#3049
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#3049}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#4239 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4220 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4951 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#4228}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#4228}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#4229}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4228}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#4229}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4228}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#4239 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4220 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4951 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#5007 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5007 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 46
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5007 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4258 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4258 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4258 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#4239 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4220 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4951 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#5007 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5007 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 46
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5007 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4258 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4258 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4258 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

V-10 LACES LEATHER WHITE NATURAL ALMOND

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#3808
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#3862
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#3853
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#4366
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#4366}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#4477 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4232 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4988 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#3853}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#3853}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3544}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3853}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3544}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3853}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#4477 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4232 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4988 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#5028 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5028 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 50
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5028 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4689 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4689 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4689 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#4477 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4232 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4988 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#5028 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5028 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 50
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5028 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4689 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4689 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4689 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

V-10 LACES LEATHER WHITE BRITTANY ALMOND

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#4481
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#4998
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#3323
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#4378
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#4378}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#3111 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3776 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3556 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#3323}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#3323}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3886}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3323}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3886}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3323}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#3111 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3776 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3556 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#5037 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5037 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 54
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5037 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3862 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#3862 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3862 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#3111 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3776 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3556 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#5037 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5037 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 54
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5037 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3862 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#3862 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3862 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

ESPLAR LEATHER WHITE MATCHA

R$ 540,00 5x R$ 108,00
R$ 540,00
^ Doctrine\DBAL\Exception {#5011
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#4087
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#4648
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#5024
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#5024}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#5008 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#5017 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5025 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#4648}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#4648}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#4518}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4648}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#4518}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4648}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#5008 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#5017 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5025 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#5047 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5047 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 58
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5047 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4998 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4998 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4998 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#5008 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#5017 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5025 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#5047 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5047 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 58
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5047 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4998 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4998 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4998 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

ESPLAR LEATHER WHITE CALIFORNIA

R$ 540,00 5x R$ 108,00
R$ 540,00
^ Doctrine\DBAL\Exception {#4178
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#3175
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#3358
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#5036
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#5036}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#4191 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4162 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5033 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#3358}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#3358}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3505}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3358}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3505}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3358}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#4191 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4162 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5033 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#5057 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5057 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 62
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5057 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4087 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4087 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4087 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#4191 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4162 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5033 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#5057 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5057 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 62
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5057 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4087 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4087 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4087 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

ESPLAR LACES LEATHER WHITE MATCHA LAVANDE

R$ 520,00 5x R$ 104,00
R$ 520,00
^ Doctrine\DBAL\Exception {#4989
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#4142
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#4611
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#5046
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#5046}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#4412 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#5014 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5043 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#4611}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#4611}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3701}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4611}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3701}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4611}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#4412 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#5014 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5043 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#5067 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5067 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 66
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5067 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3175 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#3175 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3175 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#4412 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#5014 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5043 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#5067 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5067 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 66
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5067 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3175 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#3175 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3175 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

V-10 CWL WHITE BLACK

R$ 550,00 5x R$ 110,00
R$ 550,00
^ Doctrine\DBAL\Exception {#4135
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#4838
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#2470
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#3003
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#3003}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#4122 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4118 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5032 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#2470}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#2470}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#4330}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2470}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#4330}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2470}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#4122 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4118 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5032 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#5077 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5077 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 70
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5077 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4142 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4142 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4142 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#4122 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4118 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5032 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#5077 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5077 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 70
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5077 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4142 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4142 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4142 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

V-10 LEATHER MULTICO WHITE SHINY

R$ 550,00 5x R$ 110,00
R$ 550,00
^ Doctrine\DBAL\Exception {#4940
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#3956
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#4314
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#4311
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#4311}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#4580 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#4317 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5058 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#4314}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#4314}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3466}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4314}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3466}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4314}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#4580 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#4317 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5058 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#5098 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5098 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 74
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5098 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4838 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#4838 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#4838 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#4580 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#4317 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5058 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#5098 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5098 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 74
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5098 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4838 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#4838 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#4838 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

V-10 CWL WHITE NATURAL

R$ 550,00 5x R$ 110,00
R$ 550,00
^ Doctrine\DBAL\Exception {#2864
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#5068
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#4705
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#5029
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#5029}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#3955 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#3918 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3478 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#4705}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#4705}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#2517}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4705}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#2517}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4705}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#3955 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#3918 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3478 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#5107 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5107 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 78
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5107 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3956 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#3956 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#3956 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#3955 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#3918 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3478 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#5107 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5107 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 78
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5107 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3956 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#3956 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#3956 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Baby

BABY CANVAS CALIFORNIA OURO

R$ 290,00 5x R$ 58,00
R$ 290,00
^ Doctrine\DBAL\Exception {#3824
  #message: """
    An exception occurred 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: "/home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php"
  #line: 142
  -previous: Doctrine\DBAL\Exception\DriverException {#5092
    #message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
    #code: 0
    #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
    #line: 128
    -previous: Doctrine\DBAL\Driver\PDO\Exception {#3481
      #message: "SQLSTATE[HY000] [1040] Too many connections"
      #code: 1040
      #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php"
      #line: 18
      -previous: PDOException {#3820
        #message: "SQLSTATE[HY000] [1040] Too many connections"
        #code: 1040
        #file: "/home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 40
        +errorInfo: array:3 [
          0 => "HY000"
          1 => 1040
          2 => "Too many connections"
        ]
        trace: {
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:40 {
            Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null)try {    parent::__construct($dsn, (string) $user, (string) $password, (array) $options);    $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [Statement::class, []]);
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
            › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
            Doctrine\DBAL\Connection->connect() …
            › 
            › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
            Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
            › try {    $this->connect();} catch (Throwable $originalException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
            Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
            › {    $version = $this->getDatabasePlatformVersion();}
          /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
            Doctrine\DBAL\Connection->getDatabasePlatform() …
            › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
            › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
          }
          /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
            Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
            › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
            FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
            › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
            arguments: { …4}
          }
          /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
            FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
            › 
            › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
            Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
            › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
          }
          /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
            Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
            › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: { …2}
          }
          /home/ps8prod/public_html/classes/module/Module.php:3446 {
            ModuleCore->get($serviceName) …
            › 
            ›     return $container->get($serviceName);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
            agsizecombinations->renderWidget($hookName, array $configuration) …
            › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
            arguments: { …1}
          }
          /home/ps8prod/public_html/classes/Hook.php:1054 {
            HookCore::coreRenderWidget($module, $hook_name, $params) …
            › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
            arguments: { …2}
          }
          /home/ps8prod/public_html/classes/Hook.php:1000 {
            HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
            › 
            › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
          }
          /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
            smartyHook($params, &$smarty) …
            › 
            ›     return Hook::exec($params['h'], $hook_params, $id_module);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
            SmartyLazyRegister->__call($name, $arguments) …
            › 
            ›     return call_user_func_array($item, $args);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
            Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
            Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
            content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
            › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
            Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
            content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
            › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
            arguments: { …1}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
            Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
            arguments: { …8}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
            content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
            ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
            Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
            Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
            Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
            ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
            arguments: { …4}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
            Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
            › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
            Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
            › } else {    $this->process($tpl, $block->child, $block);}
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
            Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
            ›     }    $this->process($tpl, $block);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
            content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
            ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
            arguments: { …3}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
            content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
            content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
            › 
            › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
            Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
            › } else {    $tpl->render();}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
            Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
            › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
            arguments: { …10}
          }
          /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
            content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
            › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
            Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
            › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
            Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
            › } else {    $this->getRenderedTemplateCode($_template);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
            Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
            ›     }    $this->compiled->render($this);}
            arguments: { …1}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
            Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
            › }$result = $template->render(false, $function);$template->_cleanUp();
            arguments: { …2}
          }
          /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
            Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
            › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
            arguments: { …5}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
            FrontControllerCore->smartyOutputContent($content) …
            › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
            arguments: { …3}
          }
          /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
            FrontControllerCore->display() …
            › 
            › $this->smartyOutputContent($this->template);arguments: { …1}
          }
          /home/ps8prod/public_html/classes/controller/Controller.php:339 {
            ControllerCore->run() …
            › } else {    $this->display();}
          }
          /home/ps8prod/public_html/classes/Dispatcher.php:510 {
            DispatcherCore->dispatch() …
            › // Running controller$controller->run();}
          /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
        }
      }
      +errorInfo: array:3 [
        0 => "HY000"
        1 => 1040
        2 => "Too many connections"
      ]
      -errorCode: 1040
      -sqlState: "HY000"
      trace: {
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18 {
          Doctrine\DBAL\Driver\PDO\Exception::new(PDOException $exception): self …
          › {    return new self($exception);}
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:44 {
          Doctrine\DBAL\Driver\PDOConnection->__construct($dsn, $user = null, $password = null, array $options = null) …
          › } catch (PDOException $exception) {    throw Exception::new($exception);}
          arguments: {
            $exception: PDOException {#3820}
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
          › $conn = new PDO\Connection(    $this->constructPdoDsn($params),    $username,
          arguments: {
            $dsn: "mysql:host=127.0.0.1;port=;dbname=ps8prod_dbname;charset=utf8mb4;"
            $user: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $options: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
          Doctrine\DBAL\Connection->connect() …
          › 
          › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
            $params: array:9 [ …9]
            $username: "ps8prod_dbuser"
            $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
            $driverOptions: array:2 [ …2]
          }
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
          Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
          › try {    $this->connect();} catch (Throwable $originalException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
          Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
          › {    $version = $this->getDatabasePlatformVersion();}
        /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
          Doctrine\DBAL\Connection->getDatabasePlatform() …
          › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
          › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
        }
        /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
          Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
          › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
          arguments: {
            $connection: Doctrine\DBAL\Connection {#3974 …}
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
          FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
          › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
          arguments: {
            $params: array:9 [ …9]
            $config: Doctrine\DBAL\Configuration {#2990 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5062 …}
            $mappingTypes: array:1 [ …1]
          }
        }
        /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
          FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
          › 
          › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
          Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
          › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
        }
        /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
          Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
          › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
            $id: "doctrine.orm.default_entity_manager"
            $invalidBehavior: 1
          }
        }
        /home/ps8prod/public_html/classes/module/Module.php:3446 {
          ModuleCore->get($serviceName) …
          › 
          ›     return $container->get($serviceName);}
          arguments: {
            $id: "doctrine.orm.default_entity_manager"
          }
        }
        /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
          agsizecombinations->renderWidget($hookName, array $configuration) …
          › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
          arguments: {
            $serviceName: "doctrine.orm.entity_manager"
          }
        }
        /home/ps8prod/public_html/classes/Hook.php:1054 {
          HookCore::coreRenderWidget($module, $hook_name, $params) …
          › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
          arguments: { …2}
        }
        /home/ps8prod/public_html/classes/Hook.php:1000 {
          HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
          › 
          › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: { …3}
        }
        /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
          smartyHook($params, &$smarty) …
          › 
          ›     return Hook::exec($params['h'], $hook_params, $id_module);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
          SmartyLazyRegister->__call($name, $arguments) …
          › 
          ›     return call_user_func_array($item, $args);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
          Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
          Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
          content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
          › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
          Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
          content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
          › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
          arguments: { …1}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
          Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
          arguments: { …8}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
          content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
          ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
          Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
          Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
          Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
          ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
          arguments: { …4}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
          Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
          › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
          Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
          › } else {    $this->process($tpl, $block->child, $block);}
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
          Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
          ›     }    $this->process($tpl, $block);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
          content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
          ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
          arguments: { …3}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
          content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
          content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
          › 
          › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
          Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
          › } else {    $tpl->render();}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
          Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
          › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
          arguments: { …10}
        }
        /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
          content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
          › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
          Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
          › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
          Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
          › } else {    $this->getRenderedTemplateCode($_template);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
          Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
          ›     }    $this->compiled->render($this);}
          arguments: { …1}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
          Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
          › }$result = $template->render(false, $function);$template->_cleanUp();
          arguments: { …2}
        }
        /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
          Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
          › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
          arguments: { …5}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
          FrontControllerCore->smartyOutputContent($content) …
          › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
          arguments: { …3}
        }
        /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
          FrontControllerCore->display() …
          › 
          › $this->smartyOutputContent($this->template);arguments: { …1}
        }
        /home/ps8prod/public_html/classes/controller/Controller.php:339 {
          ControllerCore->run() …
          › } else {    $this->display();}
        }
        /home/ps8prod/public_html/classes/Dispatcher.php:510 {
          DispatcherCore->dispatch() …
          › // Running controller$controller->run();}
        /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
      }
    }
    -driverException: Doctrine\DBAL\Driver\PDO\Exception {#3481}
    trace: {
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:128 {
        Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
        › 
        ›     return new DriverException($message, $exception);}
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
        Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
        › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
        arguments: {
          $message: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
          $exception: Doctrine\DBAL\Driver\PDO\Exception {#3481}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#4997}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3481}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#4997}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3481}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
        Doctrine\DBAL\Connection->connect() …
        › 
        › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);arguments: {
          $params: array:9 [ …9]
          $username: "ps8prod_dbuser"
          $password: "PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG"
          $driverOptions: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
        Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
        › try {    $this->connect();} catch (Throwable $originalException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
        Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
        › {    $version = $this->getDatabasePlatformVersion();}
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
        Doctrine\DBAL\Connection->getDatabasePlatform() …
        › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:140 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
        › try {    return $connection->getDatabasePlatform();} catch (DriverException $driverException) {
      }
      /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
        Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
        › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
        arguments: {
          $connection: Doctrine\DBAL\Connection {#3974 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
        FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
        › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
        arguments: {
          $params: array:9 [ …9]
          $config: Doctrine\DBAL\Configuration {#2990 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5062 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#5117 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5117 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 82
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5117 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5068 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
        Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
        content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
        › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5068 …}
          $className: "Block_846933913672f9e097384d8_20488694"
          $name: "product_miniature_item"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
        arguments: {
          $_template: Smarty_Internal_Template {#5068 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
        Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
        arguments: {
          $template: "file:catalog/_partials/miniatures/product.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:2 [ …2]
          $scope: 0
          $forceTplCache: true
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
        content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
        ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#2444 …}
          $className: "Block_1021052900672f9e09732bf7_34247999"
          $name: "product_miniature"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
        Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: array:1 [ …1]
          $scope: 0
          $forceTplCache: false
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
        Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1733119384672f9e0944d853_84759893"
          $name: "product_list"
          $tplIndex: 1
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
        Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_454085355672f9e09453907_17361941"
          $name: "content"
          $tplIndex: 2
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $tpl: Smarty_Internal_Template {#1220 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › } else {    $this->process($tpl, $block->child, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
        content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
        ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
        arguments: {
          $tpl: Smarty_Internal_Template {#1220 …}
          $className: "Block_1313818848672f9e0945f235_36636850"
          $name: "content_wrapper"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
        content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1215 …}
          $template: "layouts/layout-both-columns.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
        content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1209 …}
          $template: "layouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $data: []
          $scope: 2
          $forceTplCache: false
          $uid: null
          $content_func: null
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
        content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
        › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
        arguments: {
          $tpl: Smarty_Internal_Template {#1151 …}
          $template: "catalog/listing/product-list.tpl"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1151 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
        Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
        › }$result = $template->render(false, $function);$template->_cleanUp();
        arguments: {
          $no_output_filter: false
          $display: 0
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
        Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
        › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
        arguments: {
          $template: Smarty_Internal_Template {#1151 …}
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $parent: null
          $function: 0
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
        FrontControllerCore->smartyOutputContent($content) …
        › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
        arguments: {
          $template: "catalog/listing/category.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
        FrontControllerCore->display() …
        › 
        › $this->smartyOutputContent($this->template);arguments: {
          $content: "catalog/listing/category.tpl"
        }
      }
      /home/ps8prod/public_html/classes/controller/Controller.php:339 {
        ControllerCore->run() …
        › } else {    $this->display();}
      }
      /home/ps8prod/public_html/classes/Dispatcher.php:510 {
        DispatcherCore->dispatch() …
        › // Running controller$controller->run();}
      /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
    }
  }
  trace: {
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:142 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->getDatabasePlatform(Connection $connection): AbstractPlatform …
      › } catch (DriverException $driverException) {    throw new DBALException(        'An exception occurred while establishing a connection to figure out your platform version.' . PHP_EOL .
    }
    /home/ps8prod/public_html/vendor/doctrine/doctrine-bundle/ConnectionFactory.php:119 {
      Doctrine\Bundle\DoctrineBundle\ConnectionFactory->createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = []) …
      › if (! empty($mappingTypes)) {    $platform = $this->getDatabasePlatform($connection);    foreach ($mappingTypes as $dbType => $doctrineType) {
      arguments: {
        $connection: Doctrine\DBAL\Connection {#3974 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2760 {
      FrontContainer->getDoctrine_Dbal_DefaultConnectionService() …
      › {    return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql', 'host' => '127.0.0.1', 'port' => '', 'dbname' => 'ps8prod_dbname', 'user' => 'ps8prod_dbuser', 'password' => 'PvS21h2EiuudJRPlcRxaQEQL8eYj23afDfvIjYCG', 'charset' => 'utf8mb4', 'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode,\'ONLY_FULL_GROUP_BY\',\'\'))', 1013 => $this->getEnv('const:runtime:_PS_ALLOW_MULTI_STATEMENTS_QUERIES_')], 'defaultTableOptions' => []], new \Doctrine\DBAL\Configuration(), new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this), ['enum' => 'string']);}
      arguments: {
        $params: array:9 [ …9]
        $config: Doctrine\DBAL\Configuration {#2990 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5062 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#5117 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5117 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 82
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5117 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5068 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:70 {
      Block_846933913672f9e097384d8_20488694->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_grid_layout'] == 1) {?>            <?php $_smarty_tpl->_subTemplateRender('file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), 0, false);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/_partials/product-miniature-1.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/05/45/cf/0545cf6cd54bf1a8d81e9d8d015b73cf55fe2fb1_2.file.product.tpl.php:29 {
      content_672f9e0973ef97_86098379(Smarty_Internal_Template $_smarty_tpl) …
      › $_smarty_tpl->inheritance->init($_smarty_tpl, false);$_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_846933913672f9e097384d8_20488694', 'product_miniature_item');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5068 …}
        $className: "Block_846933913672f9e097384d8_20488694"
        $name: "product_miniature_item"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › if (isset($tpl->compiled)) {    $tpl->compiled->render($tpl);} else {
      arguments: {
        $_template: Smarty_Internal_Template {#5068 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:67 {
      Block_1021052900672f9e09732bf7_34247999->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                 <?php if ($_smarty_tpl->tpl_vars['iqitTheme']->value['pl_default_view'] == 'grid') {?>                    <?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,'position'=>$_smarty_tpl->tpl_vars['position']->value), 0, true);?>
      arguments: {
        $template: "file:catalog/_partials/miniatures/product.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:2 [ …2]
        $scope: 0
        $forceTplCache: true
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/a2/7c/84/a27c843bfd4615fd312692048dab63e1de52e9c8_2.file.products.tpl.php:39 {
      content_672f9e09736805_48291417(Smarty_Internal_Template $_smarty_tpl) …
      ›             <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1021052900672f9e09732bf7_34247999', 'product_miniature');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#2444 …}
        $className: "Block_1021052900672f9e09732bf7_34247999"
        $name: "product_miniature"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:183 {
      Block_1733119384672f9e0944d853_84759893->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                         <div id="facets-loader-icon"><i class="fa fa-circle-o-notch fa-spin"></i></div>                        <?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: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: array:1 [ …1]
        $scope: 0
        $forceTplCache: false
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:302 {
      Block_72990923672f9e09449497_98501741->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1733119384672f9e0944d853_84759893', 'product_list', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1733119384672f9e0944d853_84759893"
        $name: "product_list"
        $tplIndex: 1
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:101 {
      Block_297236345672f9e09452a42_47945894->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›         <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_454085355672f9e09453907_17361941', 'content', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_454085355672f9e09453907_17361941"
        $name: "content"
        $tplIndex: 2
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $tpl: Smarty_Internal_Template {#1220 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › } else {    $this->process($tpl, $block->child, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1219 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2426 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/b2/dc/6c/b2dc6c51413587e5c3021de0684c5be0ce5a9205_2.file.layout-both-columns.tpl.php:149 {
      content_672f9e09466f13_43467475(Smarty_Internal_Template $_smarty_tpl) …
      ›                     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1313818848672f9e0945f235_36636850', "content_wrapper");?>
      arguments: {
        $tpl: Smarty_Internal_Template {#1220 …}
        $className: "Block_1313818848672f9e0945f235_36636850"
        $name: "content_wrapper"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/e2/21/40/e221409ad9ef65fba79d392fd8257ccbc96a1365_2.file.layout-left-column.tpl.php:38 {
      content_672f9e09454143_60630530(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, 'layouts/layout-both-columns.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1215 …}
        $template: "layouts/layout-both-columns.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/2e/10/a0/2e10a04fe071d52e3e0881de08f6b3601fe24410_2.file.product-list.tpl.php:42 {
      content_672f9e0944fb07_70424360(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php $_smarty_tpl->inheritance->endChild($_smarty_tpl, $_smarty_tpl->tpl_vars['layout']->value);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1209 …}
        $template: "layouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $data: []
        $scope: 2
        $forceTplCache: false
        $uid: null
        $content_func: null
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/8f/e4/6e/8fe46e1ad4c961debe0abad2f26cc9e5ed9a8b43_2.file.category.tpl.php:86 {
      content_672f9e0943df54_87270911(Smarty_Internal_Template $_smarty_tpl) …
      › }$_smarty_tpl->inheritance->endChild($_smarty_tpl, 'catalog/listing/product-list.tpl');}
      arguments: {
        $tpl: Smarty_Internal_Template {#1151 …}
        $template: "catalog/listing/product-list.tpl"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1151 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 {
      Smarty_Internal_TemplateBase->_execute($template, $cache_id, $compile_id, $parent, $function) …
      › }$result = $template->render(false, $function);$template->_cleanUp();
      arguments: {
        $no_output_filter: false
        $display: 0
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 {
      Smarty_Internal_TemplateBase->fetch($template = null, $cache_id = null, $compile_id = null, $parent = null) …
      › {    $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);    return $result === null ? ob_get_clean() : $result;
      arguments: {
        $template: Smarty_Internal_Template {#1151 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}

Este site utiliza cookies. Ao continuar a sua navegação neste site, você concorda com a Política de Cookies da VEJA STORE.
Em caso de dúvidas acesse nossa Política de Privacidade de Dados