Tênis VEJA Feminino - VEJA - VERT (3)
176 produtos encontrados.
Campo

CAMPO SUEDE DUNE WHITE

R$ 720,00 5x R$ 144,00
R$ 720,00
^ Doctrine\DBAL\Exception {#2638
  #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 {#2635
    #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 {#2637
      #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 {#2636
        #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 {#2637}
    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 {#2637}
        }
      }
      /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 {#2632}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2637}
          $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 {#2632}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2637}
        }
      }
      /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 {#2633 …}
        }
      }
      /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 {#2630 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2631 …}
          $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 {#2553 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2553 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2553 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2547 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#2633 …}
      }
    }
    /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 {#2630 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2631 …}
        $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 {#2553 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2553 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2553 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2547 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Campo

CAMPO LEATHER WHITE MULBERRY

R$ 720,00 5x R$ 144,00
R$ 720,00
^ Doctrine\DBAL\Exception {#4972
  #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 {#4975
    #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 {#4973
      #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 {#4974
        #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 {#4974}
          }
        }
        /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 {#4977 …}
          }
        }
        /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 {#4979 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3475 …}
            $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 {#4973}
    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 {#4973}
        }
      }
      /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 {#4978}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4973}
          $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 {#4978}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4973}
        }
      }
      /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 {#4977 …}
        }
      }
      /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 {#4979 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3475 …}
          $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 {#5008 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5008 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5008 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#2635 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2635 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#2635 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4977 …}
      }
    }
    /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 {#4979 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3475 …}
        $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 {#5008 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5008 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5008 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#2635 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2635 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#2635 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Campo

CAMPO LEATHER WHITE ORANGE FLUO

R$ 720,00 5x R$ 144,00
R$ 720,00
^ Doctrine\DBAL\Exception {#2615
  #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 {#2616
    #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 {#4656
      #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 {#2619
        #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 {#2619}
          }
        }
        /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 {#2847 …}
          }
        }
        /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 {#2871 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2710 …}
            $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 {#4656}
    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 {#4656}
        }
      }
      /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 {#3750}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4656}
          $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 {#3750}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4656}
        }
      }
      /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 {#2847 …}
        }
      }
      /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 {#2871 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2710 …}
          $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 {#5022 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5022 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5022 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4975 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#4975 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4975 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#2847 …}
      }
    }
    /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 {#2871 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2710 …}
        $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 {#5022 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5022 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5022 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4975 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#4975 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4975 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Venturi

VENTURI II ALVEOMESH LIGHT GREY PIERRE NAUTICO

R$ 830,00 5x R$ 166,00
R$ 830,00
^ Doctrine\DBAL\Exception {#3770
  #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 {#4970
    #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 {#3793
      #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 {#4450
        #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 {#4450}
          }
        }
        /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 {#3765 …}
          }
        }
        /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 {#3801 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2576 …}
            $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 {#3793}
    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 {#3793}
        }
      }
      /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 {#3792}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3793}
          $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 {#3792}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3793}
        }
      }
      /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 {#3765 …}
        }
      }
      /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 {#3801 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2576 …}
          $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 {#5032 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5032 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5032 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#2616 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2616 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#2616 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#3765 …}
      }
    }
    /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 {#3801 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2576 …}
        $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 {#5032 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5032 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5032 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#2616 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2616 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#2616 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Venturi

VENTURI SUEDE ALMOND SWAN

R$ 830,00 5x R$ 166,00
R$ 830,00
^ Doctrine\DBAL\Exception {#4675
  #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 {#4416
    #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 {#4427
      #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 {#4463
        #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 {#4463}
          }
        }
        /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 {#3692 …}
          }
        }
        /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 {#3789 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5017 …}
            $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 {#4427}
    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 {#4427}
        }
      }
      /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 {#4468}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4427}
          $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 {#4468}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4427}
        }
      }
      /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 {#3692 …}
        }
      }
      /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 {#3789 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5017 …}
          $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 {#5053 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5053 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5053 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4970 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#4970 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4970 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#3692 …}
      }
    }
    /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 {#3789 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5017 …}
        $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 {#5053 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5053 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5053 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4970 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#4970 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4970 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Venturi

VENTURI II ALVEOMESH WHITE PIERRE DUNE

R$ 830,00 5x R$ 166,00
R$ 830,00
^ Doctrine\DBAL\Exception {#3689
  #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 {#3804
    #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 {#4837
      #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 {#5006
        #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 {#5006}
          }
        }
        /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 {#4996 …}
          }
        }
        /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 {#3732 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4455 …}
            $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 {#4837}
    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 {#4837}
        }
      }
      /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 {#4390}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4837}
          $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 {#4390}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4837}
        }
      }
      /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 {#4996 …}
        }
      }
      /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 {#3732 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4455 …}
          $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 {#5062 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5062 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5062 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4416 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#4416 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4416 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4996 …}
      }
    }
    /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 {#3732 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4455 …}
        $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 {#5062 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5062 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5062 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4416 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#4416 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4416 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
V-90

V-90 LEATHER WHITE NAUTICO

R$ 800,00 5x R$ 160,00
R$ 800,00
^ Doctrine\DBAL\Exception {#4375
  #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 {#5042
    #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 {#4345
      #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 {#3654
        #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 {#3654}
          }
        }
        /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 {#4356 …}
          }
        }
        /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 {#4336 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5015 …}
            $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 {#4345}
    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 {#4345}
        }
      }
      /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 {#4346}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4345}
          $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 {#4346}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4345}
        }
      }
      /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 {#4356 …}
        }
      }
      /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 {#4336 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5015 …}
          $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 {#5072 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5072 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5072 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3804 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#3804 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3804 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4356 …}
      }
    }
    /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 {#4336 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5015 …}
        $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 {#5072 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5072 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5072 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3804 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#3804 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3804 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
V-90

V-90 LEATHER WHITE NATURAL

R$ 800,00 5x R$ 160,00
R$ 800,00
^ Doctrine\DBAL\Exception {#3495
  #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 {#3868
    #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 {#3857
      #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 {#3641
        #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 {#3641}
          }
        }
        /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 {#4510 …}
          }
        }
        /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 {#4349 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5057 …}
            $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 {#3857}
    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 {#3857}
        }
      }
      /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 {#3636}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3857}
          $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 {#3636}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3857}
        }
      }
      /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 {#4510 …}
        }
      }
      /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 {#4349 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5057 …}
          $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 {#5093 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5093 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5093 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5042 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5042 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5042 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4510 …}
      }
    }
    /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 {#4349 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5057 …}
        $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 {#5093 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5093 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5093 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5042 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5042 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5042 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
V-90

V-90 LEATHER WHITE MARSALA

R$ 800,00 5x R$ 160,00
R$ 800,00
^ Doctrine\DBAL\Exception {#4513
  #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 {#4333
    #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 {#3340
      #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 {#4031
        #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 {#4031}
          }
        }
        /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 {#3752 …}
          }
        }
        /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 {#4496 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3650 …}
            $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 {#3340}
    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 {#3340}
        }
      }
      /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 {#3894}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3340}
          $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 {#3894}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3340}
        }
      }
      /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 {#3752 …}
        }
      }
      /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 {#4496 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3650 …}
          $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 {#5102 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5102 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5102 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3868 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#3868 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3868 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#3752 …}
      }
    }
    /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 {#4496 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3650 …}
        $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 {#5102 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5102 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5102 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3868 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#3868 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3868 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Dekkan

DEKKAN ALVEOMESH BLACK OXFORD GREY TONIC

R$ 850,00 5x R$ 170,00
R$ 850,00
^ Doctrine\DBAL\Exception {#3909
  #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 {#5082
    #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 {#3943
      #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 {#4545
        #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 {#4545}
          }
        }
        /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 {#3932 …}
          }
        }
        /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 {#3950 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5061 …}
            $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 {#3943}
    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 {#3943}
        }
      }
      /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 {#3038}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3943}
          $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 {#3038}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3943}
        }
      }
      /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 {#3932 …}
        }
      }
      /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 {#3950 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5061 …}
          $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 {#5112 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5112 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5112 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4333 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#4333 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4333 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#3932 …}
      }
    }
    /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 {#3950 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5061 …}
        $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 {#5112 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5112 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5112 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4333 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#4333 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4333 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Dekkan

DEKKAN RIPSTOP BABE PIERRE

R$ 850,00 5x R$ 170,00
R$ 850,00
^ Doctrine\DBAL\Exception {#3368
  #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 {#4250
    #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 {#4261
      #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 {#4559
        #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 {#4559}
          }
        }
        /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 {#3598 …}
          }
        }
        /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 {#3940 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5097 …}
            $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 {#4261}
    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 {#4261}
        }
      }
      /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 {#4563}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4261}
          $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 {#4563}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4261}
        }
      }
      /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 {#3598 …}
        }
      }
      /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 {#3940 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5097 …}
          $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 {#5133 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5133 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5133 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5082 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5082 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5082 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#3598 …}
      }
    }
    /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 {#3940 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5097 …}
        $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 {#5133 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5133 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5133 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5082 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5082 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5082 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Dekkan

DEKKAN ALVEOMESH NATURAL WHITE

R$ 850,00 5x R$ 170,00
R$ 850,00
^ Doctrine\DBAL\Exception {#3596
  #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 {#3953
    #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 {#2642
      #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 {#4168
        #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 {#4168}
          }
        }
        /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 {#4388 …}
          }
        }
        /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 {#3610 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4551 …}
            $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 {#2642}
    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 {#2642}
        }
      }
      /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 {#2745}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2642}
          $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 {#2745}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2642}
        }
      }
      /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 {#4388 …}
        }
      }
      /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 {#3610 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4551 …}
          $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 {#5142 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5142 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5142 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4250 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#4250 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4250 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4388 …}
      }
    }
    /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 {#3610 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4551 …}
        $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 {#5142 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5142 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5142 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4250 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#4250 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4250 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
V-10

V-10 CWL FULL WHITE

R$ 760,00 5x R$ 152,00
R$ 760,00
^ Doctrine\DBAL\Exception {#2706
  #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 {#5122
    #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 {#4214
      #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 {#3563
        #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 {#3563}
          }
        }
        /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 {#4221 …}
          }
        }
        /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 {#4210 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5095 …}
            $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 {#4214}
    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 {#4214}
        }
      }
      /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 {#4214}
          $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 {#4214}
        }
      }
      /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 {#4221 …}
        }
      }
      /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 {#4210 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5095 …}
          $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 {#5152 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5152 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5152 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3953 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#3953 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3953 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4221 …}
      }
    }
    /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 {#4210 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5095 …}
        $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 {#5152 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5152 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5152 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3953 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#3953 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3953 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
V-10

V-10 CWL WHITE BLACK

R$ 760,00 5x R$ 152,00
R$ 760,00
^ Doctrine\DBAL\Exception {#3232
  #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 {#3164
    #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 {#3728
      #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 {#3553
        #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 {#3553}
          }
        }
        /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 {#4602 …}
          }
        }
        /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 {#4216 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5137 …}
            $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 {#3728}
    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 {#3728}
        }
      }
      /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 {#3550}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3728}
          $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 {#3550}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3728}
        }
      }
      /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 {#4602 …}
        }
      }
      /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 {#4216 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5137 …}
          $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 {#5173 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5173 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5173 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5122 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5122 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5122 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4602 …}
      }
    }
    /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 {#4216 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5137 …}
        $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 {#5173 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5173 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5173 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5122 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5122 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5122 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
V-10

V-10 SUEDE MULTICO SWAN PURPLE PIERRE

R$ 740,00 5x R$ 148,00
R$ 740,00
^ Doctrine\DBAL\Exception {#3541
  #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 {#4196
    #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 {#4425
      #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 {#4609 …}
          }
        }
        /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 {#4987 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2762 …}
            $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 {#4425}
    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 {#4425}
        }
      }
      /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 {#4394}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4425}
          $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 {#4394}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4425}
        }
      }
      /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 {#4609 …}
        }
      }
      /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 {#4987 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2762 …}
          $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 {#5182 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5182 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5182 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3164 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#3164 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3164 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4609 …}
      }
    }
    /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 {#4987 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2762 …}
        $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 {#5182 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5182 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5182 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3164 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#3164 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3164 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
SDU

SDU J-MESH NATURAL PLATINE

R$ 680,00 5x R$ 136,00
R$ 680,00
^ Doctrine\DBAL\Exception {#5158
  #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 {#5153
    #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 {#4815
      #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 {#4634
        #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 {#4634}
          }
        }
        /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 {#4141 …}
          }
        }
        /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 {#4378 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3305 …}
            $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 {#4815}
    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 {#4815}
        }
      }
      /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 {#2892}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4815}
          $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 {#2892}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4815}
        }
      }
      /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 {#4141 …}
        }
      }
      /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 {#4378 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3305 …}
          $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 {#5203 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5203 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5203 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4196 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#4196 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4196 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4141 …}
      }
    }
    /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 {#4378 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3305 …}
        $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 {#5203 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5203 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5203 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4196 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#4196 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4196 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
SDU

SDU B-MESH BLACK WHITE

R$ 680,00 5x R$ 136,00
R$ 680,00
^ Doctrine\DBAL\Exception {#4844
  #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 {#3505
    #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 {#4331
      #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 {#4644
        #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 {#4644}
          }
        }
        /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 {#3889 …}
          }
        }
        /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 {#3675 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3769 …}
            $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 {#4331}
    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 {#4331}
        }
      }
      /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 {#4648}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4331}
          $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 {#4648}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4331}
        }
      }
      /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 {#3889 …}
        }
      }
      /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 {#3675 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3769 …}
          $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 {#5224 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5224 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5224 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5153 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5153 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5153 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#3889 …}
      }
    }
    /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 {#3675 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3769 …}
        $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 {#5224 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5224 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5224 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5153 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5153 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5153 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
SDU

SDU J-MESH JUTA ICE

R$ 680,00 5x R$ 136,00
R$ 680,00
^ Doctrine\DBAL\Exception {#4239
  #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 {#4819
    #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 {#4647
      #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 {#5157
        #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 {#5157}
          }
        }
        /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 {#4200 …}
          }
        }
        /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 {#3513 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4640 …}
            $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 {#4647}
    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 {#4647}
        }
      }
      /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 {#4672}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4647}
          $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 {#4672}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4647}
        }
      }
      /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 {#4200 …}
        }
      }
      /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 {#3513 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4640 …}
          $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 {#5233 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5233 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5233 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3505 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#3505 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3505 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4200 …}
      }
    }
    /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 {#3513 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4640 …}
        $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 {#5233 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5233 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5233 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3505 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#3505 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3505 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Urca

URCA CWL WHITE AQUA

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#4176
  #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 {#5213
    #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 {#5051
      #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 {#3470
        #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 {#3470}
          }
        }
        /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 {#4542 …}
          }
        }
        /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 {#4837 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3860 …}
            $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 {#5051}
    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 {#5051}
        }
      }
      /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 {#4297}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5051}
          $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 {#4297}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5051}
        }
      }
      /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 {#4542 …}
        }
      }
      /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 {#4837 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3860 …}
          $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 {#5243 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5243 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 86
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5243 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4819 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#4819 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4819 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4542 …}
      }
    }
    /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 {#4837 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3860 …}
        $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 {#5243 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5243 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 86
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5243 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4819 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#4819 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4819 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Urca

URCA CWL WHITE LEAF CYPRUS

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#4522
  #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 {#3930
    #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 {#4892
      #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 {#3760
        #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 {#3760}
          }
        }
        /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 {#3149 …}
          }
        }
        /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 {#4033 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5228 …}
            $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 {#4892}
    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 {#4892}
        }
      }
      /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 {#4982}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4892}
          $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 {#4982}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4892}
        }
      }
      /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 {#3149 …}
        }
      }
      /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 {#4033 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5228 …}
          $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 {#5264 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5264 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 90
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5264 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5213 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5213 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5213 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#3149 …}
      }
    }
    /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 {#4033 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5228 …}
        $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 {#5264 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5264 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 90
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5264 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5213 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5213 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5213 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Urca

URCA CWL WHITE PEKIN NAUTICO

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#3150
  #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 {#4811
    #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 {#4752
      #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 {#3821
        #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 {#3821}
          }
        }
        /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 {#2946 …}
          }
        }
        /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 {#3900 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4809 …}
            $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 {#4752}
    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 {#4752}
        }
      }
      /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 {#3971}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4752}
          $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 {#3971}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4752}
        }
      }
      /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 {#2946 …}
        }
      }
      /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 {#3900 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4809 …}
          $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 {#5273 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5273 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 94
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5273 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3930 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#3930 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3930 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#2946 …}
      }
    }
    /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 {#3900 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4809 …}
        $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 {#5273 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5273 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 94
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5273 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3930 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#3930 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3930 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Wata II

WATA II CANVAS BLACK PIERRE

R$ 630,00 5x R$ 126,00
R$ 630,00
^ Doctrine\DBAL\Exception {#3961
  #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 {#5253
    #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 {#5142
      #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 {#3978
        #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 {#3978}
          }
        }
        /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 {#3363 …}
          }
        }
        /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 {#3112 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5232 …}
            $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 {#5142}
    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 {#5142}
        }
      }
      /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 {#4066}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5142}
          $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 {#4066}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5142}
        }
      }
      /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 {#3363 …}
        }
      }
      /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 {#3112 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5232 …}
          $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 {#5283 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5283 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 98
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5283 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4811 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#4811 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4811 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#3363 …}
      }
    }
    /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 {#3112 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5232 …}
        $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 {#5283 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5283 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 98
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5283 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4811 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#4811 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4811 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Wata II

WATA II RIPSTOP TENT PIERRE

R$ 630,00 5x R$ 126,00
R$ 630,00
^ Doctrine\DBAL\Exception {#4193
  #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 {#3245
    #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 {#3534
      #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 {#3335
        #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 {#3335}
          }
        }
        /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 {#4027 …}
          }
        }
        /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 {#5138 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5268 …}
            $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 {#3534}
    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 {#3534}
        }
      }
      /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 {#3359}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3534}
          $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 {#3359}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3534}
        }
      }
      /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 {#4027 …}
        }
      }
      /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 {#5138 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5268 …}
          $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 {#5304 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5304 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 102
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5304 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5253 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5253 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5253 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4027 …}
      }
    }
    /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 {#5138 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5268 …}
        $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 {#5304 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5304 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 102
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5304 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5253 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5253 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5253 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Wata II

WATA II RIPSTOP NAUTICO PIERRE

R$ 630,00 5x R$ 126,00
R$ 630,00
^ Doctrine\DBAL\Exception {#4790
  #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 {#3119
    #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 {#3735
      #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 {#3488
        #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 {#3488}
          }
        }
        /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 {#4669 …}
          }
        }
        /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 {#4900 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4517 …}
            $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 {#3735}
    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 {#3735}
        }
      }
      /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 {#4237}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3735}
          $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 {#4237}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3735}
        }
      }
      /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 {#4669 …}
        }
      }
      /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 {#4900 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4517 …}
          $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 {#5313 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5313 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 106
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5313 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3245 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#3245 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3245 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4669 …}
      }
    }
    /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 {#4900 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4517 …}
        $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 {#5313 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5313 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 106
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5313 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3245 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#3245 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3245 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Campo

CAMPO LEATHER WHITE FURY

R$ 720,00 5x R$ 144,00
R$ 720,00
^ Doctrine\DBAL\Exception {#5286
  #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 {#5289
    #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 {#4257
      #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 {#5291
        #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 {#5291}
          }
        }
        /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 {#5284 …}
          }
        }
        /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 {#4105 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3532 …}
            $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 {#4257}
    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 {#4257}
        }
      }
      /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 {#3025}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4257}
          $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 {#3025}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4257}
        }
      }
      /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 {#5284 …}
        }
      }
      /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 {#4105 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3532 …}
          $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 {#5323 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5323 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 110
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5323 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3119 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#3119 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3119 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#5284 …}
      }
    }
    /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 {#4105 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3532 …}
        $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 {#5323 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5323 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 110
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5323 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3119 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#3119 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3119 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Campo

CAMPO LEATHER WHITE KAKI

R$ 720,00 5x R$ 144,00
R$ 720,00
^ Doctrine\DBAL\Exception {#4240
  #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 {#3128
    #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 {#4545
      #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 {#5307
        #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 {#5307}
          }
        }
        /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 {#4871 …}
          }
        }
        /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 {#4956 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4370 …}
            $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 {#4545}
    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 {#4545}
        }
      }
      /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 {#3097}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4545}
          $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 {#3097}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4545}
        }
      }
      /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 {#4871 …}
        }
      }
      /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 {#4956 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4370 …}
          $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 {#5333 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5333 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 114
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5333 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5289 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5289 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5289 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4871 …}
      }
    }
    /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 {#4956 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4370 …}
        $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 {#5333 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5333 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 114
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5333 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5289 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5289 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5289 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Campo

CAMPO BOLD SUEDE LIQUOR PIERRE

R$ 720,00 5x R$ 144,00
R$ 720,00
^ Doctrine\DBAL\Exception {#2654
  #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 {#4179
    #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 {#4251
      #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 {#5317
        #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 {#5317}
          }
        }
        /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 {#3816 …}
          }
        }
        /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 {#3199 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2866 …}
            $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 {#4251}
    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 {#4251}
        }
      }
      /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 {#3220}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4251}
          $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 {#3220}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4251}
        }
      }
      /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 {#3816 …}
        }
      }
      /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 {#3199 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2866 …}
          $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 {#5343 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5343 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 118
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5343 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3128 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#3128 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3128 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#3816 …}
      }
    }
    /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 {#3199 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2866 …}
        $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 {#5343 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5343 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 118
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5343 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3128 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#3128 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3128 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Volley

VOLLEY SUEDE LIQUOR PIERRE EAGLE

R$ 730,00 5x R$ 146,00
R$ 730,00
^ Doctrine\DBAL\Exception {#4084
  #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 {#5062
    #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 {#5188
      #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 {#4427
        #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 {#4427}
          }
        }
        /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 {#5197 …}
          }
        }
        /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 {#4425 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5312 …}
            $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 {#5188}
    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 {#5188}
        }
      }
      /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 {#2962}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5188}
          $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 {#2962}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5188}
        }
      }
      /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 {#5197 …}
        }
      }
      /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 {#4425 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5312 …}
          $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 {#5353 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5353 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 122
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5353 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4179 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#4179 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4179 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#5197 …}
      }
    }
    /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 {#4425 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5312 …}
        $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 {#5353 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5353 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 122
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5353 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4179 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#4179 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4179 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Volley

VOLLEY SUEDE TENT NATURAL EAGLE

R$ 730,00 5x R$ 146,00
R$ 730,00
^ Doctrine\DBAL\Exception {#5153
  #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 {#4676
    #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 {#4819
      #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 {#3772
        #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 {#3772}
          }
        }
        /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 {#3989 …}
          }
        }
        /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 {#3523 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5338 …}
            $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 {#4819}
    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 {#4819}
        }
      }
      /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 {#4009}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4819}
          $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 {#4009}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4819}
        }
      }
      /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 {#3989 …}
        }
      }
      /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 {#3523 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5338 …}
          $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 {#5374 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5374 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 126
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5374 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5062 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5062 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5062 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#3989 …}
      }
    }
    /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 {#3523 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5338 …}
        $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 {#5374 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5374 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 126
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5374 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5062 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5062 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5062 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Volley

VOLLEY LEATHER WHITE NATURAL

R$ 730,00 5x R$ 146,00
R$ 730,00
^ Doctrine\DBAL\Exception {#2906
  #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 {#3370
    #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 {#4504
      #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 {#2564
        #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 {#2564}
          }
        }
        /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 {#4173 …}
          }
        }
        /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 {#5068 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4244 …}
            $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 {#4504}
    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 {#4504}
        }
      }
      /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 {#3269}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4504}
          $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 {#3269}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4504}
        }
      }
      /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 {#4173 …}
        }
      }
      /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 {#5068 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4244 …}
          $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 {#5383 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5383 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 130
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5383 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4676 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#4676 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4676 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4173 …}
      }
    }
    /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 {#5068 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4244 …}
        $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 {#5383 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5383 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 130
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5383 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4676 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#4676 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4676 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
V-10

V-10 ALVEOMESH LIGHT GREY PIERRE

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#5356
  #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 {#5359
    #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 {#3685
      #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 {#5361
        #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 {#5361}
          }
        }
        /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 {#5354 …}
          }
        }
        /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 {#3877 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4236 …}
            $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 {#3685}
    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 {#3685}
        }
      }
      /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 {#5026}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3685}
          $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 {#5026}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3685}
        }
      }
      /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 {#5354 …}
        }
      }
      /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 {#3877 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4236 …}
          $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 {#5393 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5393 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 134
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5393 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3370 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#3370 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3370 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#5354 …}
      }
    }
    /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 {#3877 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4236 …}
        $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 {#5393 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5393 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 134
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5393 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3370 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#3370 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3370 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
V-90

V-90 LEATHER CASHEW PIERRE

R$ 800,00 5x R$ 160,00
R$ 800,00
^ Doctrine\DBAL\Exception {#5185
  #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 {#4778
    #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 {#4939
      #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 {#5377
        #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 {#5377}
          }
        }
        /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 {#3998 …}
          }
        }
        /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 {#5203 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3839 …}
            $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 {#4939}
    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 {#4939}
        }
      }
      /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 {#4823}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4939}
          $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 {#4823}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4939}
        }
      }
      /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 {#3998 …}
        }
      }
      /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 {#5203 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3839 …}
          $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 {#5403 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5403 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 138
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5403 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5359 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5359 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#5359 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#3998 …}
      }
    }
    /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 {#5203 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3839 …}
        $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 {#5403 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5403 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 138
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5403 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5359 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5359 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#5359 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
V-90

V-90 LEATHER ORCHID WHITE

R$ 800,00 5x R$ 160,00
R$ 800,00
^ Doctrine\DBAL\Exception {#2902
  #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 {#3774
    #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 {#3833
      #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 {#5387
        #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 {#5387}
          }
        }
        /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 {#4633 …}
          }
        }
        /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 {#4402 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4314 …}
            $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 {#3833}
    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 {#3833}
        }
      }
      /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 {#3820}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3833}
          $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 {#3820}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3833}
        }
      }
      /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 {#4633 …}
        }
      }
      /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 {#4402 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4314 …}
          $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 {#5413 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5413 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 142
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5413 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4778 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#4778 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4778 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4633 …}
      }
    }
    /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 {#4402 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4314 …}
        $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 {#5413 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5413 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 142
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5413 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4778 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#4778 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4778 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Condor 3

CONDOR 3 ENGINEERED-MESH GRADIENT CALCAIRE NAUTICO

R$ 990,00 5x R$ 198,00
R$ 990,00
^ Doctrine\DBAL\Exception {#4050
  #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 {#4287
    #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 {#3298
      #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 {#3911
        #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 {#3911}
          }
        }
        /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 {#4025 …}
          }
        }
        /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 {#3572 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5376 …}
            $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 {#3298}
    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 {#3298}
        }
      }
      /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 {#4284}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3298}
          $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 {#4284}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3298}
        }
      }
      /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 {#4025 …}
        }
      }
      /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 {#3572 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5376 …}
          $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 {#5423 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5423 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 146
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5423 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3774 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#3774 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#3774 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4025 …}
      }
    }
    /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 {#3572 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5376 …}
        $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 {#5423 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5423 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 146
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5423 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3774 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#3774 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#3774 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Condor 3

CONDOR 3 ENGINEERED-MESH LIGHT GREY BLACK GRADIENT

R$ 990,00 5x R$ 198,00
R$ 990,00
^ Doctrine\DBAL\Exception {#5300
  #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 {#2781
    #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 {#3119
      #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 {#3738
        #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 {#3738}
          }
        }
        /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 {#4258 …}
          }
        }
        /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 {#3099 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5408 …}
            $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 {#3119}
    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 {#3119}
        }
      }
      /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 {#4280}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3119}
          $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 {#4280}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3119}
        }
      }
      /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 {#4258 …}
        }
      }
      /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 {#3099 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5408 …}
          $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 {#5444 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5444 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 150
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5444 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4287 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#4287 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#4287 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#4258 …}
      }
    }
    /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 {#3099 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5408 …}
        $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 {#5444 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5444 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 150
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5444 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4287 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#4287 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#4287 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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();}
  }
}
Condor 3

CONDOR 3 ENGINEERED-MESH FULL WHITE

R$ 990,00 5x R$ 198,00
R$ 990,00
^ Doctrine\DBAL\Exception {#5255
  #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 {#5294
    #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 {#3150
      #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 {#4128
        #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 {#4128}
          }
        }
        /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 {#3419 …}
          }
        }
        /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 {#3915 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3804 …}
            $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 {#3150}
    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 {#3150}
        }
      }
      /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 {#5277}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3150}
          $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 {#5277}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3150}
        }
      }
      /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 {#3419 …}
        }
      }
      /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 {#3915 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3804 …}
          $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 {#5453 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5453 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 154
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#5453 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#2781 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2781 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /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 {#2781 …}
        }
      }
      /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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#2538 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1212 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
          $tpl: Smarty_Internal_Template {#1212 …}
        }
      }
      /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 {#1212 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
        }
      }
      /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 {#1212 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1207 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1201 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1180 …}
          $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 {#1180 …}
        }
      }
      /home/ps8prod/public_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 {#1180 …}
        }
      }
      /home/ps8prod/public_html/vendor/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 {#1180 …}
        }
      }
      /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 {#1180 …}
          $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 {#3419 …}
      }
    }
    /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 {#3915 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3804 …}
        $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 {#5453 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5453 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 154
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#5453 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#2781 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2781 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /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 {#2781 …}
      }
    }
    /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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#2538 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1212 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, 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 {#1211 …}
        $tpl: Smarty_Internal_Template {#1212 …}
      }
    }
    /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 {#1212 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1211 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/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 {#1212 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2520 …}
      }
    }
    /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 {#1212 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1207 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1201 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1180 …}
        $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 {#1180 …}
      }
    }
    /home/ps8prod/public_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 {#1180 …}
      }
    }
    /home/ps8prod/public_html/vendor/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 {#1180 …}
      }
    }
    /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 {#1180 …}
        $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