Tênis VEJA Vegano VEJA - VERT (2)
68 produtos encontrados.
Wata II

WATA II RIPSTOP TENT PIERRE

R$ 630,00 5x R$ 126,00
R$ 630,00
^ Doctrine\DBAL\Exception {#2637
  #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 {#2634
    #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 {#2636
      #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 {#2635
        #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 {#2636}
    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 {#2636}
        }
      }
      /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 {#2631}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2636}
          $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 {#2631}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2636}
        }
      }
      /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 {#2632 …}
        }
      }
      /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 {#2629 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2630 …}
          $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 {#2552 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#2552 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#2552 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2546 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#2632 …}
      }
    }
    /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 {#2629 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2630 …}
        $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 {#2552 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#2552 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#2552 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2546 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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 {#4971
  #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 {#4974
    #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 {#4972
      #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 {#4973
        #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 {#4973}
          }
        }
        /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 {#4976 …}
          }
        }
        /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 {#4978 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3474 …}
            $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 {#4972}
    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 {#4972}
        }
      }
      /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 {#4977}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4972}
          $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 {#4977}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4972}
        }
      }
      /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 {#4976 …}
        }
      }
      /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 {#4978 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3474 …}
          $mappingTypes: array:1 [ …1]
        }
      }
      /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
        FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
        › 
        › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
      }
      /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
        Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
        › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
          $id: "doctrine.orm.default_entity_manager"
          $invalidBehavior: 1
        }
      }
      /home/ps8prod/public_html/classes/module/Module.php:3446 {
        ModuleCore->get($serviceName) …
        › 
        ›     return $container->get($serviceName);}
        arguments: {
          $id: "doctrine.orm.default_entity_manager"
        }
      }
      /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
        agsizecombinations->renderWidget($hookName, array $configuration) …
        › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
        arguments: {
          $serviceName: "doctrine.orm.entity_manager"
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1054 {
        HookCore::coreRenderWidget($module, $hook_name, $params) …
        › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
        arguments: {
          $hookName: "displayProductListBelowButton"
          $configuration: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/classes/Hook.php:1000 {
        HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
        › 
        › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
          $module: agsizecombinations {#1094 …}
          $hook_name: "displayProductListBelowButton"
          $params: array:4 [ …4]
        }
      }
      /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
        smartyHook($params, &$smarty) …
        › 
        ›     return Hook::exec($params['h'], $hook_params, $id_module);}
        arguments: {
          $hook_name: "displayProductListBelowButton"
          $hook_args: array:4 [ …4]
          $id_module: null
        }
      }
      /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
        SmartyLazyRegister->__call($name, $arguments) …
        › 
        ›     return call_user_func_array($item, $args);}
        arguments: {
          $params: array:2 [ …2]
          &$smarty: Smarty_Internal_Template {#5007 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
        Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        › 
        › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
          $name: "smartyHook"
          $arguments: array:2 [ …2]
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
        Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
        › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
        Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
        ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5007 …}
          $className: "Block_811330101672f9e09749917_13785020"
          $name: "product_add_cart_below"
          $tplIndex: 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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
        content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
        › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
        arguments: {
          $tpl: Smarty_Internal_Template {#5007 …}
          $className: "Block_1644570087672f9e097412e7_09886775"
          $name: "product_description_block"
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
        Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
        › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
        arguments: {
          $_smarty_tpl: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2634 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2634 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2634 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#4976 …}
      }
    }
    /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 {#4978 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3474 …}
        $mappingTypes: array:1 [ …1]
      }
    }
    /home/ps8prod/public_html/var/cache/prod/FrontContainer.php:2833 {
      FrontContainer->getDoctrine_Orm_DefaultEntityManagerService($lazyLoad = true) …
      › 
      › $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);}
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › } elseif (isset($this->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->{$this->methodMap[$id]}();}
    }
    /home/ps8prod/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 {
      Symfony\Component\DependencyInjection\Container->get($id, $invalidBehavior = 1) …
      › ?? $this->services[$id = $this->aliases[$id] ?? $id]?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));arguments: {
        $id: "doctrine.orm.default_entity_manager"
        $invalidBehavior: 1
      }
    }
    /home/ps8prod/public_html/classes/module/Module.php:3446 {
      ModuleCore->get($serviceName) …
      › 
      ›     return $container->get($serviceName);}
      arguments: {
        $id: "doctrine.orm.default_entity_manager"
      }
    }
    /home/ps8prod/public_html/modules/agsizecombinations/agsizecombinations.php:64 {
      agsizecombinations->renderWidget($hookName, array $configuration) …
      › \r$em = $this->get('doctrine.orm.entity_manager');\r$repoCombination = $em->getRepository(Combination::class);\r
      arguments: {
        $serviceName: "doctrine.orm.entity_manager"
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1054 {
      HookCore::coreRenderWidget($module, $hook_name, $params) …
      › try {    return $module->renderWidget($hook_name, $params);} catch (Exception $e) {
      arguments: {
        $hookName: "displayProductListBelowButton"
        $configuration: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/classes/Hook.php:1000 {
      HookCore::exec($hook_name, $hook_args = [], $id_module = null, $array_return = false, $check_exceptions = true, $use_push = false, $id_shop = null, $chain = false) …
      › 
      › $display = Hook::coreRenderWidget($moduleInstance, $registeredHookName, $hook_args);arguments: {
        $module: agsizecombinations {#1094 …}
        $hook_name: "displayProductListBelowButton"
        $params: array:4 [ …4]
      }
    }
    /home/ps8prod/public_html/config/smarty.config.inc.php:198 {
      smartyHook($params, &$smarty) …
      › 
      ›     return Hook::exec($params['h'], $hook_params, $id_module);}
      arguments: {
        $hook_name: "displayProductListBelowButton"
        $hook_args: array:4 [ …4]
        $id_module: null
      }
    }
    /home/ps8prod/public_html/classes/Smarty/SmartyLazyRegister.php:81 {
      SmartyLazyRegister->__call($name, $arguments) …
      › 
      ›     return call_user_func_array($item, $args);}
      arguments: {
        $params: array:2 [ …2]
        &$smarty: Smarty_Internal_Template {#5007 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:195 {
      Block_811330101672f9e09749917_13785020->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      › 
      › <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductListBelowButton','product'=>$_smarty_tpl->tpl_vars['product']->value),$_smarty_tpl ) );?>arguments: {
        $name: "smartyHook"
        $arguments: array:2 [ …2]
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 {
      Smarty_Internal_Runtime_Inheritance->callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl) …
      › $tpl->source = $this->sources[ $block->tplIndex ];$block->callBlock($tpl);$tpl->source = array_pop($this->sourceStack);
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:294 {
      Block_1644570087672f9e097412e7_09886775->callBlock(Smarty_Internal_Template $_smarty_tpl) …
      ›     <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_811330101672f9e09749917_13785020', 'product_add_cart_below', $this->tplIndex);?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5007 …}
        $className: "Block_811330101672f9e09749917_13785020"
        $name: "product_add_cart_below"
        $tplIndex: 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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/var/cache/prod/smarty/compile/agtilayouts_layout_left_column_tpl/df/e7/be/dfe7bef1314c0878a3909453177d312d00d6caef_2.file.product-miniature-1.tpl.php:33 {
      content_672f9e0974a127_60106828(Smarty_Internal_Template $_smarty_tpl) …
      › <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_1644570087672f9e097412e7_09886775', 'product_description_block');?>
      arguments: {
        $tpl: Smarty_Internal_Template {#5007 …}
        $className: "Block_1644570087672f9e097412e7_09886775"
        $name: "product_description_block"
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 {
      Smarty_Template_Resource_Base->getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null) …
      › }$unifunc($_template);foreach ($_template->endRenderCallbacks as $callback) {
      arguments: {
        $_smarty_tpl: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2634 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2634 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2634 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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 PIERRE CALCAIRE

R$ 850,00 5x R$ 170,00
R$ 850,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 {#2976
    #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 {#2943
      #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 {#3754
        #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 {#3754}
          }
        }
        /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 {#2986 …}
          }
        }
        /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 {#2622 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3239 …}
            $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 {#2943}
    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 {#2943}
        }
      }
      /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 {#2611}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2943}
          $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 {#2611}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2943}
        }
      }
      /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 {#2986 …}
        }
      }
      /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 {#2622 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3239 …}
          $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 {#5021 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5021 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5021 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4974 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#4974 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4974 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#2986 …}
      }
    }
    /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 {#2622 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3239 …}
        $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 {#5021 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5021 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5021 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4974 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#4974 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4974 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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 KAKI BLACK

R$ 850,00 5x R$ 170,00
R$ 850,00
^ Doctrine\DBAL\Exception {#3506
  #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 {#3786
    #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 {#3777
      #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 {#3741
        #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 {#3741}
          }
        }
        /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 {#4454 …}
          }
        }
        /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 {#3043 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4989 …}
            $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 {#3777}
    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 {#3777}
        }
      }
      /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 {#3736}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3777}
          $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 {#3736}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3777}
        }
      }
      /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 {#4454 …}
        }
      }
      /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 {#3043 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4989 …}
          $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 {#5042 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5042 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5042 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2976 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2976 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2976 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#4454 …}
      }
    }
    /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 {#3043 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4989 …}
        $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 {#5042 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5042 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5042 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2976 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2976 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2976 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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 TENT BLACK OURO

R$ 850,00 5x R$ 170,00
R$ 850,00
^ Doctrine\DBAL\Exception {#4457
  #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 {#2842
    #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 {#4691
      #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 {#2870
        #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 {#2870}
          }
        }
        /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 {#3088 …}
          }
        }
        /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 {#2884 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3749 …}
            $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 {#4691}
    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 {#4691}
        }
      }
      /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 {#3702}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4691}
          $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 {#3702}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4691}
        }
      }
      /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 {#3088 …}
        }
      }
      /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 {#2884 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3749 …}
          $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 {#5051 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5051 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5051 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3786 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#3786 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3786 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#3088 …}
      }
    }
    /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 {#2884 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3749 …}
        $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 {#5051 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5051 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5051 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3786 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#3786 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3786 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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();}
  }
}
Impala

IMPALA ENGINEERED MESH PARME SABLE

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#3812
  #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 {#5031
    #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 {#3842
      #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 {#4495
        #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 {#4495}
          }
        }
        /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 {#3831 …}
          }
        }
        /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 {#3850 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2925 …}
            $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 {#3842}
    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 {#3842}
        }
      }
      /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 {#3841}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3842}
          $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 {#3841}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3842}
        }
      }
      /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 {#3831 …}
        }
      }
      /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 {#3850 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2925 …}
          $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 {#5061 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5061 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5061 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2842 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2842 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2842 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#3831 …}
      }
    }
    /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 {#3850 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#2925 …}
        $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 {#5061 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5061 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5061 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2842 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2842 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2842 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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();}
  }
}
Impala

IMPALA ENGINEERED MESH EGGSHELL PIERRE

R$ 690,00 5x R$ 138,00
R$ 690,00
^ Doctrine\DBAL\Exception {#3284
  #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 {#4373
    #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 {#4384
      #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 {#4508
        #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 {#4508}
          }
        }
        /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 {#3673 …}
          }
        }
        /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 {#3838 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5046 …}
            $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 {#4384}
    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 {#4384}
        }
      }
      /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 {#4513}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4384}
          $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 {#4513}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4384}
        }
      }
      /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 {#3673 …}
        }
      }
      /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 {#3838 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5046 …}
          $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 {#5082 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5082 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5082 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5031 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#5031 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5031 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#3673 …}
      }
    }
    /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 {#3838 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5046 …}
        $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 {#5082 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5082 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5082 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5031 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#5031 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5031 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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 ALVEOMESH WHITE PLATINE

R$ 680,00 5x R$ 136,00
R$ 680,00
^ Doctrine\DBAL\Exception {#4520
  #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 {#3897
    #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 {#3867
      #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 {#4342
        #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 {#4342}
          }
        }
        /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 {#3661 …}
          }
        }
        /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 {#3896 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3543 …}
            $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 {#3867}
    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 {#3867}
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
        Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
        › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3886}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3867}
          $msg: "An exception occurred in driver: SQLSTATE[HY000] [1040] Too many connections"
        }
      }
      /home/ps8prod/public_html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
        Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
        › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
        arguments: {
          $driver: Doctrine\DBAL\Driver\PDO\MySQL\Driver {#3886}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3867}
        }
      }
      /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 {#3661 …}
        }
      }
      /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 {#3896 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3543 …}
          $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 {#5091 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5091 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5091 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4373 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#4373 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4373 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#3661 …}
      }
    }
    /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 {#3896 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3543 …}
        $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 {#5091 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5091 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5091 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4373 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#4373 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4373 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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 ALVEOMESH WHITE BLACK NATURAL

R$ 680,00 5x R$ 136,00
R$ 680,00
^ Doctrine\DBAL\Exception {#4366
  #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 {#4307
    #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 {#4318
      #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 {#4527
        #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 {#4527}
          }
        }
        /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 {#2852 …}
          }
        }
        /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 {#3893 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5066 …}
            $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 {#4318}
    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 {#4318}
        }
      }
      /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 {#4532}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4318}
          $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 {#4532}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4318}
        }
      }
      /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 {#2852 …}
        }
      }
      /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 {#3893 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5066 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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: 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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3897 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#3897 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3897 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#2852 …}
      }
    }
    /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 {#3893 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5066 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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: 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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3897 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#3897 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3897 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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 ALVEOMESH NAUTICO PIERRE

R$ 680,00 5x R$ 136,00
R$ 680,00
^ Doctrine\DBAL\Exception {#3627
  #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 {#3877
    #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 {#4744
      #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 {#3684
        #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 {#3684}
          }
        }
        /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 {#3689 …}
          }
        }
        /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 {#3653 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4347 …}
            $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 {#4744}
    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 {#4744}
        }
      }
      /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 {#4279}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4744}
          $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 {#4279}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4744}
        }
      }
      /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 {#3689 …}
        }
      }
      /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 {#3653 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4347 …}
          $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 {#5121 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5121 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5121 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4307 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#4307 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4307 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#3689 …}
      }
    }
    /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 {#3653 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4347 …}
        $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 {#5121 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5121 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5121 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4307 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#4307 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4307 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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 LOW RIPSTOP NAUTICO PIERRE

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#3033
  #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 {#5101
    #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 {#4246
      #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 {#3594
        #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 {#3594}
          }
        }
        /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 {#2903 …}
          }
        }
        /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 {#4877 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4933 …}
            $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 {#4246}
    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 {#4246}
        }
      }
      /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 {#4890}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4246}
          $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 {#4890}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4246}
        }
      }
      /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 {#2903 …}
        }
      }
      /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 {#4877 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4933 …}
          $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 {#5131 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5131 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5131 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3877 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#3877 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3877 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#2903 …}
      }
    }
    /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 {#4877 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4933 …}
        $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 {#5131 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5131 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5131 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3877 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#3877 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3877 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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 LOW CANVAS CANYON PIERRE

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#4721
  #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 {#3973
    #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 {#3963
      #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 {#3580
        #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 {#3580}
          }
        }
        /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 {#4571 …}
          }
        }
        /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 {#2901 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5116 …}
            $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 {#3963}
    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 {#3963}
        }
      }
      /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 {#3574}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3963}
          $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 {#3574}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3963}
        }
      }
      /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 {#4571 …}
        }
      }
      /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 {#2901 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5116 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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: 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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5101 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#5101 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5101 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#4571 …}
      }
    }
    /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 {#2901 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5116 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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: 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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5101 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#5101 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5101 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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 LOW RIPSTOP KAKI PIERRE

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#4575
  #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 {#2793
    #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 {#3294
      #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 {#4760
        #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 {#4760}
          }
        }
        /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 {#4577 …}
          }
        }
        /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 {#4559 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3590 …}
            $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 {#3294}
    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 {#3294}
        }
      }
      /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 {#3997}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3294}
          $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 {#3997}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3294}
        }
      }
      /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 {#4577 …}
        }
      }
      /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 {#4559 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3590 …}
          $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 {#5161 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5161 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5161 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3973 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#3973 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3973 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#4577 …}
      }
    }
    /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 {#4559 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3590 …}
        $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 {#5161 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5161 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5161 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3973 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#3973 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3973 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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 {#4007
  #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 {#5141
    #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 {#4013
      #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 {#4603
        #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 {#4603}
          }
        }
        /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 {#3744 …}
          }
        }
        /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 {#2976 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5120 …}
            $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 {#4013}
    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 {#4013}
        }
      }
      /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 {#2890}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4013}
          $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 {#2890}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4013}
        }
      }
      /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 {#3744 …}
        }
      }
      /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 {#2976 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5120 …}
          $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 {#5171 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5171 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5171 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2793 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2793 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2793 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#3744 …}
      }
    }
    /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 {#2976 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5120 …}
        $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 {#5171 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5171 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5171 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2793 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2793 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#2793 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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 LOW CANVAS WHITE PIERRE

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#4199
  #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 {#4619
    #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 {#3457
      #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 {#4444
        #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 {#4444}
          }
        }
        /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 {#4228 …}
          }
        }
        /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 {#5156 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4623 …}
            $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 {#3457}
    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 {#3457}
        }
      }
      /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 {#3538}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3457}
          $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 {#3538}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3457}
        }
      }
      /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 {#4228 …}
        }
      }
      /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 {#5156 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4623 …}
          $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 {#5192 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5192 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5192 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5141 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#5141 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5141 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#4228 …}
      }
    }
    /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 {#5156 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4623 …}
        $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 {#5192 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5192 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5192 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5141 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#5141 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5141 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

OLLIE CANVAS AQUA PIERRE

R$ 490,00 5x R$ 98,00
R$ 490,00
^ Doctrine\DBAL\Exception {#3832
  #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 {#3857
    #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 {#3740
      #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 {#3533
        #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 {#3533}
          }
        }
        /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 {#3525 …}
          }
        }
        /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 {#3536 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4448 …}
            $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 {#3740}
    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 {#3740}
        }
      }
      /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 {#3815}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3740}
          $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 {#3815}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3740}
        }
      }
      /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 {#3525 …}
        }
      }
      /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 {#3536 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4448 …}
          $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 {#5202 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5202 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5202 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4619 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#4619 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4619 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#3525 …}
      }
    }
    /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 {#3536 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4448 …}
        $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 {#5202 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5202 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5202 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4619 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#4619 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4619 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

OLLIE CANVAS POKER PIERRE

R$ 490,00 5x R$ 98,00
R$ 490,00
^ Doctrine\DBAL\Exception {#3502
  #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 {#3816
    #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 {#4518
      #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 {#5082
        #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 {#5082}
          }
        }
        /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 {#4456 …}
          }
        }
        /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 {#4641 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3221 …}
            $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 {#4518}
    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 {#4518}
        }
      }
      /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 {#3322}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4518}
          $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 {#3322}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4518}
        }
      }
      /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 {#4456 …}
        }
      }
      /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 {#4641 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3221 …}
          $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 {#5221 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5221 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5221 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3857 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#3857 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3857 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#4456 …}
      }
    }
    /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 {#4641 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3221 …}
        $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 {#5221 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5221 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5221 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3857 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#3857 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3857 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

V-10 CWL WHITE MARSALA ORANGE FLUO

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#3497
  #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 {#4917
    #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 {#3382
      #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 {#3526
        #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 {#3526}
          }
        }
        /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 {#4866 …}
          }
        }
        /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 {#4288 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3558 …}
            $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 {#3382}
    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 {#3382}
        }
      }
      /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 {#2689}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3382}
          $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 {#2689}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3382}
        }
      }
      /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 {#4866 …}
        }
      }
      /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 {#4288 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3558 …}
          $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 {#5230 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5230 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5230 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3816 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#3816 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3816 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#4866 …}
      }
    }
    /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 {#4288 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#3558 …}
        $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 {#5230 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5230 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5230 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3816 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#3816 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3816 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

V-10 LACES CWL WHITE COBALT PEKIN

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#5204
  #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 {#4529
    #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 {#5031
      #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 {#5217
        #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 {#5217}
          }
        }
        /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 {#5041 …}
          }
        }
        /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 {#5210 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5218 …}
            $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 {#5031}
    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 {#5031}
        }
      }
      /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 {#3473}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5031}
          $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 {#3473}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5031}
        }
      }
      /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 {#5041 …}
        }
      }
      /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 {#5210 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5218 …}
          $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 {#5240 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5240 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5240 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4917 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#4917 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4917 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#5041 …}
      }
    }
    /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 {#5210 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5218 …}
        $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 {#5240 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5240 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5240 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4917 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#4917 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4917 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

V-10 LACES CWL WHITE PLATINE SILVER

R$ 590,00 5x R$ 118,00
R$ 590,00
^ Doctrine\DBAL\Exception {#4373
  #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 {#4162
    #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 {#4473
      #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 {#5229
        #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 {#5229}
          }
        }
        /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 {#3910 …}
          }
        }
        /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 {#3870 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5226 …}
            $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 {#4473}
    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 {#4473}
        }
      }
      /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 {#4677}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4473}
          $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 {#4677}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4473}
        }
      }
      /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 {#3910 …}
        }
      }
      /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 {#3870 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5226 …}
          $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 {#5250 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5250 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5250 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4529 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#4529 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4529 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#3910 …}
      }
    }
    /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 {#3870 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5226 …}
        $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 {#5250 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5250 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5250 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4529 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#4529 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4529 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

CANARY LIGHT ALVEOMESH WHITE INDIGO

R$ 540,00 5x R$ 108,00
R$ 540,00
^ Doctrine\DBAL\Exception {#4259
  #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 {#3785
    #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 {#4241
      #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 {#4226
        #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 {#4226}
          }
        }
        /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 {#4265 …}
          }
        }
        /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 {#4218 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5216 …}
            $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 {#4241}
    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 {#4241}
        }
      }
      /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 {#4159}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4241}
          $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 {#4159}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4241}
        }
      }
      /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 {#4265 …}
        }
      }
      /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 {#4218 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5216 …}
          $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 {#5260 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5260 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5260 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4162 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#4162 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4162 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#4265 …}
      }
    }
    /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 {#4218 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5216 …}
        $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 {#5260 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5260 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5260 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4162 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#4162 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4162 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

CANARY LIGHT ALVEOMESH NATURAL LOTUS

R$ 540,00 5x R$ 108,00
R$ 540,00
^ Doctrine\DBAL\Exception {#3282
  #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 {#4771
    #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 {#3948
      #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 {#4927
        #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 {#4927}
          }
        }
        /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 {#4480 …}
          }
        }
        /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 {#5111 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5241 …}
            $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 {#3948}
    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 {#3948}
        }
      }
      /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 {#4196}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3948}
          $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 {#4196}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3948}
        }
      }
      /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 {#4480 …}
        }
      }
      /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 {#5111 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5241 …}
          $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 {#5281 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5281 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5281 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3785 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#3785 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3785 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#4480 …}
      }
    }
    /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 {#5111 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5241 …}
        $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 {#5281 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5281 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5281 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3785 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#3785 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3785 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

CANARY LIGHT ALVEOMESH PARME WHITE

R$ 540,00 5x R$ 108,00
R$ 540,00
^ Doctrine\DBAL\Exception {#5038
  #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 {#5251
    #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 {#3745
      #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 {#5207
        #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 {#5207}
          }
        }
        /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 {#4065 …}
          }
        }
        /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 {#3156 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4883 …}
            $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 {#3745}
    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 {#3745}
        }
      }
      /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 {#5093}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3745}
          $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 {#5093}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3745}
        }
      }
      /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 {#4065 …}
        }
      }
      /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 {#3156 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4883 …}
          $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 {#5290 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5290 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5290 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4771 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#4771 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4771 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#4065 …}
      }
    }
    /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 {#3156 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4883 …}
        $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 {#5290 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5290 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5290 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4771 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#4771 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4771 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

OLLIE CANVAS WHITE PIERRE

R$ 490,00 5x R$ 98,00
R$ 490,00
^ Doctrine\DBAL\Exception {#5264
  #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 {#3488
    #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 {#2614
      #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 {#5277
        #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 {#5277}
          }
        }
        /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 {#5261 …}
          }
        }
        /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 {#5270 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5278 …}
            $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 {#2614}
    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 {#2614}
        }
      }
      /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 {#5007}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2614}
          $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 {#5007}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#2614}
        }
      }
      /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 {#5261 …}
        }
      }
      /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 {#5270 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5278 …}
          $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 {#5300 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5300 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5300 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5251 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#5251 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5251 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#5261 …}
      }
    }
    /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 {#5270 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5278 …}
        $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 {#5300 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5300 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5300 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5251 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#5251 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5251 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

OLLIE CANVAS CANYON PIERRE

R$ 490,00 5x R$ 98,00
R$ 490,00
^ Doctrine\DBAL\Exception {#4722
  #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 {#3576
    #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 {#3018
      #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 {#5289
        #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 {#5289}
          }
        }
        /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 {#4583 …}
          }
        }
        /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 {#3914 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5286 …}
            $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 {#3018}
    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 {#3018}
        }
      }
      /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 {#3683}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3018}
          $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 {#3683}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3018}
        }
      }
      /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 {#4583 …}
        }
      }
      /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 {#3914 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5286 …}
          $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 {#5310 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5310 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5310 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3488 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#3488 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3488 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#4583 …}
      }
    }
    /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 {#3914 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5286 …}
        $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 {#5310 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5310 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5310 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3488 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#3488 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3488 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

CANARY LIGHT ALVEOMESH TONIC BLACK

R$ 540,00 5x R$ 108,00
R$ 540,00
^ Doctrine\DBAL\Exception {#5242
  #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 {#3722
    #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 {#3484
      #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 {#5299
        #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 {#5299}
          }
        }
        /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 {#4659 …}
          }
        }
        /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 {#5267 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5296 …}
            $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 {#3484}
    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 {#3484}
        }
      }
      /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 {#2653}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3484}
          $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 {#2653}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3484}
        }
      }
      /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 {#4659 …}
        }
      }
      /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 {#5267 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5296 …}
          $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 {#5320 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5320 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5320 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3576 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#3576 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3576 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#4659 …}
      }
    }
    /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 {#5267 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5296 …}
        $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 {#5320 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5320 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5320 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3576 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#3576 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3576 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

CANARY LIGHT ALVEOMESH WHITE PIERRE

R$ 540,00 5x R$ 108,00
R$ 540,00
^ Doctrine\DBAL\Exception {#4154
  #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 {#5029
    #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 {#4198
      #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 {#5309
        #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 {#5309}
          }
        }
        /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 {#5073 …}
          }
        }
        /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 {#5282 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5306 …}
            $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 {#4198}
    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 {#4198}
        }
      }
      /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 {#3981}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4198}
          $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 {#3981}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4198}
        }
      }
      /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 {#5073 …}
        }
      }
      /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 {#5282 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5306 …}
          $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 {#5330 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5330 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5330 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3722 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#3722 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3722 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#5073 …}
      }
    }
    /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 {#5282 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5306 …}
        $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 {#5330 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5330 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5330 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3722 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#3722 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3722 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

CANARY LIGHT ALVEOMESH NAUTICO OXFORD GREY

R$ 540,00 5x R$ 108,00
R$ 540,00
^ Doctrine\DBAL\Exception {#3270
  #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 {#4134
    #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 {#3890
      #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 {#5319
        #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 {#5319}
          }
        }
        /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 {#3846 …}
          }
        }
        /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 {#5292 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5316 …}
            $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 {#3890}
    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 {#3890}
        }
      }
      /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 {#3449}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3890}
          $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 {#3449}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3890}
        }
      }
      /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 {#3846 …}
        }
      }
      /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 {#5292 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5316 …}
          $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 {#5340 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5340 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5340 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5029 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#5029 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5029 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#3846 …}
      }
    }
    /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 {#5292 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5316 …}
        $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 {#5340 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5340 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5340 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5029 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#5029 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#5029 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

V-10 CWL WHITE NATURAL

R$ 550,00 5x R$ 110,00
R$ 550,00
^ Doctrine\DBAL\Exception {#3154
  #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 {#4109
    #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 {#3329
      #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 {#4580
        #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 {#4580}
          }
        }
        /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 {#4336 …}
          }
        }
        /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 {#5187 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5305 …}
            $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 {#3329}
    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 {#3329}
        }
      }
      /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 {#2681}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3329}
          $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 {#2681}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3329}
        }
      }
      /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 {#4336 …}
        }
      }
      /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 {#5187 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5305 …}
          $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 {#5350 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5350 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5350 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4134 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#4134 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4134 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#4336 …}
      }
    }
    /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 {#5187 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5305 …}
        $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 {#5350 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5350 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5350 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4134 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#4134 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4134 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Kids

V-10 CWL WHITE BLACK

R$ 550,00 5x R$ 110,00
R$ 550,00
^ Doctrine\DBAL\Exception {#5223
  #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 {#4529
    #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 {#4213
      #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 {#4519
        #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 {#4519}
          }
        }
        /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 {#3479 …}
          }
        }
        /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 {#4128 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5331 …}
            $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 {#4213}
    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 {#4213}
        }
      }
      /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 {#4514}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4213}
          $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 {#4514}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#4213}
        }
      }
      /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 {#3479 …}
        }
      }
      /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 {#4128 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5331 …}
          $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 {#5371 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5371 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5371 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4109 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#4109 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4109 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#3479 …}
      }
    }
    /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 {#4128 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5331 …}
        $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 {#5371 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5371 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5371 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4109 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#4109 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4109 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $parent: null
        $function: 0
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:722 {
      FrontControllerCore->smartyOutputContent($content) …
      › } else {    $html = $this->context->smarty->fetch($content, null, $theme . $this->getLayout());}
      arguments: {
        $template: "catalog/listing/category.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/FrontController.php:704 {
      FrontControllerCore->display() …
      › 
      › $this->smartyOutputContent($this->template);arguments: {
        $content: "catalog/listing/category.tpl"
      }
    }
    /home/ps8prod/public_html/classes/controller/Controller.php:339 {
      ControllerCore->run() …
      › } else {    $this->display();}
    }
    /home/ps8prod/public_html/classes/Dispatcher.php:510 {
      DispatcherCore->dispatch() …
      › // Running controller$controller->run();}
    /home/ps8prod/public_html/index.php:28 {require dirname(__FILE__).'/config/config.inc.php';Dispatcher::getInstance()->dispatch();}
  }
}
Baby

BABY CANVAS CALIFORNIA OURO

R$ 290,00 5x R$ 58,00
R$ 290,00
^ Doctrine\DBAL\Exception {#3140
  #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 {#3482
    #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 {#3236
      #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 {#3705
        #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 {#3705}
          }
        }
        /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 {#4410 …}
          }
        }
        /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 {#3938 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4797 …}
            $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 {#3236}
    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 {#3236}
        }
      }
      /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 {#5092}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3236}
          $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 {#5092}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#3236}
        }
      }
      /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 {#4410 …}
        }
      }
      /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 {#3938 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4797 …}
          $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 {#5380 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5380 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5380 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4529 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#4529 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4529 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#4410 …}
      }
    }
    /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 {#3938 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#4797 …}
        $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 {#5380 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5380 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5380 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4529 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#4529 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#4529 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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();}
  }
}
Fitz Roy

FITZ ROY ALVEOMESH VEJA X P.ANDRADE MULTICO GRAFITE

R$ 1.200,00 5x R$ 240,00
R$ 1.200,00
^ Doctrine\DBAL\Exception {#5354
  #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 {#5363
    #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 {#5367
      #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 {#4709
        #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 {#4709}
          }
        }
        /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 {#5351 …}
          }
        }
        /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 {#4292 …}
            $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5360 …}
            $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 {#5367}
    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 {#5367}
        }
      }
      /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 {#5368}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5367}
          $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 {#5368}
          $driverEx: Doctrine\DBAL\Driver\PDO\Exception {#5367}
        }
      }
      /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 {#5351 …}
        }
      }
      /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 {#4292 …}
          $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5360 …}
          $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 {#5401 …}
        }
      }
      /home/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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5401 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#5401 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3482 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#3482 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3482 …}
        }
      }
      /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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#2537 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/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 {#1231 …}
          $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 {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
        Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
        › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
        arguments: {
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $tpl: Smarty_Internal_Template {#1231 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
        Smarty_Internal_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 {#1231 …}
          $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
          $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
        Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
        ›     }    $this->process($tpl, $block);}
        arguments: {
          $tpl: Smarty_Internal_Template {#1231 …}
          $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
        }
      }
      /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 {#1231 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1226 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1220 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
        Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
        › } else {    $tpl->render();}
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
        Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
        › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
        arguments: {
          $template: "catalog/listing/product-list.tpl"
          $cache_id: null
          $compile_id: "agtilayouts/layout-left-column.tpl"
          $caching: 0
          $cache_lifetime: 31536000
          $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 {#1209 …}
          $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 {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
        Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
        › } else {    $this->getRenderedTemplateCode($_template);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
        Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
        ›     }    $this->compiled->render($this);}
        arguments: {
          $_template: Smarty_Internal_Template {#1209 …}
        }
      }
      /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 {#1209 …}
          $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 {#5351 …}
      }
    }
    /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 {#4292 …}
        $eventManager: Symfony\Bridge\Doctrine\ContainerAwareEventManager {#5360 …}
        $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 {#5401 …}
      }
    }
    /home/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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5401 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#5401 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3482 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#3482 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_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 {#3482 …}
      }
    }
    /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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#2537 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/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 {#1231 …}
        $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 {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 {
      Smarty_Internal_Runtime_Inheritance->process(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, Smarty_Internal_Block $parent = null) …
      › if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {    $this->callBlock($block, $tpl);} else {
      arguments: {
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $tpl: Smarty_Internal_Template {#1231 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 {
      Smarty_Internal_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 {#1231 …}
        $block: Block_297236345672f9e09452a42_47945894 {#1230 …}
        $parent: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 {
      Smarty_Internal_Runtime_Inheritance->instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null) …
      ›     }    $this->process($tpl, $block);}
      arguments: {
        $tpl: Smarty_Internal_Template {#1231 …}
        $block: Block_1313818848672f9e0945f235_36636850 {#2519 …}
      }
    }
    /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 {#1231 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1226 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1220 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 {
      Smarty_Internal_Template->_subTemplateRender($template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $scope, $forceTplCache, $uid = null, $content_func = null) …
      › } else {    $tpl->render();}
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 {
      Smarty_Internal_Runtime_Inheritance->endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null) …
      › $tpl->_subTemplateRender(    $template,    $tpl->cache_id,
      arguments: {
        $template: "catalog/listing/product-list.tpl"
        $cache_id: null
        $compile_id: "agtilayouts/layout-left-column.tpl"
        $caching: 0
        $cache_lifetime: 31536000
        $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 {#1209 …}
        $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 {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 {
      Smarty_Template_Compiled->render(Smarty_Internal_Template $_template) …
      › } else {    $this->getRenderedTemplateCode($_template);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /home/ps8prod/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 {
      Smarty_Internal_Template->render($no_output_filter = true, $display = null) …
      ›     }    $this->compiled->render($this);}
      arguments: {
        $_template: Smarty_Internal_Template {#1209 …}
      }
    }
    /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 {#1209 …}
        $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